Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index 5c8fcb504e86c3b05a4c085ba23dd44150c63785..7afb6f738b8ba05f162a16609ce167e23530779c 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -5,13 +5,15 @@ |
| # This directory contains tests that are intended to show the |
| # current state of the language. |
| +[ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] |
| +async_star_cancel_while_paused_test: RuntimeError |
| +# This is OK for now, but we may want to change the semantics to match the test. |
| +async_star_pause_test: Fail, OK |
|
kustermann
2017/01/11 10:15:04
These 2 tests were failed before by the VM and sin
|
| + |
| [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| # Other issues: |
| generic_methods_type_expression_test: RuntimeError # Issue 25869 |
| -# This is OK for now, but we may want to change the semantics to match the test. |
| -async_star_pause_test: Fail, OK |
| - |
| # These tests are skipped in the VM because it has "--supermixin" |
| # functionality enabled unconditionally. The tests should be removed |
| # once the same is true for analyzer (#24478) and dart2js (#23773) |
| @@ -46,7 +48,6 @@ cyclic_type2_test: Fail, OK |
| least_upper_bound_expansive_test/*: Fail, OK |
| async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runtime-errs. |
| -async_star_cancel_while_paused_test: RuntimeError |
| # Fails because `as T` is an error rather than being treated like `as dynamic`. |
| generic_methods_type_expression_test: RuntimeError # Issue 27460 |