| 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 && ( $system == windows ) ] | 7 [ $runtime == vm && ( $system == windows ) ] |
| 8 io/raw_socket_test: Pass, Fail # Issue 8901 | 8 io/raw_socket_test: Pass, Fail # Issue 8901 |
| 9 io/http_shutdown_test: Pass, Fail # Issue 9101 | 9 io/http_shutdown_test: Pass, Fail # Issue 9101 |
| 10 | 10 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 # from the VM before comparing it to the decomposed utf-8 used for the | 43 # from the VM before comparing it to the decomposed utf-8 used for the |
| 44 # file system. | 44 # file system. |
| 45 io/file_non_ascii_sync_test: Pass, Fail | 45 io/file_non_ascii_sync_test: Pass, Fail |
| 46 io/file_non_ascii_test: Pass, Fail | 46 io/file_non_ascii_test: Pass, Fail |
| 47 io/directory_non_ascii_sync_test: Pass, Fail | 47 io/directory_non_ascii_sync_test: Pass, Fail |
| 48 io/directory_non_ascii_test: Pass, Fail | 48 io/directory_non_ascii_test: Pass, Fail |
| 49 io/process_non_ascii_test: Pass, Fail | 49 io/process_non_ascii_test: Pass, Fail |
| 50 | 50 |
| 51 [ $runtime == vm && $system == windows ] | 51 [ $runtime == vm && $system == windows ] |
| 52 io/file_system_links_test: Skip # No links on Windows. | 52 io/file_system_links_test: Skip # No links on Windows. |
| 53 io/file_read_special_device_test: Skip # No special unix devices on Windows. |
| 53 | 54 |
| 54 [ $compiler == none && $runtime == drt ] | 55 [ $compiler == none && $runtime == drt ] |
| 55 typed_data_isolate_test: Skip # This test uses dart:io | 56 typed_data_isolate_test: Skip # This test uses dart:io |
| 56 io/*: Skip # Don't run tests using dart:io in the browser | 57 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 | 58 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 58 package/*: Skip # Do not run those in Dartium. | 59 package/*: Skip # Do not run those in Dartium. |
| 59 debugger/*: Skip # Do not run standalone debugger tests in browser. | 60 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 60 | 61 |
| 61 [ $compiler == dartc ] | 62 [ $compiler == dartc ] |
| 62 | 63 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 *: Skip | 124 *: Skip |
| 124 | 125 |
| 125 [ $arch == simarm ] | 126 [ $arch == simarm ] |
| 126 *: Skip | 127 *: Skip |
| 127 | 128 |
| 128 [ $arch == mips ] | 129 [ $arch == mips ] |
| 129 *: Skip | 130 *: Skip |
| 130 | 131 |
| 131 [ $arch == simmips ] | 132 [ $arch == simmips ] |
| 132 *: Skip | 133 *: Skip |
| OLD | NEW |