@@ -15,9 +15,6 @@ map_insert_remove_oom_test: Skip # Heap limit too low.
1515[ $compiler == dartk && $mode == debug && $runtime == vm ]
1616io/file_lock_test: Slow, Pass
1717
18- [ $compiler == dartk && $mode == debug && $hot_reload ]
19- io/web_socket_ping_test: Crash
20-
2118[ $compiler == dartk && $runtime == vm ]
2219no_support_debugger_test: Skip # kernel-service snapshot not compatible with flag disabled
2320
@@ -26,14 +23,6 @@ io/dart_std_io_pipe_test: Slow, Pass
2623io/secure_builtin_roots_test: Skip # Issues 32137 and 32138.
2724map_insert_remove_oom_test: Skip # Heap limit too low.
2825
29- [ $compiler == dartk && $hot_reload ]
30- io/http_no_reason_phrase_test: Crash
31- io/http_outgoing_size_test: Crash
32-
33- [ $compiler == dartk && $hot_reload_rollback ]
34- io/directory_chdir_test: Skip # Timeout
35- io/echo_server_stream_test: Slow, Pass
36-
3726# Enabling of dartk for sim{arm,arm64} revealed these test failures, which
3827# are to be triaged. Isolate tests are skipped on purpose due to the usage of
3928# batch mode.
@@ -43,20 +32,6 @@ io/file_lock_test: Slow, Pass
4332io/http_bind_test: Slow, Pass
4433map_insert_remove_oom_test: Skip # Heap limit too low.
4534
46- [ $compiler == dartk && ($hot_reload || $hot_reload_rollback) ]
47- io/addlatexhash_test: Skip # Timeout
48- io/http_advanced_test: Skip # Timeout
49- io/http_auth_digest_test: Crash
50- io/http_auth_test: Skip # Timeout
51- io/http_proxy_advanced_test: Skip # Timeout
52- io/http_read_test: Skip # Timeout
53- io/pipe_server_test: Skip # Timeout
54- io/socket_close_test: Skip # Timeout
55- io/socket_many_connections_test: Skip # Timeout
56- io/web_socket_compression_test: Skip # Timeout
57- io/web_socket_test: Skip # Timeout
58- regress_52715_test/measure: Skip # kernel-service interferes with measuring RSS
59-
6035[ $compiler == dartkp && $mode == debug && $runtime == dart_precompiled ]
6136io/raw_socket_test: Crash
6237io/socket_finalizer_test: Crash
@@ -92,3 +67,6 @@ check_for_aot_snapshot_jit_test: SkipByDesign # Test relies on paths, requires J
9267
9368[ $sanitizer == asan || $sanitizer == lsan || $sanitizer == msan || $sanitizer == tsan ]
9469regress_52715_test/measure: Skip # Shadow memory and scudo quarantine interfere with measuring RSS
70+
71+ [ $hot_reload || $hot_reload_rollback ]
72+ regress_52715_test/measure: Skip # kernel-service interferes with measuring RSS
0 commit comments