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

Unified Diff: tests/standalone/standalone.status

Issue 1410833007: Skip precompilation_dart2js_test on the MIPS bots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index a36d2548171492cb1466262951d527054793ff5b..b136d43f192d7065cdabd63ee96d187568f049c9 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -119,6 +119,9 @@ noopt_test: Skip # Not expected to pass on ia32.
precompilation_test: Skip # Issue 24427
precompilation_dart2js_test: Skip # Issue 24427
+[ $runtime == vm && $arch == mips]
+precompilation_dart2js_test: SkipSlow
+
[ $compiler == dart2js && $jscl ]
assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError.
deoptimization_test: RuntimeError, OK # Requires bigint.
« 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