| 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 | 43 |
| 44 [ $compiler == none && $runtime == drt ] | 44 [ $compiler == none && $runtime == drt ] |
| 45 typed_data_isolate_test: Skip # This test uses dart:io | 45 typed_data_isolate_test: Skip # This test uses dart:io |
| 46 io/*: Skip # Don't run tests using dart:io in the browser | 46 io/*: Skip # Don't run tests using dart:io in the browser |
| 47 package/*: Skip # Do not run those in Dartium. | 47 package/*: Skip # Do not run those in Dartium. |
| 48 debugger/*: Skip # Do not run standalone debugger tests in browser. | 48 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 49 coverage_test: Skip | 49 coverage_test: Skip |
| 50 http_launch_test: Skip | 50 http_launch_test: Skip |
| 51 vmservice/*: Skip # Do not run standalone vm service tests in browser. | 51 vmservice/*: Skip # Do not run standalone vm service tests in browser. |
| 52 53bit_overflow_literal_test: fail # Issue 12044 | 52 53bit_overflow_literal_test: fail # Issue 12044 |
| 53 53bit_overflow_test: fail # Issue 12044 |
| 53 | 54 |
| 54 | 55 |
| 55 [ $compiler == dartanalyzer ] | 56 [ $compiler == dartanalyzer ] |
| 56 53bit_overflow_literal_test/01: fail, ok | 57 53bit_overflow_literal_test/01: fail, ok |
| 57 | 58 |
| 58 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 59 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 59 io/file_constructor_test: fail | 60 io/file_constructor_test: fail |
| 60 | 61 |
| 61 # The dart:io library is created at build time from separate files, and | 62 # The dart:io library is created at build time from separate files, and |
| 62 # there is no language-spec compatible way to run unit tests on the private | 63 # there is no language-spec compatible way to run unit tests on the private |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 151 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
| 151 | 152 |
| 152 [ $arch == mips ] | 153 [ $arch == mips ] |
| 153 *: Skip | 154 *: Skip |
| 154 | 155 |
| 155 [ $arch == simmips ] | 156 [ $arch == simmips ] |
| 156 io/file_fuzz_test: Pass, Timeout | 157 io/file_fuzz_test: Pass, Timeout |
| 157 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 158 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 158 oom_error_stacktrace_test: Skip # Fails on Linux | 159 oom_error_stacktrace_test: Skip # Fails on Linux |
| 159 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 160 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
| OLD | NEW |