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

Unified Diff: tests/co19/co19-leg.status

Issue 9808092: Visit parenthesized expressions in compile-time constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test and update status files. Created 8 years, 9 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
« no previous file with comments | « frog/leg/compile_time_constants.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-leg.status
diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status
index e5c69168e67ee95af1416330b7aa63d2796648a7..aca9a700f4e44933f8d6667e8faf36d0770f033e 100644
--- a/tests/co19/co19-leg.status
+++ b/tests/co19/co19-leg.status
@@ -143,6 +143,7 @@ Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail #
Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: Fail # compiler cancelled: no method named foo in class I
Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot resolve type N
Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot resolve type T
+Language/10_Expressions/01_Constants_A15_t23: Fail # leg allows x == x for abritrary compile-time objects.
kasperl 2012/03/23 23:45:24 abritrary -> arbitrary
floitsch 2012/03/23 23:53:00 Done.
Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot resolve label L
Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot resolve label L
Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented
@@ -155,6 +156,7 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: Fail # compiler cancelled: internal error: fall-through not implemented
+
Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){f();}
Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0
@@ -215,8 +217,8 @@ LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti
Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented
Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented
Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented
-Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented
Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not verified in literal maps.
+Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 2277
Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists.
Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps.
Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps.
« no previous file with comments | « frog/leg/compile_time_constants.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698