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

Unified Diff: tests/standalone/standalone.status

Issue 1362743003: Add simple VM test for precompiled code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 827482fa4d6ccaee66556ad577564cdd475420c5..090160d0937cea70e6e215af20a4437053062f65 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -103,6 +103,10 @@ javascript_compatibility_errors_test: Skip
javascript_compatibility_warnings_test: Skip
unboxed_int_converter_test: Skip
pair_location_remapping_test: Skip
+precompilation_test: Skip # VM only test.
+
+[ $runtime == vm && $arch != x64 && $arch != arm ]
+precompilation_test: Skip # Not expected to run on ia32 and simulators.
rmacnak 2015/09/23 17:34:59 It should work on the simulators.
Florian Schneider 2015/09/23 18:30:49 Did you run it sucessfully? Strange, it did not wo
[ $compiler == dart2js && $jscl ]
assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError.
« tests/standalone/precompilation_test.dart ('K') | « tests/standalone/precompilation_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698