Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index 10e39ba3c6e36a9a48582805684c70ccb93a1760..a4e513d97904ed2ed2fa63e51d8a71527696e248 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -110,6 +110,8 @@ package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu |
debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
pow_test: Skip # Precision > 53 bits. |
+io/test_runner_test: Fail # Library dart:io removed. |
floitsch
2013/05/24 20:37:27
dart:uri ?
Søren Gjesse
2013/05/27 10:47:21
Done.
|
+io/skipping_dart2js_compilations_test: Skip # Library dart:io removed. |
[ $compiler == dart2js && $jscl ] |
assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |