| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 9ca471c8204f50c1e033944adb17b11abff389a4..825bda7c00be5a40d7f30ca5c9c6ca38d11ee02e 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| # 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.
|
|
|
| @@ -101,6 +101,8 @@ float_array_test: Skip # This is a VM test
|
| int_array_test: Skip # This is a VM test
|
| medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
|
| io/process_exit_negative_test: Fail, OK # relies on a static error that is a warning now.
|
| +io/http_server_handler_test: Fail # Issue 7739.
|
| +io/http_server_early_client_close_test: Fail, Pass # Issue 7739 (passes in checked mode).
|
| package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issue 3051
|
| debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
|
|
|
|
|