| Index: runtime/observatory/tests/service/service.status
|
| diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status
|
| index d20caa877a33b9e6ba327815d084008ca13cfac4..504d3fe0677e8ad26352d72579aff8752646afb4 100644
|
| --- a/runtime/observatory/tests/service/service.status
|
| +++ b/runtime/observatory/tests/service/service.status
|
| @@ -107,7 +107,7 @@ step_through_getter_test: RuntimeError
|
| dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
|
| dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in paths
|
|
|
| -[ $system != linux && ($arch != x64 || $arch != ia32) ]
|
| +[ $system != linux || ($arch != x64 || $arch != ia32) ]
|
| get_native_allocation_samples_test: Skip # Unsupported.
|
|
|
| # Service protocol is not supported in product mode.
|
|
|