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

Unified Diff: tests/corelib/corelib.status

Issue 11418115: Fix Unicode issues in dart2js and dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove accidental test expectation dupe Created 8 years, 1 month 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 44f7ec427d3772cb61a12962201f98344a691805..443f5212914f4709966a0de65685b5dc23ddcc8d 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -2,8 +2,10 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+reg_exp_unicode_2_test: Fail # Bug 6592
+
[ $compiler == none ]
-unicode_test: Fail # Bug 5163868
+unicode_test: Fail # Bug 6706
*dartc_test: Skip
compare_to2_test: Fail # Bug 4018
null_test: Fail # Bug 5511
@@ -13,6 +15,9 @@ apply2_test: Fail # Bug 5670
[ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
unicode_test: Fail
+[ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ]
+string_trim_unicode_test: Fail # V8 bug 2408
+
[ $runtime == opera ]
core_runtime_types_test: Fail
date_time7_test: Fail
@@ -24,6 +29,9 @@ unicode_test: Fail
[ $runtime == safari && ($system == linux || $system == windows) ]
*: Skip
+[ $runtime == vm ]
+string_trim_unicode_test: Fail # Bug 6569
+
[ $arch == simarm ]
*: Skip
@@ -33,6 +41,7 @@ unicode_test: Fail
[ $compiler == dart2js ]
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'

Powered by Google App Engine
This is Rietveld 408576698