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

Unified Diff: tests/standalone/standalone.status

Issue 1678203002: Remove more feature in product mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « tests/standalone/no_support_timeline_test.dart ('k') | 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 e75cc079dd3d54a941f6f86727b0f1ab8eb7d6df..438e39464d5fb6ccf9a00581a5a559100f94f86c 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -266,7 +266,7 @@ io/snapshot_fail_test: RuntimeError # Platform.executable
io/stdin_sync_test: RuntimeError # Platform.executable
io/test_extension_fail_test: RuntimeError # Platform.executable
precompilation_test: RuntimeError # Platform.executable
-standalone/io/file_read_special_device_test: RuntimeError # Platform.executable
+io/file_read_special_device_test: RuntimeError # Platform.executable
verbose_gc_to_bmu_test: RuntimeError # Platform.executable
io/http_server_close_response_after_error_test: RuntimeError # Platform.executable
io/http_client_stays_alive_test: RuntimeError # Platform.executable
@@ -288,3 +288,17 @@ io/test_extension_test: RuntimeError # Platform.executable
io/regress_7679_test: RuntimeError # Platform.executable
io/process_*: Skip # Most use Platform.executable
+
+# Code coverage is not supported in product mode.
+[ $mode == product ]
+full_coverage_test: SkipByDesign
+
+# Overriding these flags are not supported in product mode.
+[ $mode == product ]
+no_profiler_test: SkipByDesign
+no_support_coverage_test: SkipByDesign
+no_support_debugger_test: SkipByDesign
+no_support_disassembler_test: SkipByDesign
+no_support_il_printer_test: SkipByDesign
+no_support_service_test: SkipByDesign
+no_support_timeline_test: SkipByDesign
« no previous file with comments | « tests/standalone/no_support_timeline_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698