Skip to content

Commit 6fcc95d

Browse files
committed
Adjust status files.
Change-Id: Ia94c7477b73ae1f5fa90ffa072436355fcbacf0e Reviewed-on: https://dart-review.googlesource.com/60830 Reviewed-by: Siva Annamalai <asiva@google.com>
1 parent f2f6ebf commit 6fcc95d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

runtime/observatory/tests/service/service_kernel.status

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ causal_async_stack_presence_test: RuntimeError
2424
causal_async_star_stack_contents_test: RuntimeError
2525
causal_async_star_stack_presence_test: RuntimeError
2626
complex_reload_test: RuntimeError
27-
coverage_leaf_function_test: RuntimeError
28-
coverage_optimized_function_test: RuntimeError
2927
debugger_inspect_test: Skip # Timeout
3028
debugger_location_second_test: RuntimeError
3129
debugger_location_test: RuntimeError
@@ -87,7 +85,6 @@ pause_on_exceptions_test: Skip # Timeout
8785
pause_on_unhandled_async_exceptions2_test: RuntimeError
8886
pause_on_unhandled_async_exceptions_test: RuntimeError
8987
positive_token_pos_test: RuntimeError
90-
process_service_test: RuntimeError
9188
regress_28443_test: RuntimeError
9289
regress_28980_test: RuntimeError
9390
rewind_optimized_out_test: RuntimeError

samples/samples.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
[ $arch == arm ]
66
sample_extension/test/*: Skip # Issue 14705
77

8+
[ $compiler == app_jit ]
9+
sample_extension/test/sample_extension_app_snapshot_test: RuntimeError
10+
811
[ $compiler == dart2analyzer ]
912
build_dart: Skip
1013

tests/standalone_2/standalone_2_kernel.status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ map_insert_remove_oom_test: Skip # Heap limit too low.
5151

5252
[ $compiler == app_jitk && ($mode == debug || $mode == release) ]
5353
dart_developer_disabled_env_test: RuntimeError
54-
io/code_collection_test: RuntimeError
5554

5655
[ $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
5756
io/file_lock_test: Slow, Pass
@@ -150,6 +149,7 @@ io/socket_port_test: Pass, Crash
150149
io/namespace_test: RuntimeError
151150

152151
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
152+
app_snapshot_share_test: RuntimeError # Only dill files are valid
153153
dwarf_stack_trace_test: RuntimeError
154154
io/compile_all_test: RuntimeError # Issue 32338
155155
io/file_fuzz_test: RuntimeError, Pass

0 commit comments

Comments
 (0)