Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: tests/standalone/standalone.status

Issue 2914143002: Disable some tests that shouldn't run on platforms without dart:mirrors. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698