| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 7ef2360e1ca4d09bf000934056f58dcebce911f2..12f8404ababb836f1474191096903f42fdf970df 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -329,6 +329,13 @@ convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
|
| mirrors/immutable_collections_test: SkipSlow # Timeout.
|
| convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
|
|
|
| +
|
| +[ $compiler == dart2js && $system == windows && $runtime == chrome ]
|
| +convert/line_splitter_test: RuntimeError
|
| +
|
| +[ $compiler == dart2js && $system == windows && $runtime == ff ]
|
| +convert/line_splitter_test: RuntimeError
|
| +
|
| [ $compiler == dart2js && $cps_ir ]
|
| async/future_test/01: Crash # (()async=>new Future.value(value)): cannot handle async/sync*/async* functions
|
| async/stream_empty_test: Crash # (Future runTest()asy... cannot handle async/sync*/async* functions
|
|
|