Skip to content

Commit f150c47

Browse files
committed
Revert "Don't run strong mode vm tests on simdbc64 until we figure out why it's acting architecture specific."
This reverts commit 2930223. Closes #31695 Change-Id: I5a4373737b01acfccc7f99f4d120d2443953c7e4 Reviewed-on: https://dart-review.googlesource.com/30800 Reviewed-by: Martin Kustermann <[email protected]> Reviewed-by: Vyacheslav Egorov <[email protected]>
1 parent 88b82a2 commit f150c47

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

tests/standalone_2/standalone_2.status

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ io/addlatexhash_test: Skip
5858
[ !$strong ]
5959
float_array_static_test: MissingCompileTimeError
6060

61-
[ $arch == simdbc64 && $strong && ($compiler == dartk || $compiler == dartkp) ]
62-
io/*: Skip # Issue 31695
63-
6461
[ $builder_tag == swarming && $system == macos ]
6562
io/*: Skip # Issue 30618
6663

tests/standalone_2/standalone_2_kernel.status

+15
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@ regress_29350_test/none: Pass # Issue 31537
4848
# batch mode.
4949
[ $compiler == dartk && $strong && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
5050
bytedata_test: CompileTimeError # Please triage.
51+
io/echo_server_stream_test: Skip # Uses isolates which don't work in batch mode.
52+
io/file_blocking_lock_test: Pass, Crash # Please triage.
53+
io/file_lock_test: RuntimeError # Please triage.
54+
io/http_advanced_test: Skip # Uses isolates which don't work in batch mode.
55+
io/http_basic_test: Skip # Uses isolates which don't work in batch mode.
56+
io/http_read_test: Skip # Uses isolates which don't work in batch mode.
57+
io/pipe_server_test: Skip # Uses isolates which don't work in batch mode.
58+
io/platform_test: Skip # Uses isolates which don't work in batch mode.
59+
io/raw_synchronous_socket_test: Skip # Uses isolates which don't work in batch mode.
60+
io/socket_close_test: Skip # Uses isolates which don't work in batch mode.
61+
io/socket_finalizer_test: Skip # Uses isolates which don't work in batch mode.
62+
io/socket_many_connections_test: Skip # Uses isolates which don't work in batch mode.
63+
io/stdio_socket_finalizer_test: Skip # Uses isolates which don't work in batch mode.
64+
io/test_extension_fail_test: RuntimeError # Please traige.
65+
io/test_extension_test: RuntimeError # Please traige.
5166
map_insert_remove_oom_test: Pass # Please triage.
5267
package/scenarios/invalid/invalid_utf8_test: Pass # Please triage.
5368
package/scenarios/invalid/non_existent_packages_file_test: Pass # Please triage.

0 commit comments

Comments
 (0)