| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 2ff89b2ada6960a4457b8a15c8aa8ad1d4864893..bcf6ae5f781d7ee9061769eae3b44aea5605946d 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -51,7 +51,7 @@ package/*: Skip # Do not run those in Dartium.
|
| medium_integer_test: Fail, OK # cannot resolve type Mint
|
|
|
| [ $compiler == dart2js && $runtime == d8 ]
|
| -assert_test: Fail # Assert not implemented
|
| +assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
|
| byte_array_test: Fail, OK # ByteArray
|
| deoptimization_test: Fail, OK # Requires bigint.
|
| out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
|
|
|