| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 io/process_non_ascii_test: Pass, Fail | 51 io/process_non_ascii_test: Pass, Fail |
| 52 | 52 |
| 53 [ $compiler == none && $runtime == drt ] | 53 [ $compiler == none && $runtime == drt ] |
| 54 typed_data_isolate_test: Skip # This test uses dart:io | 54 typed_data_isolate_test: Skip # This test uses dart:io |
| 55 io/*: Skip # Don't run tests using dart:io in the browser | 55 io/*: Skip # Don't run tests using dart:io in the browser |
| 56 package/*: Skip # Do not run those in Dartium. | 56 package/*: Skip # Do not run those in Dartium. |
| 57 debugger/*: Skip # Do not run standalone debugger tests in browser. | 57 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 58 coverage_test: Skip | 58 coverage_test: Skip |
| 59 http_launch_test: Skip | 59 http_launch_test: Skip |
| 60 | 60 |
| 61 [ $runtime == vm && $arch == x64 ] |
| 62 53bit_overflow_test: Fail # Issue 11411 |
| 63 |
| 61 [ $compiler == dartc ] | 64 [ $compiler == dartc ] |
| 62 | 65 |
| 63 # package test issue 7392 | 66 # package test issue 7392 |
| 64 package/package1_test: Fail | 67 package/package1_test: Fail |
| 65 package/package_test: Fail | 68 package/package_test: Fail |
| 66 io/test_runner_test: Fail # Library dart:uri removed. | 69 io/test_runner_test: Fail # Library dart:uri removed. |
| 67 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. | 70 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. |
| 68 | 71 |
| 69 | 72 |
| 70 # The dart:io library is created at build time from separate files, and | 73 # The dart:io library is created at build time from separate files, and |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 | 163 |
| 161 [ $arch == arm || $arch == simarm ] | 164 [ $arch == arm || $arch == simarm ] |
| 162 *: Skip # Many of these tests are still flaky on arm, so skipping until we | 165 *: Skip # Many of these tests are still flaky on arm, so skipping until we |
| 163 # actually start working on implementing the needed features. | 166 # actually start working on implementing the needed features. |
| 164 | 167 |
| 165 [ $arch == mips ] | 168 [ $arch == mips ] |
| 166 *: Skip | 169 *: Skip |
| 167 | 170 |
| 168 [ $arch == simmips ] | 171 [ $arch == simmips ] |
| 169 *: Skip | 172 *: Skip |
| OLD | NEW |