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

Unified Diff: tests/lib/lib.status

Issue 27546002: Fix status-file for schedule_microtask_test on dart2js-drt. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 0f3d9fa6c5e43c0305ef3b1a78b7eda78eb2221d..9a8cd8d9b6aa39f7a510d6951b1df2052b28ea06 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -240,5 +240,5 @@ mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failure.
-[ $runtime != none && $runtime != drt && $runtime != dartium ]
+[ ($compiler != none && $runtime != none) || ($compiler == none && $runtime != dartium) ]
async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
« 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