| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 34fb1211d29b22c48a0a4676c0f0ae87f18cc9ef..d6578f6b0aaea84e00cdb2bb62f0435b3a723043 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -2,32 +2,32 @@
|
| # 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.
|
|
|
| -TimeoutTest: Skip # Timeout test for testing the test runner.
|
| -FailTest: Fail, OK # Fails intentionally
|
| -OutOfMemoryTest: Skip # Issue 2345
|
| +timeout_test: Skip # Timeout test for testing the test runner.
|
| +fail_test: Fail, OK # Fails intentionally
|
| +out_of_memory_test: Skip # Issue 2345
|
|
|
| -package/InvalidUriTest: Fail, OK # Fails intentionally
|
| +package/invalid_uri_test: Fail, OK # Fails intentionally
|
|
|
| [ $runtime == vm && $checked ]
|
| # These tests have type errors on purpose.
|
| -io/ProcessInvalidArgumentsTest: Fail, OK
|
| -io/DirectoryInvalidArgumentsTest: Fail, OK
|
| -io/FileInvalidArgumentsTest: Fail, OK
|
| +io/process_invalid_arguments_test: Fail, OK
|
| +io/directory_invalid_arguments_test: Fail, OK
|
| +io/file_invalid_arguments_test: Fail, OK
|
|
|
| [ $runtime == vm]
|
| -io/ManyEchoServerTest: Skip # Bug 5103754
|
| +io/many_echo_server_test: Skip # Bug 5103754
|
| # These tests fail, crash, and timeout to test the testing infrastructure.
|
| -io/TestExtensionTest: Fail # shared library in wrong place (issue 1817)
|
| +io/test_extension_test: Fail # shared library in wrong place (issue 1817)
|
|
|
| [ $runtime == vm && $system == macos]
|
| # This test fails with "Too many open files" on the Mac OS buildbot.
|
| -io/SocketManyConnectionsTest: Skip
|
| -io/TestExtensionTest: Skip # Extensions not implemented on MacOS
|
| -io/HttpServerHandlerTest: Skip # Issue 2637
|
| +io/socket_many_connections_test: Skip
|
| +io/test_extension_test: Skip # Extensions not implemented on MacOS
|
| +io/http_server_handler_test: Skip # Issue 2637
|
|
|
| [ $runtime == vm && $system == windows]
|
| -io/TestExtensionTest: Skip # Extensions not implemented on Windows
|
| -io/HttpShutdownTest: Skip # Currently times out on windows
|
| +io/test_extension_test: Skip # Extensions not implemented on Windows
|
| +io/http_shutdown_test: Skip # Currently times out on windows
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| io/*: Skip # Don't run tests using dart:io in the browser
|
| @@ -41,7 +41,7 @@ package/*: Skip # Do not run those in Dartium.
|
| *: Skip
|
|
|
| [ $arch == x64 ]
|
| -MediumIntegerTest: Fail # Issue 1146.
|
| +medium_integer_test: Fail # Issue 1146.
|
|
|
|
|
| [ $arch == arm ]
|
| @@ -50,3 +50,21 @@ MediumIntegerTest: Fail # Issue 1146.
|
|
|
| [ $arch == simarm ]
|
| *: Skip
|
| +
|
| +[ $compiler == dart2js ]
|
| +medium_integer_test: Fail, OK # cannot resolve type Mint
|
| +io/test_extension_test: Fail, OK # dart-ext:test_extension: Illegal argument(s): dart-ext:test_extension
|
| +io/test_runner_test: Fail, OK # library not found dart:builtin
|
| +
|
| +[ $compiler == dart2js && $runtime == d8 ]
|
| +assert_test: Fail # Assert not implemented
|
| +byte_array_test: Fail, OK # ByteArray
|
| +deoptimization_test: Fail, OK # Requires bigint.
|
| +out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
|
| +io/http_parser_test: Fail, OK # ByteArray
|
| +io/options_test: Fail, OK # Cannot pass options to d8.
|
| +crypto/sha1_test: Skip
|
| +
|
| +[ $compiler == dart2js && $runtime == none ]
|
| +fail_test: Skip # fails only at runtime, overrides default expectation from standalone.status
|
| +io/options_test: Fail
|
|
|