| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 8524bc524b05588e39b846a33884e8dc7d11609f..000778b8837bba635f6ce47b3d388a1080026cd5 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -164,8 +164,10 @@ oom_error_stacktrace_test: Pass # The test only fails at runtime.
|
|
|
| [ $compiler == dart2js && $fast_startup ]
|
| io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors
|
| +io/status_file_parser_test: CompileTimeError # Imports dart:mirrors
|
| io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors
|
| io/test_runner_test: CompileTimeError # Imports dart:mirrors
|
| +status_expression_test: CompileTimeError # Imports dart:mirrors
|
|
|
| [ $compiler == dart2js && $browser ]
|
| *: Skip
|
| @@ -553,7 +555,8 @@ package/package_test: Fail # Unable to parse package files Flutter Issue 9115
|
| #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
|
| io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9115
|
|
|
| -io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
|
| io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
|
| +io/status_file_parser_test: CompileTimeError # Uses mirrors
|
| +io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
|
| io/test_runner_test: CompileTimeError # Uses mirrors
|
| -
|
| +status_expression_test: CompileTimeError # Uses mirrors
|
|
|