Index: pkg/pkg.status |
diff --git a/pkg/pkg.status b/pkg/pkg.status |
index e07fcaf99dac8ffefbf77f6ae4e05099b1506a04..bc2797877a7f6cc081d44ed7bb89c9d045fba7d8 100644 |
--- a/pkg/pkg.status |
+++ b/pkg/pkg.status |
@@ -22,7 +22,7 @@ third_party/html5lib/test/dom_compat_test: Skip |
third_party/html5lib/test/browser/browser_test: Skip |
[ $compiler == dart2js ] |
-analyzer_experimental/test/generated/ast_test: Fail #Issue 12341 |
+analyzer_experimental/test/generated/ast_test: RuntimeError #Issue 12341 |
[ $compiler == dart2js && $host_checked] |
docgen/test/single_library_test: Crash # Issue 13542 |
@@ -37,15 +37,15 @@ crypto/test/sha256_test: Pass, Fail # v8 bug: Issue 12293 |
path/test/relative_test: Pass, Fail # v8 bug: Issue 12293 |
[ $runtime == d8 || $runtime == jsshell ] |
-unittest/test/unittest_nested_groups_setup_teardown_test: Pass, Fail # http://dartbug.com/10109 |
-stack_trace/test/vm_test: Fail, OK # VM-specific traces |
-sequence_zip/test/stream_test: Fail, OK # Timers are not supported. |
+unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # http://dartbug.com/10109 |
+stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
+sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. |
[$compiler == dart2dart] |
*: Skip |
[ $compiler == dart2js || $compiler == dart2dart ] |
-source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that |
+source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers that |
# overflow in JS (numbers slightly larger than |
# 32 bits where we do bitwise operations). |