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

Unified Diff: tests/standalone/standalone.status

Issue 10252020: test rename overhaul: step 12 - standalone (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/src/package/packages/shared.dart ('k') | tests/standalone/standalone-leg.status » ('j') | 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 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
« no previous file with comments | « tests/standalone/src/package/packages/shared.dart ('k') | tests/standalone/standalone-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698