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

Unified Diff: tests/language/language_dart2js.status

Issue 363113004: Handle unresolved elements in the new IR (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | « sdk/lib/_internal/compiler/implementation/ir/ir_nodes.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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 07517094192166244e76f6249c4c82611e4488d4..57a1ac5f20732c706d61c4f743739bfa9665e0ff 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -183,6 +183,11 @@ label_test: Skip
[ $compiler == dart2dart && $builder_tag == new_backend ]
type_variable_conflict2_test/01: Fail # Issue 19725
+[ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
+# This test happens not to fail in minified, because the type-argument is
+# renamed, but the unresolved reference to it is not.
+type_variable_conflict2_test/04: Fail # Issue 19725
+
[ $compiler == dart2dart ]
type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725
type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ir/ir_nodes.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698