dart-sdk/tests
Ben Konyi 2752e9686b Skip standalone{_2}/check_for_aot_snapshot_jit_test on non-JIT test
configurations

This test tries to AOT compile a sample test program and run it in a JIT
VM to ensure a useful error message is output. This test doesn't make
sense in non-JIT test environments and should be skipped.

Fixes https://github.com/dart-lang/sdk/issues/44227

Fixed: 44227
Change-Id: I17abbf8512944ac77bb9cad1c486ae77aac26c7a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/172401
Reviewed-by: Régis Crelier <regis@google.com>
2020-11-16 22:20:59 +00:00
..
co19 [co19] turn off some type alias tests in analyzer and external variables tests on dart2js 2020-11-11 08:34:18 +00:00
co19_2 Skip VM tests that hang on Windows 2020-10-30 11:20:43 +00:00
corelib [tests] Split corelib{,_2}/list_concurrent_modify_test 2020-11-05 19:46:35 +00:00
corelib_2 [tests] Split corelib{,_2}/list_concurrent_modify_test 2020-11-05 19:46:35 +00:00
dart2js [dart2js] Kernel transformer expansion for List.generate 2020-11-11 04:27:22 +00:00
dart2js_2 Rename is{Strong,Weak}Mode to has{Sound,Unsound}NullSafety 2020-11-05 14:26:53 +00:00
dartdevc Fix ddc debugger_test 2020-11-02 23:31:30 +00:00
dartdevc_2 Fix ddc debugger_test 2020-11-02 23:31:30 +00:00
ffi [test/ffi] Add struct stack alignment test 2020-11-06 13:54:23 +00:00
ffi_2 [test/ffi] Add struct stack alignment test 2020-11-06 13:54:23 +00:00
language [vm] Fix ArgumentsDescriptor uses in DoArgumentTypesMatch. 2020-11-16 11:53:39 +00:00
language_2 [vm] Fix ArgumentsDescriptor uses in DoArgumentTypesMatch. 2020-11-16 11:53:39 +00:00
lib [package:js] Add/modify tests for JS interop subtyping 2020-11-11 19:28:13 +00:00
lib_2 Remove uses of, and need for, Expect.throwsNullCheckedError. 2020-11-11 13:30:30 +00:00
modular [cfe] Ensure that default values on synthesized constructor are included in outlines 2020-09-29 11:09:14 +00:00
standalone Skip standalone{_2}/check_for_aot_snapshot_jit_test on non-JIT test 2020-11-16 22:20:59 +00:00
standalone_2 Skip standalone{_2}/check_for_aot_snapshot_jit_test on non-JIT test 2020-11-16 22:20:59 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +00:00
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.