Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index 03ca40dcbb4fca778f70ddcbdd0fe53035148547..4f1cd7031d7fe39d4383965ef57e99e1f488374f 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -17,6 +17,9 @@ issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue |
javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude or annotate with '/// none:' |
+[ $runtime != vm ] |
+no_assert_test: Fail, OK # This is testing a vm flag. |
Bill Hesse
2015/09/11 11:09:39
Why not skip? Because it is worthwhile making sur
ricow1
2015/09/14 05:56:58
Yes
|
+ |
[ $runtime == vm ] |
package/package_isolate_test: Fail # Issue 12474 |
io/observatory_test: Fail |