Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Unified Diff: pkg/pkg.status

Issue 23494066: Automatically converted general Fail status file markers to one of the more specific markers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | tests/co19/co19-dart2js.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 630d09a7e3f3351bc6e2db82126da7d90eac665c..b886b8d9ea11e0fb6458670b4c5adbe62847a8c7 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 && $checked && $runtime == ie9 ]
crypto/test/base64_test: Timeout # Issue 12486
@@ -34,15 +34,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).
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | tests/co19/co19-dart2js.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698