| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index fd18821d795419cb276d0a2a2f5a79da33af183c..69445a272409e9ba9c6a5791e705f2db853207a3 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -5,70 +5,6 @@
|
| [ $compiler == dart2js && $csp && $browser ]
|
| deferred_mixin_test: RuntimeError # Issue 21863
|
|
|
| -[ $compiler == dart2js ]
|
| -async_control_structures_test: CompileTimeError # Issue 21411
|
| -async_test/none: CompileTimeError # Issue 21411
|
| -await_backwards_compatibility_test/none: CompileTimeError # Issue 21411
|
| -await_exceptions_test: CompileTimeError # Issue 21411
|
| -await_for_test: CompileTimeError # Issue 21411
|
| -await_future_test: CompileTimeError # Issue 21411
|
| -await_nonfuture_test: CompileTimeError # Issue 21411
|
| -await_regression_test: CompileTimeError # Issue 21411
|
| -await_test: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a01a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a02a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a03a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a04a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a05a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a05b: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a06a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a07a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a08a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a09a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a10a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a11b: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a11c: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/a11d: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b01a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b02a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b03a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b04a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b05a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b06a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b07a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b08a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b09a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b10a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b11b: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b11c: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/b11d: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c01a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c02a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c03a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c04a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c05a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c06a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c07a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c08a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c09a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/c10a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d01a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d02a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d03a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d04a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d05a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d06a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d07a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d08a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d08b: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d09a: CompileTimeError # Issue 21411
|
| -async_await_syntax_test/d10a: CompileTimeError # Issue 21411
|
| -
|
| -[ $compiler == dart2js && $unchecked ]
|
| -async_test/type-mismatch1: CompileTimeError # Issue 21411
|
| -async_test/type-mismatch2: CompileTimeError # Issue 21411
|
| -async_test/type-mismatch3: CompileTimeError # Issue 21411
|
| -async_test/type-mismatch4: CompileTimeError # Issue 21411
|
|
|
| [ $compiler == dart2js || $compiler == dart2dart ]
|
| symbol_literal_test/*: Fail # Issue 21825
|
|
|