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

Unified Diff: dart/tests/corelib/corelib.status

Issue 14142003: Add Symbol class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix operator== Created 7 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: dart/tests/corelib/corelib.status
diff --git a/dart/tests/corelib/corelib.status b/dart/tests/corelib/corelib.status
index 9bc31d7381e560f379d6be4df5f2279ad2a5ba5a..17bea8d2c711e819d80b4c85c82178592bffa35d 100644
--- a/dart/tests/corelib/corelib.status
+++ b/dart/tests/corelib/corelib.status
@@ -9,6 +9,11 @@ unicode_test: Fail # Bug 6706
*dartc_test: Skip
compare_to2_test: Fail # Bug 4018
+symbol_test/01: Fail
Ivan Posva 2013/04/12 03:34:39 Fail, OK. See comment in symbol_test.
+symbol_test/02: Fail
+symbol_test/03: Fail
+
+
[ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
unicode_test: Fail
@@ -49,6 +54,12 @@ string_base_vm_test: Fail, OK # VM specific test.
string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
+symbol_test/none: Fail
+symbol_test/01: Fail
+symbol_test/02: Fail
+symbol_test/03: Fail
+
+
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
@@ -61,6 +72,11 @@ string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
compare_to2_test: Fail # inherited from VM
unicode_test: Fail # inherited from VM
+symbol_test/01: Fail
+symbol_test/02: Fail
+symbol_test/03: Fail
+
+
# Library changes
[ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
map_keys2_test: Fail # Generic types aren't right.
@@ -74,6 +90,12 @@ map_values2_test: Fail # Generic types aren't right
iterable_to_list_test: Fail
iterable_to_set_test: Fail
+[ $compiler == dartc || $compiler == dartanalyzer ]
+symbol_test/01: Fail
+symbol_test/02: Fail
+symbol_test/03: Fail
+
+
[ $arch == arm ]
*: Skip

Powered by Google App Engine
This is Rietveld 408576698