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

Unified Diff: tests/corelib/corelib.status

Issue 213293002: Optimize one-byte string's toUpperCase. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add more tests. Created 6 years, 8 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 8bdaff963b395bcb946e94873fa3dc82a1e8bf0c..d4799da0dcbf47a7f1dc9062656d3e788b7a317a 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -52,6 +52,8 @@ compare_to2_test: Fail # Bug 4018
symbol_test/01: Fail, Pass # bug 11669
+string_case_test/01: Fail # Bug 18061
+
[ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != ContentShellOnAndroid ]
symbol_test/02: MissingCompileTimeError # bug 11669
symbol_test/03: MissingCompileTimeError # bug 11669
@@ -111,6 +113,21 @@ list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
[ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == drt || $runtime == safari) ]
string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10.
+[ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ]
+string_case_test/02: Fail, OK # Bug in our version of V8.
+
+[ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
+string_case_test/01: Fail, OK # Bug in IE.
+string_case_test/02: Fail, OK # Bug in IE.
+
+[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
+string_case_test/01: Fail, OK # Bug in Firefox.
+
+[ $compiler == dart2js && $runtime == dartium ]
+string_case_test/02: Fail, OK # Bug in dartium version of V8.
+string_case_test/03: Fail, OK # Bug in dartium version of V8.
+
+
[ $compiler == dart2js && $checked ]
map_test: Crash # Issue 17829

Powered by Google App Engine
This is Rietveld 408576698