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

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

Issue 9753001: super and this in compile-time constants. (Closed) Base URL: /home/flo/programming/dart2/../dart/dart@master
Patch Set: Address comments. 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
Index: tests/co19/co19-leg.status
diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status
index 0e22d8f7b8c4c0de63f2b4c858035ebb0700e554..c032239741489d731582a16664f07bf8701892f7 100644
--- a/tests/co19/co19-leg.status
+++ b/tests/co19/co19-leg.status
@@ -136,7 +136,6 @@ LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
#
Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator.
Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
-Language/07_Classes/07_Classes_A02_t01: Fail # ConstantHandler with this or super not implemented
Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler cancelled: unexpected token 'call'
Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler cancelled: unexpected token 'call'
Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # compiler cancelled: cannot resolve type T
@@ -201,9 +200,6 @@ LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected
LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:00:00.000>, actual: <0001-01-01 00:00:00.000>) fails.
LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned in ExpectException message (Expect.isTrue(false) fails.)
LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatException is expected')
-LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implemented
-LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails.
-LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not implemented
LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/: Unterminated group'
LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # Expect.fail('Some exception expected')
@@ -403,6 +399,7 @@ Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @
Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @compile-error
Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @compile-error
Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @compile-error
+Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @compile-error
Language/07_Classes/7_Static_Variables_A06_t01: Fail, OK # @compile-error
Language/07_Classes/7_Static_Variables_A06_t02: Fail, OK # @compile-error
Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error

Powered by Google App Engine
This is Rietveld 408576698