| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # WARNING: | 5 # WARNING: |
| 6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
| 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
| 8 # prefix. | 8 # prefix. |
| 9 | 9 |
| 10 vmservice/*: Skip # Temporarily disabled. |
| 11 |
| 12 |
| 10 # The testing infrastructure is using the dart:io Path and LineTransformer | 13 # The testing infrastructure is using the dart:io Path and LineTransformer |
| 11 # classes. | 14 # classes. |
| 12 io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449 | 15 io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449 |
| 13 io/dependency_graph_test: Skip # http/dartbug.com/12449 | 16 io/dependency_graph_test: Skip # http/dartbug.com/12449 |
| 14 io/status_file_parser_test: Skip # http/dartbug.com/12449 | 17 io/status_file_parser_test: Skip # http/dartbug.com/12449 |
| 15 | 18 |
| 16 package/invalid_uri_test: Fail, OK # Fails intentionally | 19 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 17 | 20 |
| 18 [ $runtime == vm ] | 21 [ $runtime == vm ] |
| 19 package/package_isolate_test: Fail # http://dartbug.com/7520. | 22 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 io/web_socket_test: Pass, Slow | 172 io/web_socket_test: Pass, Slow |
| 170 io/http_server_response_test: Pass, Slow | 173 io/http_server_response_test: Pass, Slow |
| 171 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 174 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 172 oom_error_stacktrace_test: Skip # Fails on Linux | 175 oom_error_stacktrace_test: Skip # Fails on Linux |
| 173 | 176 |
| 174 [ $arch == mips ] | 177 [ $arch == mips ] |
| 175 io/test_extension_test: Fail | 178 io/test_extension_test: Fail |
| 176 io/test_extension_fail_test: Fail | 179 io/test_extension_fail_test: Fail |
| 177 io/dart_std_io_pipe_test: Fail | 180 io/dart_std_io_pipe_test: Fail |
| 178 io/file_read_special_device_test: Fail | 181 io/file_read_special_device_test: Fail |
| OLD | NEW |