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

Unified Diff: tests/language/language.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/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 42a37c92cc0329e6cdb77a56cd0a291bf294e940..b5936a1340106401020ca294238f4df0ad71ad1b 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -16,6 +16,9 @@
# 3) Update the language/src directory with the updated test.
[ $compiler == none ]
+call_constructor_on_unresolvable_class_test/01: Fail # Issue 3801
+call_constructor_on_unresolvable_class_test/02: Fail # Issue 3801
+call_constructor_on_unresolvable_class_test/03: Fail # Issue 3801
call_nonexistent_constructor_test: Fail # Issue 3801
gc_test: Fail # Issue 1487
field_override_test/none: Fail # Issue 742: field shadowing now allowed
@@ -161,6 +164,9 @@ implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters.
implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters.
property_field_override_test: Fail # TODO(ahe): Handle abstract getters.
+call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved()' which fails on the VM
+call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved()' which fails on the VM
+call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved()' which fails on the VM
call_nonexistent_constructor_test: Fail # Issue 1031
const_var_test: Fail # Map literals take 2 type arguments.
map_literal3_test: Fail # Map literals take 2 type arguments.

Powered by Google App Engine
This is Rietveld 408576698