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

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

Issue 11548027: Implement is-checks for closures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add ClassElement.lookupBackendMember. Created 8 years 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-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 3ad85ec629a141482257d27bb67f5bc22cffb7e2..371b02f9c8b876c015fefb917516ca2ddd54a062 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -144,16 +144,8 @@ Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # TODO(ahe): Please triag
Language/13_Libraries_and_Scripts/5_URIs_A01_t24: Fail # TODO(ahe): Please triage this failure.
Language/13_Libraries_and_Scripts/5_URIs_A01_t25: Fail # TODO(ahe): Please triage this failure.
Language/14_Types/5_Function_Types_A01_t04: Fail # TODO(ahe): Please triage this failure.
-Language/14_Types/5_Function_Types_A02_t02: Fail # TODO(ahe): Please triage this failure.
-Language/14_Types/5_Function_Types_A02_t03: Fail # TODO(ahe): Please triage this failure.
Language/14_Types/5_Function_Types_A02_t04: Fail # TODO(ahe): Please triage this failure.
-Language/14_Types/5_Function_Types_A02_t08: Fail # TODO(ahe): Please triage this failure.
-Language/14_Types/5_Function_Types_A03_t01: Fail # TODO(ahe): Please triage this failure.
-Language/14_Types/5_Function_Types_A03_t02: Fail # TODO(ahe): Please triage this failure.
-Language/14_Types/5_Function_Types_A03_t03: Fail # TODO(ahe): Please triage this failure.
Language/14_Types/5_Function_Types_A03_t04: Fail # TODO(ahe): Please triage this failure.
-Language/14_Types/5_Function_Types_A03_t09: Fail # TODO(ahe): Please triage this failure.
-Language/14_Types/5_Function_Types_A03_t12: Fail # TODO(ahe): Please triage this failure.
Language/14_Types/5_Function_Types_A03_t13: Fail # TODO(ahe): Please triage this failure.
Language/14_Types/5_Function_Types_A04_t01: Fail # TODO(ahe): Please triage this failure.
Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe): Please triage this failure.
@@ -549,20 +541,14 @@ Language/14_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # http://dartbug.c
Language/14_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # http://dartbug.com/5022
Language/14_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # http://dartbug.com/5022
Language/14_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # http://dartbug.com/5022
-Language/14_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # http://dartbug.com/5022
-Language/14_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # http://dartbug.com/5022
Language/14_Types/5_Function_Types_A01_t01: Fail # http://dartbug.com/5022
-Language/14_Types/5_Function_Types_A01_t02: Fail # http://dartbug.com/5022
Language/14_Types/5_Function_Types_A01_t03: Fail # http://dartbug.com/5022
Language/14_Types/5_Function_Types_A01_t05: Fail # http://dartbug.com/5022
Language/14_Types/5_Function_Types_A01_t06: Fail # http://dartbug.com/5022
-Language/14_Types/5_Function_Types_A01_t07: Fail # http://dartbug.com/5022
Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5683
Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5683
-Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http://dartbug.com/5713
-
Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
@@ -570,8 +556,6 @@ Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
# Unexpected runtime errors.
#
[ $compiler == dart2js ]
-Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
-
Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
@@ -593,3 +577,9 @@ Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c
Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.com/7202
Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.com/7202
Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.com/7202
+
+Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
+Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
+Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
+Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
+Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698