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

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
« no previous file with comments | « tests/language/call_nonexistent_constructor_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 4aa117ad593e4f9412eea3c3a71ffb018068d526..58974f9dcf995b087c905b93d2d3d2d2adb6b3fd 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -16,6 +16,10 @@
# 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_constructor_on_unresolvable_class_test/07: 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
@@ -175,6 +179,10 @@ string_escape1_negative_test: Skip
*: Skip
[ $compiler == dart2dart ]
+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_constructor_on_unresolvable_class_test/07: 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.
« no previous file with comments | « tests/language/call_nonexistent_constructor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698