| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index f5528595ffdb6d42a7bd0fe3e0a695bd84491c89..a1b6c50b3829f0e04174f2b412992cedca829e18 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -62,6 +62,7 @@ oom_error_stacktrace_test: Skip
|
| out_of_memory_test: Skip
|
| verbose_gc_to_bmu_test: Skip
|
| precompilation_test: Skip # Standalone only test.
|
| +noopt_test: Skip # Standalone only test.
|
|
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| javascript_int_overflow_literal_test/01: Fail, OK
|
| @@ -105,9 +106,11 @@ javascript_compatibility_warnings_test: Skip
|
| unboxed_int_converter_test: Skip
|
| pair_location_remapping_test: Skip
|
| precompilation_test: Skip # Standalone only test.
|
| +noopt_test: Skip # Standalone only test.
|
|
|
| [ $runtime == vm && $arch == ia32]
|
| precompilation_test: Skip # Not expected to pass on ia32.
|
| +noopt_test: Skip # Not expected to pass on ia32.
|
|
|
| [ $runtime == vm && $arch == arm]
|
| precompilation_test: Skip # Issue 24427
|
|
|