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

Unified Diff: tests/language/language.status

Issue 146733003: Handle type checking of generic compile time constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add regression test. Created 6 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 3fadd70dafe4a0844fdb51e26492cd3a36f4e305..720490886de6a79ae662f36a834a37314f12ece5 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -43,6 +43,14 @@ compile_time_constant_checked3_test/04: Fail, OK
compile_time_constant_checked3_test/05: Fail, OK
compile_time_constant_checked3_test/06: Fail, OK
malformed2_test/01: Fail, OK
+const_constructor2_test/13: Fail, OK
karlklose 2014/01/29 10:44:23 Add a comment why this is allowed to fail.
Johnni Winther 2014/01/30 08:25:23 There is a comment above compile_time_constant_che
+const_constructor2_test/14: Fail, OK
+const_constructor2_test/15: Fail, OK
+const_constructor2_test/16: Fail, OK
+const_constructor2_test/17: Fail, OK
+const_constructor2_test/20: Fail, OK
+const_constructor2_test/22: Fail, OK
+const_constructor2_test/24: Fail, OK
[ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == none) ]
call_test: Fail # Issue 12602

Powered by Google App Engine
This is Rietveld 408576698