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

Unified Diff: tests/corelib/corelib.status

Issue 11783009: Big merge from experimental to bleeding edge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « tests/corelib/core_runtime_types_test.dart ('k') | tests/corelib/for_in_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 3ad08b49db1a8f89761d8e8d5e958e786306f183..2fa93a15492f9a0552014ca0159d8ac99c567a56 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -42,15 +42,14 @@ math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
math_test: Fail # issue 3333
surrogate_pair_toUpper_test: Fail # Issue 6707
-# Bad test, assumes RegExp.allMatches returns a Collection.
-reg_exp_all_matches_test: Fail, OK # NoSuchMethodError : method not found: 'forEach'
-
reg_exp4_test: Fail, OK # Expects exception from const constructor.
big_integer_vm_test: Fail, OK # VM specific test.
compare_to2_test: Fail, OK # Requires bigint support.
string_base_vm_test: Fail, OK # VM specific test.
+string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
+
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
@@ -68,3 +67,12 @@ compare_to2_test: Fail # inherited from VM
null_test: Fail # inherited from VM
unicode_test: Fail # inherited from VM
+# Library changes
+[ $compiler == none ]
+future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library changes.
+
+[ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
+map_keys2_test: Fail # Generic types aren't right.
+
+[ $compiler == dart2js ]
+map_values2_test: Fail # Generic types aren't right
« no previous file with comments | « tests/corelib/core_runtime_types_test.dart ('k') | tests/corelib/for_in_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698