| 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 # Fails because checked-in dart executable is not up to date. | 8 # Fails because checked-in dart executable is not up to date. |
| 9 io/test_runner_test: Fail | 9 io/test_runner_test: Fail |
| 10 # Fails because checked-in dart executable is not up to date. | 10 # Fails because checked-in dart executable is not up to date. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 # that are running an earlier version of MacOS. The issue is that the | 40 # that are running an earlier version of MacOS. The issue is that the |
| 41 # old version of MacOS does not expand the precomposed utf-8 it gets | 41 # old version of MacOS does not expand the precomposed utf-8 it gets |
| 42 # from the VM before comparing it to the decomposed utf-8 used for the | 42 # from the VM before comparing it to the decomposed utf-8 used for the |
| 43 # file system. | 43 # file system. |
| 44 io/file_non_ascii_sync_test: Pass, Fail | 44 io/file_non_ascii_sync_test: Pass, Fail |
| 45 io/file_non_ascii_test: Pass, Fail | 45 io/file_non_ascii_test: Pass, Fail |
| 46 io/directory_non_ascii_sync_test: Pass, Fail | 46 io/directory_non_ascii_sync_test: Pass, Fail |
| 47 io/directory_non_ascii_test: Pass, Fail | 47 io/directory_non_ascii_test: Pass, Fail |
| 48 io/process_non_ascii_test: Pass, Fail | 48 io/process_non_ascii_test: Pass, Fail |
| 49 | 49 |
| 50 [ $runtime == vm && $system == windows ] | |
| 51 io/file_system_links_test: Skip # No links on Windows. | |
| 52 io/file_read_special_device_test: Skip # No special unix devices on Windows. | |
| 53 | |
| 54 [ $compiler == none && $runtime == drt ] | 50 [ $compiler == none && $runtime == drt ] |
| 55 typed_data_isolate_test: Skip # This test uses dart:io | 51 typed_data_isolate_test: Skip # This test uses dart:io |
| 56 io/*: Skip # Don't run tests using dart:io in the browser | 52 io/*: Skip # Don't run tests using dart:io in the browser |
| 57 crypto/*: Skip # Don't run tests using dart:io in the browser | 53 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 58 package/*: Skip # Do not run those in Dartium. | 54 package/*: Skip # Do not run those in Dartium. |
| 59 debugger/*: Skip # Do not run standalone debugger tests in browser. | 55 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 60 | 56 |
| 61 [ $compiler == dartc ] | 57 [ $compiler == dartc ] |
| 62 | 58 |
| 63 # package test issue 7392 | 59 # package test issue 7392 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 *: Skip | 119 *: Skip |
| 124 | 120 |
| 125 [ $arch == simarm ] | 121 [ $arch == simarm ] |
| 126 *: Skip | 122 *: Skip |
| 127 | 123 |
| 128 [ $arch == mips ] | 124 [ $arch == mips ] |
| 129 *: Skip | 125 *: Skip |
| 130 | 126 |
| 131 [ $arch == simmips ] | 127 [ $arch == simmips ] |
| 132 *: Skip | 128 *: Skip |
| OLD | NEW |