| 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
|
|
|