| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 43b1361767d5dbd590c46322b9d57ce1d1ca787a..aa1527b1771d82adb8756890f57de21c24d012fd 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -171,6 +171,7 @@ async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss
|
| async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue 7728.
|
| async/stream_transformation_broadcast_test: RuntimeError # Timer interface not supported: Issue 7728.
|
| async/stream_controller_test: Fail # Timer interface not supported: Issue 7728.
|
| +mirrors/mirrors_reader_test: Slow, RuntimeError, Crash # Issue 16589 - RuntimeError. Issue 22130 - Crash (out of memory).
|
|
|
| [ $compiler == dart2js && $checked ]
|
| convert/utf85_test: Pass, Slow # Issue 12029.
|
| @@ -323,4 +324,4 @@ convert/utf85_test: Skip # Pass, Slow Issue 20111.
|
| convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
|
|
|
| [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
|
| -convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
|
| +convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
|
|
|