| 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 package/package_isolate_test: Fail # Issue 7520. | 8 package/package_isolate_test: Fail # Issue 7520. |
| 9 io/web_socket_test: Fail, Pass # Issue 8495. | 9 io/web_socket_test: Fail, Pass # Issue 8495. |
| 10 | 10 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 # from the VM before comparing it to the decomposed utf-8 used for the | 38 # from the VM before comparing it to the decomposed utf-8 used for the |
| 39 # file system. | 39 # file system. |
| 40 io/file_non_ascii_sync_test: Pass, Fail | 40 io/file_non_ascii_sync_test: Pass, Fail |
| 41 io/file_non_ascii_test: Pass, Fail | 41 io/file_non_ascii_test: Pass, Fail |
| 42 io/directory_non_ascii_sync_test: Pass, Fail | 42 io/directory_non_ascii_sync_test: Pass, Fail |
| 43 io/directory_non_ascii_test: Pass, Fail | 43 io/directory_non_ascii_test: Pass, Fail |
| 44 io/process_non_ascii_test: Pass, Fail | 44 io/process_non_ascii_test: Pass, Fail |
| 45 | 45 |
| 46 [ $runtime == vm && $system == windows ] | 46 [ $runtime == vm && $system == windows ] |
| 47 io/file_system_links_test: Skip # No links on Windows. | 47 io/file_system_links_test: Skip # No links on Windows. |
| 48 io/socket_stream_close_test: Fail, Pass # Issue 8556. |
| 48 | 49 |
| 49 [ $compiler == none && $runtime == drt ] | 50 [ $compiler == none && $runtime == drt ] |
| 50 io/*: Skip # Don't run tests using dart:io in the browser | 51 io/*: Skip # Don't run tests using dart:io in the browser |
| 51 crypto/*: Skip # Don't run tests using dart:io in the browser | 52 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 52 package/*: Skip # Do not run those in Dartium. | 53 package/*: Skip # Do not run those in Dartium. |
| 53 debugger/*: Skip # Do not run standalone debugger tests in browser. | 54 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 54 | 55 |
| 55 [ $compiler == dartc ] | 56 [ $compiler == dartc ] |
| 56 | 57 |
| 57 # package test issue 7392 | 58 # package test issue 7392 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 *: Skip | 116 *: Skip |
| 116 | 117 |
| 117 [ $arch == simarm ] | 118 [ $arch == simarm ] |
| 118 *: Skip | 119 *: Skip |
| 119 | 120 |
| 120 [ $arch == mips ] | 121 [ $arch == mips ] |
| 121 *: Skip | 122 *: Skip |
| 122 | 123 |
| 123 [ $arch == simmips ] | 124 [ $arch == simmips ] |
| 124 *: Skip | 125 *: Skip |
| OLD | NEW |