[Fuchsia] Update test status files

R=asiva@google.com, rmacnak@google.com

Review-Url: https://codereview.chromium.org/2693643002 .
This commit is contained in:
Zachary Anderson 2017-02-10 21:34:33 -08:00
parent a3e26a9077
commit 0111122ca0
7 changed files with 60 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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.