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

Unified Diff: tests/corelib/corelib.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
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 592476bc0afee9594f4a1008645b2caf71592108..24e7f580891e563df810d8df408bac4577e5b908 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -38,13 +38,13 @@ date_time7_test: Fail
unicode_test: Fail
[ $compiler == dart2js ]
-error_stack_trace1_test: Fail # Issue 12399
-hash_set_test/01: Fail # Issue 11551
+error_stack_trace1_test: RuntimeError # Issue 12399
+hash_set_test/01: RuntimeError # Issue 11551
-big_integer_vm_test: Fail, OK # VM specific test.
-bit_twiddling_bigint_test: Fail # Requires bigint support.
-compare_to2_test: Fail, OK # Requires bigint support.
-string_base_vm_test: Fail, OK # VM specific test.
+big_integer_vm_test: RuntimeError, OK # VM specific test.
+bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
+compare_to2_test: RuntimeError, OK # Requires bigint support.
+string_base_vm_test: RuntimeError, OK # VM specific test.
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
@@ -66,16 +66,16 @@ unicode_test: Fail # inherited from VM
# Library changes
[ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
-map_keys2_test: Fail # Generic types aren't right.
+map_keys2_test: RuntimeError # Generic types aren't right.
[ $compiler == dart2js ]
-map_values2_test: Fail # Generic types aren't right
+map_values2_test: RuntimeError # Generic types aren't right
## Tests failing after merge of experimental library branch.
[ $compiler == dart2js ]
# Tests fail due to bug in generics on constants, issue 6827
-iterable_to_list_test: Fail
-iterable_to_set_test: Fail
+iterable_to_list_test: RuntimeError
+iterable_to_set_test: RuntimeError
[ $compiler == dart2dart && $minified ]
error_stack_trace1_test: Fail # Fails in minified mode, test depends on method names.

Powered by Google App Engine
This is Rietveld 408576698