| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ] | 50 [ $runtime == vm && $system == windows ] |
| 51 io/file_system_links_test: Skip # No links on Windows. | 51 io/file_system_links_test: Skip # No links on Windows. |
| 52 | 52 |
| 53 [ $compiler == none && $runtime == drt ] | 53 [ $compiler == none && $runtime == drt ] |
| 54 typed_data_isolate_test: Skip # This test uses dart:io |
| 54 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 |
| 55 crypto/*: Skip # Don't run tests using dart:io in the browser | 56 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 56 package/*: Skip # Do not run those in Dartium. | 57 package/*: Skip # Do not run those in Dartium. |
| 57 debugger/*: Skip # Do not run standalone debugger tests in browser. | 58 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 58 | 59 |
| 59 [ $compiler == dartc ] | 60 [ $compiler == dartc ] |
| 60 | 61 |
| 61 # package test issue 7392 | 62 # package test issue 7392 |
| 62 package/package1_test: Fail | 63 package/package1_test: Fail |
| 63 package/package_isolate_test: Fail | 64 package/package_isolate_test: Fail |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 io/options_test: Fail | 108 io/options_test: Fail |
| 108 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 109 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 109 | 110 |
| 110 [ $compiler == dart2js && $browser ] | 111 [ $compiler == dart2js && $browser ] |
| 111 *: Skip | 112 *: Skip |
| 112 | 113 |
| 113 [ $compiler == dart2js && $checked ] | 114 [ $compiler == dart2js && $checked ] |
| 114 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 115 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 115 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 116 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 116 | 117 |
| 117 [ $runtime == dartium ] | |
| 118 typed_data_isolate_test: Skip # This test uses dart:io | |
| 119 | |
| 120 [ $compiler == dart2dart ] | 118 [ $compiler == dart2dart ] |
| 121 # Skip until we stabilize language tests. | 119 # Skip until we stabilize language tests. |
| 122 *: Skip | 120 *: Skip |
| 123 | 121 |
| 124 [ $arch == arm ] | 122 [ $arch == arm ] |
| 125 *: Skip | 123 *: Skip |
| 126 | 124 |
| 127 [ $arch == simarm ] | 125 [ $arch == simarm ] |
| 128 *: Skip | 126 *: Skip |
| 129 | 127 |
| 130 [ $arch == mips ] | 128 [ $arch == mips ] |
| 131 *: Skip | 129 *: Skip |
| 132 | 130 |
| 133 [ $arch == simmips ] | 131 [ $arch == simmips ] |
| 134 *: Skip | 132 *: Skip |
| OLD | NEW |