| Index: tests/lib_2/lib_2_dart2js.status
|
| diff --git a/tests/lib_2/lib_2_dart2js.status b/tests/lib_2/lib_2_dart2js.status
|
| index 1de84a133c44e9424d4bef742a43f9e3707cd75e..1cec9bbe7e154d3e52c38cdd4e45c57d74f328b7 100644
|
| --- a/tests/lib_2/lib_2_dart2js.status
|
| +++ b/tests/lib_2/lib_2_dart2js.status
|
| @@ -24,5 +24,8 @@ async/future_or_strong_test: RuntimeError
|
| math/random_big_test: RuntimeError # Using bigint seeds for random.
|
| mirrors/*: SkipByDesign # Mirrors not supported on web in Dart 2.0.
|
|
|
| +[ $compiler == dart2js ]
|
| +async/future_or_strong_test: RuntimeError
|
| +
|
| [ $compiler != dart2js ]
|
| async/dart2js_uncaught_error_test: Skip # JS-integration only test
|
|
|