diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status index d961110f6e1..ccbe75b19b6 100644 --- a/runtime/observatory/tests/service/service.status +++ b/runtime/observatory/tests/service/service.status @@ -69,9 +69,6 @@ dev_fs_weird_char_test: Skip # Windows disallows question mark in paths [ $builder_tag == optimization_counter_threshold && $compiler != dartk ] pause_on_unhandled_async_exceptions_test: Pass, RuntimeError # Issue 33365 -[ $compiler == dart2analyzer && $strong ] -*: Skip # Issue 28649 - [ $compiler == none && $runtime == vm && $system == fuchsia ] *: Skip # Not yet triaged. diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status index 820b1a05c3b..66ef97f25e7 100644 --- a/runtime/tests/vm/vm.status +++ b/runtime/tests/vm/vm.status @@ -38,7 +38,6 @@ dart/snapshot_version_test: RuntimeError [ $compiler == dart2analyzer ] dart/byte_array_optimized_test: CompileTimeError # int64 dart/byte_array_test: CompileTimeError # int64 -dart/truncating_ints_test: CompileTimeError # int64 [ $compiler == dart2js ] dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays @@ -153,7 +152,7 @@ cc/Profiler_TypedArrayAllocation: Pass, Fail # Issue 31137 cc/Dart2JSCompileAll: SkipSlow # Timeout. [ $compiler == dart2analyzer && $strong ] -*: Skip # Issue 28649 +dart/redirection_type_shuffling_test/00: CompileTimeError [ $compiler == dartk && $mode == debug && $runtime == vm ] cc/PrintJSON: Crash diff --git a/samples/samples.status b/samples/samples.status index a875727808a..12d8f0d7d0b 100644 --- a/samples/samples.status +++ b/samples/samples.status @@ -14,9 +14,6 @@ sample_extension/test/sample_extension_app_snapshot_test: RuntimeError [ $compiler == precompiler ] sample_extension/test/*: Skip # These tests attempt to spawn another script using the precompiled runtime. -[ $compiler == dart2analyzer && $strong ] -*: Skip # Issue 28649 - [ $compiler == dart2js && $runtime == none ] *: Fail, Pass # TODO(ahe): Triage these tests. diff --git a/tests/html/html.status b/tests/html/html.status index 000348227a4..3e1f490b852 100644 --- a/tests/html/html.status +++ b/tests/html/html.status @@ -159,9 +159,6 @@ webgl_1_test: Pass, Fail # Issue 8219 [ $strong ] *: SkipByDesign -[ $compiler == dart2analyzer && $strong ] -*: Skip # Issue 28649 - [ $compiler == dart2js && $runtime == chrome ] element_animate_test/timing_dict: RuntimeError # Issue 26730 element_classes_test: RuntimeError # Issue 30291 diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status index 1c23b98bd4f..5b370c1c654 100644 --- a/tests/isolate/isolate.status +++ b/tests/isolate/isolate.status @@ -42,9 +42,6 @@ spawn_uri_multi_test/none: RuntimeError # Issue 13544 [ $strong ] *: SkipByDesign -[ $compiler == dart2analyzer && $strong ] -*: Skip # Issue 28649 - [ $compiler == none && $runtime == vm && $system == fuchsia ] *: Skip # Not yet triaged. diff --git a/tests/kernel/kernel.status b/tests/kernel/kernel.status index dea875e1bc7..f5cd37f8774 100644 --- a/tests/kernel/kernel.status +++ b/tests/kernel/kernel.status @@ -18,7 +18,8 @@ unsorted/types_test: RuntimeError unsorted/super_mixin_test: CompileTimeError [ $compiler == dart2analyzer && $strong ] -*: Skip # Issue 28649 +unsorted/klass_field_initializer_test: CompileTimeError +unsorted/super_initializer_test: CompileTimeError [ $compiler == dart2js && $fasta ] unsorted/super_mixin_test: RuntimeError