| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 4318c06ab5cc578093e7a8b42321f0dd052d8e12..964ffb7603b762819845c6c8b0347ed7f16028a8 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -163,6 +163,7 @@ medium_integer_test: Pass # The test only fails at runtime, not at compilation.
|
| oom_error_stacktrace_test: Pass # The test only fails at runtime.
|
|
|
| [ $compiler == dart2js && $fast_startup ]
|
| +io/dependency_graph_test: CompileTimeError # Imports dart:mirrors
|
| 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
|
| @@ -333,6 +334,7 @@ io/named_pipe_script_test: Pass, RuntimeError # Issue 28737
|
| io/socket_close_test: Pass, Timeout # Issue 28502: timeout.
|
|
|
| [ $runtime == dart_precompiled || $mode == product && ($compiler != dartk && $compiler != dartkp)]
|
| +io/dependency_graph_test: CompileTimeError # Imports dart:mirrors
|
| 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
|
| @@ -558,6 +560,7 @@ 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/dependency_graph_test: CompileTimeError # Imports dart: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
|
|
|