| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 959898355436e537cb1f2d4803f2dbc9326a59de..6ea31a25a89d2f3f1d1488d56e04e07fa2647be7 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -412,13 +412,10 @@ mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been
|
| [ $compiler != dart2js ]
|
| async/dart2js_uncaught_error_test: Skip # JS-integration only test
|
|
|
| -[ $noopt && $arch == simarm64 ]
|
| -async/slow_consumer2_test: Pass, RuntimeError # Issue 25726
|
| -
|
| -[ $noopt || $compiler == precompiler || $mode == product ]
|
| +[ $compiler == precompiler || $mode == product ]
|
| mirrors/*: SkipByDesign
|
|
|
| -[ $noopt || $compiler == precompiler ]
|
| +[ $compiler == precompiler ]
|
| convert/chunked_conversion_utf88_test: Pass, Timeout
|
| convert/utf85_test: Pass, Timeout
|
|
|
|
|