dart-sdk/tests/standalone_2
asiva 5c0e6ba974 [Tests] - Fix legacy tests that broke when non nullability was enabled by default
1. lib_2/isolate/issue_6610_test - the source is served from a http request, the autodetect code causes the code to be served multiple times leading to 'count' being incremented multiple times.

2. standalone_2/http_launch_test - source is served from http request and hence the CFE auto opt out does not work for the spawned isolate

3. standalone_2/io/named_pipe_script_test - serves the source using a named pipe and the autodetect code does multiple fetches of the source resulting in an error

4. standalone_2/io/test_extension_test - spawns processes from a directory that is not auto opted out by CFE

TESTS = Fixes existing legacy tests.

Change-Id: I3c78055136659850ce068d6ab254279839d2414b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170280
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2020-11-04 20:58:57 +00:00
..
deferred
http_launch_data [Tests] - Fix legacy tests that broke when non nullability was enabled by default 2020-11-04 20:58:57 +00:00
io [Tests] - Fix legacy tests that broke when non nullability was enabled by default 2020-11-04 20:58:57 +00:00
package [tests/nnbd] Update tests/standalone/package/scenarios for strong mode 2020-07-18 03:25:40 +00:00
array_bounds_check_generalization_test.dart
assert_assignable_canon_test.dart Reland "[vm/compiler] Implement new inlining pragmas." 2019-07-30 12:01:06 +00:00
byte_array_view_optimized_test.dart
bytedata_test.dart
causal_async_stack_test.dart [vm/async] Ensure all service tests run with both, --causal-async-stacks/--lazy-async-stacks 2020-01-16 12:47:03 +00:00
check_class_cha_test.dart
check_for_aot_snapshot_jit_test.dart [vm] Consolidate the *WriteStream hierarchy. 2020-09-23 21:05:59 +00:00
check_null_cha_test.dart
constant_left_shift_test.dart
dart_developer_disabled_env_test.dart
dart_developer_env2_test.dart [vm/async] Ensure all service tests run with both, --causal-async-stacks/--lazy-async-stacks 2020-01-16 12:47:03 +00:00
dart_developer_env_test.dart [vm/async] Ensure all service tests run with both, --causal-async-stacks/--lazy-async-stacks 2020-01-16 12:47:03 +00:00
deferred_transitive_import_error_test.dart
deny_listed_test.dart Change terms to be more divisive 2020-06-10 17:14:37 +00:00
deoptimization_test.dart
double_hash_distribution_test.dart
double_smi_comparison_test.dart
double_temp_test.dart
double_to_int_test.dart
dwarf_stack_trace_obfuscate_test.dart [vm/aot] Reland "Keep column information when possible for precompiled mode." 2020-06-19 13:50:03 +00:00
dwarf_stack_trace_test.dart [vm/aot] Reland "Keep column information when possible for precompiled mode." 2020-06-19 13:50:03 +00:00
entrypoints_verification_test.dart
env_test.dart
fields_may_be_reset_test.dart
float_array_static_test.dart
float_array_test.dart
fragmentation_deferred_load_lib1.dart [vm, gc] Account for unbounded number of images pages in the compactor. 2020-07-21 21:57:05 +00:00
fragmentation_deferred_load_lib2.dart [vm, gc] Account for unbounded number of images pages in the compactor. 2020-07-21 21:57:05 +00:00
fragmentation_deferred_load_lib3.dart [vm, gc] Account for unbounded number of images pages in the compactor. 2020-07-21 21:57:05 +00:00
fragmentation_deferred_load_test.dart [vm, gc] Account for unbounded number of images pages in the compactor. 2020-07-21 21:57:05 +00:00
fragmentation_test.dart Reland "[vm, gc] Parallel scavenge." 2020-04-10 19:27:04 +00:00
fragmentation_typed_data_test.dart [vm] Make fragmentation_typed_data_test less flaky on Android. 2019-08-28 17:05:12 +00:00
http_launch_test.dart [vm] Remove (unused & deprecated) --package-root parameter from VM binaries and from tests (Platform.packageRoot always returns null) 2020-06-24 18:17:53 +00:00
int_array_deopt.dart
int_array_load_elimination_test.dart
int_array_test.dart
int_list_test.dart
left_shift_bit_and_op_test.dart
link_natives_lazily_test.dart
map_insert_remove_oom_test.dart
medium_integer_test.dart
no_allow_absolute_addresses_test.dart
no_lazy_dispatchers_test.dart
no_profiler_test.dart
no_such_method_error_with_invocation_test.dart Allow NoSuchMethodError.withInvocation to accept any Invocation. 2020-05-05 08:10:13 +00:00
no_support_ast_printer_test.dart
no_support_debugger_test.dart
no_support_disassembler_test.dart
no_support_il_printer_test.dart
no_support_service_test.dart
no_support_timeline_test.dart
number_identity_test.dart
oom_error_stacktrace_test.dart
out_of_memory_recovery_synchronous_test.dart [vm, gc] Reserve some memory to use during handling of OutOfMemoryErrors. 2020-10-30 23:07:22 +00:00
out_of_memory_recovery_test.dart [vm, gc] Reserve some memory to use during handling of OutOfMemoryErrors. 2020-10-30 23:07:22 +00:00
out_of_memory_slow_growth_test.dart [vm] Use handles instead of array allocation when executing catch entry moves 2020-10-02 15:59:18 +00:00
out_of_memory_test.dart
out_of_memory_unhandled_exception_test.dart [vm] Avoid allocations when reporting unhandled exceptions. 2020-10-05 20:42:02 +00:00
packages_file_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
pair_location_remapping_test.dart
pow_test.dart
priority_queue_stress_test.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00
regress31114_test.dart
regress_25335_test.dart
regress_26031_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
regress_28854_1_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
regress_28854_2_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
regress_29350_test.dart
regress_29695_test.dart
regress_41329_absolute_test.dart Skip regress_41329 tests on precompiled runtimes 2020-09-30 16:18:34 +00:00
regress_41329_relative_test.dart Reland "[ VM / DartDev ] Launch DartDev in an isolate within a single main Dart process" 2020-07-21 16:23:18 +00:00
regress_42092_script.dart [ DartDev ] Ignore SIGINT in DartDev process 2020-07-06 03:02:00 +00:00
regress_42092_test.dart [ DartDev ] Ignore SIGINT in DartDev process 2020-07-06 03:02:00 +00:00
slowpath_safepoints_test.dart [Cleanup] Removes deprecated --gc_at_instance_allocation. 2020-02-26 15:00:26 +00:00
standalone_2.status [vm/io] Add a test for nonblocking ssl certification evaluation. 2020-10-12 15:06:52 +00:00
standalone_2_analyzer.status Delete standalone_2/io/process_exit_negative_test.dart. 2019-11-19 18:23:30 +00:00
standalone_2_kernel.status [vm, gc] Reserve some memory to use during handling of OutOfMemoryErrors. 2020-10-30 23:07:22 +00:00
standalone_2_precompiled.status Skip regress_41329 tests on precompiled runtimes 2020-09-30 16:18:34 +00:00
standalone_2_vm.status Remove remaining tests for bytecode mode 2020-10-09 22:30:19 +00:00
typed_array_int64_uint64_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
typed_array_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
typed_data_isolate_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
typed_data_test.dart
typed_data_view_test.dart
unboxed_int_converter_test.dart
verbose_gc_to_bmu_script.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00
verbose_gc_to_bmu_test.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00