Index: dart/tests/standalone/standalone.status |
diff --git a/dart/tests/standalone/standalone.status b/dart/tests/standalone/standalone.status |
index fc3c77b9c4fe895183a2bc8b95c3ca43268abd7d..97c3f5eb1fd242e7172284f493f5f66534a4a91a 100644 |
--- a/dart/tests/standalone/standalone.status |
+++ b/dart/tests/standalone/standalone.status |
@@ -9,7 +9,7 @@ |
package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
-issue14236_test: Crash, RuntimeError # Issue 14516. |
floitsch
2014/02/11 11:57:44
I added this line recently. The crash is basically
kustermann
2014/02/11 12:54:36
I talked to florian schneider about it. This test
|
+issue14236_test: Crash # Issue 14516. |
[ $runtime == vm ] |
package/package_isolate_test: Fail # Issue 12474 |
@@ -81,7 +81,6 @@ javascript_int_overflow_literal_test: Skip |
oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrace). |
vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
issue14236_test: Skip # dart2js does not deal with Script snapshots. |
-io/platform_test: Pass, CompileTimeError # Issue 14603 |
[ $compiler == dart2js && $jscl ] |
assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError. |