| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 85e68b64628010b6f096195b41e46dab5546c189..1efb69e318c071d5ba9377d2b1bb664adade0ac1 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -16,7 +16,6 @@ package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
|
| package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally
|
| package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeError # Errors intentionally
|
| package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTimeError # Errors intentionally
|
| -full_coverage_test: Pass, Slow, Timeout
|
|
|
| issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
|
|
|
| @@ -67,7 +66,6 @@ typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn
|
| typed_data_isolate_test: SkipByDesign # This test uses dart:io
|
| io/*: SkipByDesign # Don't run tests using dart:io in the browser
|
| package/*: Skip # Do not run those in Dartium.
|
| -full_coverage_test: Skip
|
| http_launch_test: Skip
|
| vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
|
| issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
|
| @@ -105,7 +103,6 @@ package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
|
| package/package_test: Fail, OK # dart2js does not support 'package:foo.dart' imports
|
| package/package1_test: Fail, OK # dart2js does not support 'package:foo.dart' imports
|
| package/scenarios/invalid/*: CompileTimeError # Negative tests expecting CompileTimeErrors.
|
| -full_coverage_test: Skip
|
| left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
|
| pow_test: Skip # Precision > 53 bits.
|
| double_smi_comparison_test: Skip # Precision > 53 bits.
|
| @@ -163,7 +160,6 @@ io/socket_source_address_test: Fail # Issue 22597
|
| [ $arch == mips && $mode == debug ]
|
| io/web_socket_test: SkipSlow # Times out. Issue 20352
|
| io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351
|
| -full_coverage_test: SkipSlow # Times out. Issue 20352
|
| io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow.
|
|
|
| [ $compiler == none && $runtime == dartium && $unchecked ]
|
| @@ -206,7 +202,6 @@ io/process_sync_test: Pass, Timeout # Issue 24596
|
| io/sleep_test: Pass, Fail # Issue 25757
|
|
|
| [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $mode == debug && $builder_tag == asan ]
|
| -full_coverage_test: Skip # Timeout.
|
| io/file_lock_test: Skip # Timeout.
|
| io/test_runner_test: Skip # Timeout.
|
| io/http_client_stays_alive_test: Skip # Timeout.
|
| @@ -234,7 +229,6 @@ io/test_extension_test: Skip # Platform.executable
|
| io/test_extension_fail_test: Skip # Platform.executable
|
| io/platform_test: Skip # Platform.executable
|
| io/code_collection_test: Skip # Platform.executable
|
| -full_coverage_test: Skip # Platform.executable
|
| regress_26031_test: Skip # Platform.resolvedExecutable
|
|
|
| [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit ]
|
| @@ -244,7 +238,6 @@ io/compile_all_test: Skip # Incompatible flag --compile_all
|
| io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot.
|
|
|
| [ $runtime == dart_precompiled ]
|
| -full_coverage_test: Skip # Platform.executable
|
| http_launch_test: Skip # Platform.executable
|
| io/addlatexhash_test: Skip # Platform.executable
|
| io/file_read_special_device_test: Skip # Platform.executable
|
| @@ -290,10 +283,6 @@ assert_test: SkipByDesign # Requires checked mode.
|
| no_assert_test: SkipByDesign # Requires checked mode.
|
| io/code_collection_test: Skip # Incompatible flags
|
|
|
| -# Code coverage is not supported in product mode.
|
| -[ $mode == product ]
|
| -full_coverage_test: SkipByDesign
|
| -
|
| # Overriding these flags are not supported in product mode.
|
| [ $mode == product ]
|
| no_profiler_test: SkipByDesign
|
| @@ -317,9 +306,6 @@ package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip
|
| package/scenarios/packages_option_only/packages_option_only_test: Skip
|
|
|
| [ $arch == simdbc || $arch == simdbc64 ]
|
| -# TODO(vegorov) SIMDBC interpreter doesn't support coverage yet.
|
| -full_coverage_test: Skip
|
| -
|
| # SIMDBC interpreter doesn't support lazy linking of natives.
|
| link_natives_lazily_test: SkipByDesign
|
|
|
|
|