dart-sdk/tests
Aart Bik 78bd9f17a1 [vm/compiler] keep stack depth per block in stack IR
Rationale:
This simplifies finding the proper stack depth while
traversing the entries in the DOM tree during OSR.
Also enables asserting stack integrity on all paths
(OSR and non-OSR) more rigidly.

https://github.com/dart-lang/sdk/issues/38459
https://github.com/dart-lang/sdk/issues/38436
https://github.com/dart-lang/sdk/issues/38434

Change-Id: I3bc43def081013357e9a765e9e03fffe4c72dc6b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118473
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Aart Bik <ajcbik@google.com>
2019-09-24 21:33:01 +00:00
..
angular
co19_2 [infra] Remove non-essential test expectations with comments from analyzer status files 2019-09-02 07:12:10 +00:00
compiler [infra] Remove non-essential test expectations with comments from dart2js status files 2019-09-24 06:44:11 +00:00
corelib_2 [CFE] Encapsulate int operations in separate classes for VM and JS 2019-09-16 13:10:59 +00:00
dart
ffi [vm/aot] Add a custom ELF loader in dart_precompiled_runtime. 2019-09-24 15:03:19 +00:00
kernel Remove the old "preview Dart 2" flags from the test runner. 2019-09-05 16:59:43 +00:00
language_2 [vm/compiler] keep stack depth per block in stack IR 2019-09-24 21:33:01 +00:00
lib_2 [vm] More wasm cleanup 2019-09-24 21:24:57 +00:00
modular [dartdevc] Add modular NNBD test 2019-09-19 16:53:50 +00:00
search
standalone [VM-Runtime] set environment when creating detached process 2019-03-12 21:09:35 +00:00
standalone_2 [vm/aot] Add a custom ELF loader in dart_precompiled_runtime. 2019-09-24 15:03:19 +00:00
legacy_status_dart2js.csv [infra] Remove non-essential test expectations with comments from dart2js status files 2019-09-24 06:44:11 +00:00
light_unittest.dart
README.md Update tests/README to point to new doc. 2019-08-06 22:19:42 +00:00

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.