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

Unified Diff: tests/corelib/corelib.status

Issue 11784020: Fixed status files for dart2js corelib/lib/language tests. (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
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 2fa93a15492f9a0552014ca0159d8ac99c567a56..462f3840ed9ff735191b46600d912a95c80ac323 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -76,3 +76,26 @@ map_keys2_test: Fail # Generic types aren't right.
[ $compiler == dart2js ]
map_values2_test: Fail # Generic types aren't right
+
+## Tests failing after merge of experimental library branch.
+[ $compiler == dart2js && $runtime == d8]
+# Tests fail due to bug in generics on constants, issue 6827
+iterable_to_list_test: Fail
+iterable_to_set_test: Fail
+
+# Hits undetermined bug in compiler (tries to read from a null value).
+string_replace_all_test: Crash
floitsch 2013/01/07 13:52:22 Please file a bug.
+
+[ $compiler == dart2js && $runtime == d8 && $checked ]
+# Some bug related to assigning function to typedef-typed field.
+apply2_test: Fail
floitsch 2013/01/07 13:52:22 ditto.
+apply_test: Fail
+core_runtime_types_test: Fail
+linked_hash_map_test: Fail
+map_from_test: Fail
+map_keys_test: Fail
+map_test: Fail
+map_values_test: Fail
+queue_test: Fail
+reg_exp_all_matches_test: Fail
+set_test: Fail

Powered by Google App Engine
This is Rietveld 408576698