| 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 95819c5550aaefee4aa471de935b9aa6b437f130..ae0abf298db2c64314d5f9b237322a7206d0512a 100644
|
| --- a/tests/lib_2/lib_2_dart2js.status
|
| +++ b/tests/lib_2/lib_2_dart2js.status
|
| @@ -23,5 +23,8 @@ async/schedule_microtask3_test: RuntimeError
|
| async/future_or_strong_test: RuntimeError
|
| 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
|
|
|