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

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

Issue 10868069: Throw a runtime error when trying to call a constructor of a class that could not be resolved. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 914a49dd9b241610e5be996c52d00752e5a5ecf1..c097f0f66908326f2a9a899b8a29df904eb6fa9e 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -324,14 +324,18 @@ Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 171
# can understand so he can file a bug later.
#
[ $compiler == dart2js ]
+Language/03_Overview/2_Privacy_A01_t02: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/07_Classes/2_Getters_A01_t03: Fail, OK # co19 issue 170.
Language/07_Classes/3_Setters_A01_t03: Fail, OK # Bad test: assumes eager loading.
+Language/07_Classes/5_Constructors_A01_t01: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/07_Classes/5_Constructors_A02_t03: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/07_Classes/07_Classes_A02_t32: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/08_Interfaces/3_Factories_and_Constructors_A02_t08: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145.
Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function declaration takes precedence over function expression.
+Language/10_Expressions/10_Instance_Creation/1_New_A02_t01: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
+Language/10_Expressions/10_Instance_Creation/1_New_A02_t02: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
« no previous file with comments | « lib/compiler/implementation/ssa/builder.dart ('k') | tests/language/call_constructor_on_unresolvable_class_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698