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

Unified Diff: tests/utils/utils.status

Issue 2478603005: Need to skip if runtime is drt. (Closed)
Patch Set: Created 4 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/utils/utils.status
diff --git a/tests/utils/utils.status b/tests/utils/utils.status
index 6ad1ebfb7a38e52cfc82f801786d651dc333f55a..fde7eba42f426c83a77e5558ccd8fa6bf4497bf6 100644
--- a/tests/utils/utils.status
+++ b/tests/utils/utils.status
@@ -25,7 +25,7 @@ recursive_import_test: Crash # Issue 24485
recursive_import_test: Skip # Running dart2js under frequent reloads is slow.
dummy_compiler_test: Skip # Running dart2js under frequent reloads is slow.
-[ $runtime == dartium ]
+[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
dummy_compiler_test: Skip # Issue 27744
recursive_import_test: Skip # Issue 27744
« 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