| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 4552021e6f6ec0d541bc78afa59f95a5be7b209a..f5528595ffdb6d42a7bd0fe3e0a695bd84491c89 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -61,6 +61,7 @@ javascript_compatibility_warnings_test: Skip
|
| oom_error_stacktrace_test: Skip
|
| out_of_memory_test: Skip
|
| verbose_gc_to_bmu_test: Skip
|
| +precompilation_test: Skip # Standalone only test.
|
|
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| javascript_int_overflow_literal_test/01: Fail, OK
|
| @@ -103,7 +104,7 @@ javascript_compatibility_errors_test: Skip
|
| javascript_compatibility_warnings_test: Skip
|
| unboxed_int_converter_test: Skip
|
| pair_location_remapping_test: Skip
|
| -precompilation_test: Skip # VM only test.
|
| +precompilation_test: Skip # Standalone only test.
|
|
|
| [ $runtime == vm && $arch == ia32]
|
| precompilation_test: Skip # Not expected to pass on ia32.
|
|
|