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

Unified Diff: tests/language/language.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/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index f88440dbc5d67dbe859f1a203b8b64d626648589..462fd09bf2ccbe6b1f6f2e8eadca876d0548117b 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -535,3 +535,9 @@ prefix22_test: Pass
invocation_mirror_test: Fail, OK # hardcoded names.
invocation_mirror2_test: Fail, OK # hardcoded names.
super_call4_test: Fail, OK # hardcoded names.
+
+[ $compiler == dart2js && $runtime == d8 && $checked ]
+# Some bug related to assigning function to typedef-typed field.
floitsch 2013/01/07 13:52:22 add bug number.
+compile_time_constant_a_test: Fail
+compile_time_constant_b_test: Fail
+ordered_maps_test: Fail

Powered by Google App Engine
This is Rietveld 408576698