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

Unified Diff: tests/language/language.status

Issue 58123002: Because drt/dartium wraps tests before running them, the new semantics for how to find and run main… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « no previous file | 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 9e6a37749d3f25fc9f916961579ad4a075beb0f3..e23efeaeea0e171698241db902d05b525268f2d3 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -48,10 +48,13 @@ compile_time_constant_checked3_test/06: Fail, OK
call_test: Fail # Issue 12602
dynamic_prefix_core_test: Fail # Issue 12478
-[ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium) ]
+[ $compiler == none && $runtime == vm ]
export_main_test: Fail # Issue 14763
export_double_same_main_test: Fail # Issue 14763
+[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
+export_ambiguous_main_negative_test: Fail # Issue 14763
+
[ $compiler == none && $runtime == drt ]
mixin_illegal_object_test/01: pass # Issue 10952.
mixin_illegal_object_test/02: pass # Issue 10952.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698