| Index: tests/standalone/standalone.status
|
| ===================================================================
|
| --- tests/standalone/standalone.status (revision 24086)
|
| +++ tests/standalone/standalone.status (working copy)
|
| @@ -122,12 +122,14 @@
|
| 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:uri removed.
|
| io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
|
| http_launch_test: Skip
|
| 53bit_overflow_test: Skip
|
| 53bit_overflow_literal_test: Skip
|
|
|
| +[ $compiler == dart2js && $unchecked ]
|
| +io/test_runner_test: Fail # Issue 11306.
|
| +
|
| [ $compiler == dart2js && $jscl ]
|
| assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
|
| byte_array_test: Fail, OK # ByteArray
|
|
|