| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 78010e9fb5849be15cd7347d6c923436a182778c..24a5cd62e70b37444da6a489bc5fe79e35fc903d 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -58,6 +58,9 @@ integer_to_radix_string_test: RuntimeError # issue 22045
|
| int_modulo_arith_test/bignum: RuntimeError # No bigints.
|
| int_modulo_arith_test/modPow: RuntimeError # No bigints.
|
|
|
| +[ $compiler == dart2js && $fast_startup ]
|
| +apply3_test: Fail # mirrors not supported
|
| +
|
| [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) && $runtime != dartium && $runtime != drt ]
|
| symbol_test/02: MissingCompileTimeError # bug 11669
|
| symbol_test/03: MissingCompileTimeError # bug 11669
|
|
|