From 0111122ca024c36862398afd9ec546d42eea1828 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 10 Feb 2017 21:34:33 -0800 Subject: [PATCH] [Fuchsia] Update test status files R=asiva@google.com, rmacnak@google.com Review-Url: https://codereview.chromium.org/2693643002 . --- .../observatory/tests/service/service.status | 3 ++ samples/samples.status | 3 ++ tests/co19/co19-runtime.status | 3 ++ tests/isolate/isolate.status | 3 ++ tests/language/language.status | 3 +- tests/lib/lib.status | 43 +++++++++++++++++++ tests/standalone/standalone.status | 3 ++ 7 files changed, 60 insertions(+), 1 deletion(-) diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status index 859c023912e..9a411639697 100644 --- a/runtime/observatory/tests/service/service.status +++ b/runtime/observatory/tests/service/service.status @@ -9,6 +9,9 @@ get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 +[$runtime == vm && $compiler == none && $system == fuchsia] +*: Skip # Not yet triaged. + [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 diff --git a/samples/samples.status b/samples/samples.status index 2a676bedcd3..5fabf512d01 100644 --- a/samples/samples.status +++ b/samples/samples.status @@ -2,6 +2,9 @@ # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. +[$runtime == vm && $compiler == none && $system == fuchsia] +*: Skip # Not yet triaged. + [ $browser ] # Skip tests that uses dart:io build_dart: Skip diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index f4b59aba990..807f234c5fc 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -2,6 +2,9 @@ # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. +[$runtime == vm && $compiler == none && $system == fuchsia] +*: Skip # Tests not included in the image. + [ $runtime == vm || $runtime == dart_precompiled ] # Failures ok in tests below. VM moves super initializer to end of list. diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status index ae0ee106fba..2af147b3843 100644 --- a/tests/isolate/isolate.status +++ b/tests/isolate/isolate.status @@ -2,6 +2,9 @@ # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. +[$runtime == vm && $compiler == none && $system == fuchsia] +*: Skip # Not yet triaged. + [ $runtime == vm || $runtime == dart_precompiled ] browser/*: SkipByDesign # Browser specific tests isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. diff --git a/tests/language/language.status b/tests/language/language.status index 84bd28285fd..4adb72aa89b 100644 --- a/tests/language/language.status +++ b/tests/language/language.status @@ -316,9 +316,10 @@ vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 # Use package:unittest async_await_test: RuntimeError async_star_test: RuntimeError +vm/causal_async_exception_stack_test: RuntimeError # TODO(zra): Investigate vm/regress_28325_test: RuntimeError -closure_cycles_test: Crash +closure_cycles_test: Pass, Crash [$compiler == dart2analyzer] vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. diff --git a/tests/lib/lib.status b/tests/lib/lib.status index 9b6683c33c4..aff944254a0 100644 --- a/tests/lib/lib.status +++ b/tests/lib/lib.status @@ -281,6 +281,49 @@ mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a async/future_or_strong_test: RuntimeError, OK +[ $runtime == vm && $system == fuchsia ] +# These use package:unittest +async/first_regression_test: RuntimeError +async/future_timeout_test: RuntimeError +async/multiple_timer_test: RuntimeError +async/schedule_microtask2_test: RuntimeError +async/schedule_microtask3_test: RuntimeError +async/schedule_microtask5_test: RuntimeError +async/stream_controller_async_test: RuntimeError +async/stream_first_where_test: RuntimeError +async/stream_from_iterable_test: RuntimeError +async/stream_iterator_test: RuntimeError +async/stream_join_test: RuntimeError +async/stream_last_where_test: RuntimeError +async/stream_periodic2_test: RuntimeError +async/stream_periodic3_test: RuntimeError +async/stream_periodic4_test: RuntimeError +async/stream_periodic5_test: RuntimeError +async/stream_periodic6_test: RuntimeError +async/stream_periodic_test: RuntimeError +async/stream_single_test: RuntimeError +async/stream_single_to_multi_subscriber_test: RuntimeError +async/stream_state_nonzero_timer_test: RuntimeError +async/stream_state_test: RuntimeError +async/stream_subscription_as_future_test: RuntimeError +async/stream_subscription_cancel_test: RuntimeError +async/stream_timeout_test: RuntimeError +async/stream_transform_test: RuntimeError +async/stream_transformation_broadcast_test: RuntimeError +async/timer_cancel1_test: RuntimeError +async/timer_cancel2_test: RuntimeError +async/timer_cancel_test: RuntimeError +async/timer_isActive_test: RuntimeError +async/timer_repeat_test: RuntimeError +async/timer_test: RuntimeError +convert/json_lib_test: RuntimeError +math/point_test: RuntimeError +math/rectangle_test: RuntimeError +mirrors/library_uri_io_test: RuntimeError +mirrors/library_uri_package_test: RuntimeError +# fstat bug, MG-479. +mirrors/invocation_fuzz_test: Crash + [ $compiler == none && ($runtime == drt || $runtime == dartium) ] async/future_or_bad_type_test/implements: Pass # Issue 28084 diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status index 204cb0d689b..95b35a0ceb0 100644 --- a/tests/standalone/standalone.status +++ b/tests/standalone/standalone.status @@ -21,6 +21,9 @@ package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. +[$runtime == vm && $compiler == none && $system == fuchsia] +*: Skip # Not yet triaged. + [ ($runtime != vm && $runtime != dart_precompiled) && ($runtime != drt || $compiler != none) ] no_assert_test: Fail, OK # This is testing a vm flag. env_test: Skip # This is testing a vm command line parsing scenario.