Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index 30a2a3aa0b4b4cfa0447d23b4eb2541989f4501e..20e98c540db28e2c3af355e1b6a84ea9a25c176f 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -55,7 +55,7 @@ io/process_non_ascii_test: Pass, Fail |
io/http_server_early_client_close_test: Crash, Pass # Issue 12982 |
io/secure_socket_bad_data_test: Crash, Pass # 12982 |
-[ $compiler == none && $runtime == drt ] |
+[ $compiler == none && ($runtime == drt || $runtime == dartium)] |
typed_data_isolate_test: Skip # This test uses dart:io |
io/*: Skip # Don't run tests using dart:io in the browser |
package/*: Skip # Do not run those in Dartium. |
@@ -177,3 +177,8 @@ io/test_extension_test: Fail |
io/test_extension_fail_test: Fail |
io/dart_std_io_pipe_test: Fail |
io/file_read_special_device_test: Fail |
+ |
+[ $compiler == none && $runtime == dartium ] |
+assert_test: Fail # Issue 13719: Please triage this failure. |
+javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure. |
+javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. |