Adjust status files.

Change-Id: Ia94c7477b73ae1f5fa90ffa072436355fcbacf0e
Reviewed-on: https://dart-review.googlesource.com/60830
Reviewed-by: Siva Annamalai <asiva@google.com>
This commit is contained in:
asiva 2018-06-19 03:38:20 +00:00 committed by Siva Annamalai
parent f2f6ebf547
commit 6fcc95d2a4
3 changed files with 4 additions and 4 deletions

View file

@ -24,8 +24,6 @@ causal_async_stack_presence_test: RuntimeError
causal_async_star_stack_contents_test: RuntimeError
causal_async_star_stack_presence_test: RuntimeError
complex_reload_test: RuntimeError
coverage_leaf_function_test: RuntimeError
coverage_optimized_function_test: RuntimeError
debugger_inspect_test: Skip # Timeout
debugger_location_second_test: RuntimeError
debugger_location_test: RuntimeError
@ -87,7 +85,6 @@ pause_on_exceptions_test: Skip # Timeout
pause_on_unhandled_async_exceptions2_test: RuntimeError
pause_on_unhandled_async_exceptions_test: RuntimeError
positive_token_pos_test: RuntimeError
process_service_test: RuntimeError
regress_28443_test: RuntimeError
regress_28980_test: RuntimeError
rewind_optimized_out_test: RuntimeError

View file

@ -5,6 +5,9 @@
[ $arch == arm ]
sample_extension/test/*: Skip # Issue 14705
[ $compiler == app_jit ]
sample_extension/test/sample_extension_app_snapshot_test: RuntimeError
[ $compiler == dart2analyzer ]
build_dart: Skip

View file

@ -51,7 +51,6 @@ map_insert_remove_oom_test: Skip # Heap limit too low.
[ $compiler == app_jitk && ($mode == debug || $mode == release) ]
dart_developer_disabled_env_test: RuntimeError
io/code_collection_test: RuntimeError
[ $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
io/file_lock_test: Slow, Pass
@ -150,6 +149,7 @@ io/socket_port_test: Pass, Crash
io/namespace_test: RuntimeError
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
app_snapshot_share_test: RuntimeError # Only dill files are valid
dwarf_stack_trace_test: RuntimeError
io/compile_all_test: RuntimeError # Issue 32338
io/file_fuzz_test: RuntimeError, Pass