| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 8a17e8ecc5345c6eb1b0a35912b6d64e3f7fabf5..129a73f22ddbcd744168d83f7e492ef7576c3a1a 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -2,13 +2,14 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -io/file_non_ascii_test: Fail # Posting non-ascii strings through ports.
|
| -io/directory_non_ascii_test: Fail # Posting non-ascii strings through ports.
|
| -
|
| out_of_memory_test: Skip # Issue 2345
|
|
|
| package/invalid_uri_test: Fail, OK # Fails intentionally
|
|
|
| +[ $runtime == vm ]
|
| +io/directory_non_ascii_test: Fail # Posting non-ascii strings through ports.
|
| +io/file_non_ascii_test: Fail # Posting non-ascii strings through ports.
|
| +
|
| [ $runtime == vm && $checked ]
|
| # These tests have type errors on purpose.
|
| io/process_invalid_arguments_test: Fail, OK
|
|
|