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

Unified Diff: tests/language/language.status

Issue 374413002: Dart2dart rename unresolved getters & Make IsCheck not be a primitive (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/co19/co19-dart2dart.status ('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 d951097f1ec6a4555a17fea8e10f07e2d7d03ea8..680a64f5f05fa15f37f0cb8725704b4b19f430b4 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -85,8 +85,11 @@ type_variable_bounds4_test/01: Fail # Issue 14006
# problems in compile time constants.
type_check_const_function_typedef2_test/00: Fail, OK
-[ ($compiler == none || $compiler == dart2dart) && $runtime != none ]
-dynamic_prefix_core_test/01: Fail # Issue 12478
+[ $compiler == none && $runtime != none ]
+dynamic_prefix_core_test/01: RuntimeError # Issue 12478
+
+[ $compiler == dart2dart && $runtime != none && $builder_tag != new_backend ]
+dynamic_prefix_core_test/01: RuntimeError # Issue 12478
[ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium|| $runtime == ContentShellOnAndroid) ]
dynamic_prefix_core_test/none: Fail # Issue 12478
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698