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

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/language/language_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 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).
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | tests/language/language_dart2js.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698