| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 && $checked ] | 7 [ $runtime == vm && $checked ] |
| 8 # These tests have type errors on purpose. | 8 # These tests have type errors on purpose. |
| 9 io/process_invalid_arguments_test: Fail, OK | 9 io/process_invalid_arguments_test: Fail, OK |
| 10 io/directory_invalid_arguments_test: Fail, OK | 10 io/directory_invalid_arguments_test: Fail, OK |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 io/directory_non_ascii_sync_test: Pass, Fail | 35 io/directory_non_ascii_sync_test: Pass, Fail |
| 36 io/directory_non_ascii_test: Pass, Fail | 36 io/directory_non_ascii_test: Pass, Fail |
| 37 io/process_non_ascii_test: Pass, Fail | 37 io/process_non_ascii_test: Pass, Fail |
| 38 | 38 |
| 39 [ $runtime == vm && $system == windows ] | 39 [ $runtime == vm && $system == windows ] |
| 40 io/file_system_links_test: Skip # No links on Windows. | 40 io/file_system_links_test: Skip # No links on Windows. |
| 41 io/test_extension_fail_test: Fail # Issue 7157 | 41 io/test_extension_fail_test: Fail # Issue 7157 |
| 42 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 | 42 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 |
| 43 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893 | 43 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893 |
| 44 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 | 44 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 |
| 45 io/secure_socket_bad_certificate_test: Pass, Crash, Timeout # Issue 7157 | 45 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 |
| 46 | 46 |
| 47 [ $compiler == none && $runtime == drt ] | 47 [ $compiler == none && $runtime == drt ] |
| 48 io/*: Skip # Don't run tests using dart:io in the browser | 48 io/*: Skip # Don't run tests using dart:io in the browser |
| 49 crypto/*: Skip # Don't run tests using dart:io in the browser | 49 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 50 package/*: Skip # Do not run those in Dartium. | 50 package/*: Skip # Do not run those in Dartium. |
| 51 | 51 |
| 52 [ $compiler == dartc ] | 52 [ $compiler == dartc ] |
| 53 *: Skip | 53 *: Skip |
| 54 | 54 |
| 55 [ $compiler == frog ] | 55 [ $compiler == frog ] |
| (...skipping 30 matching lines...) Expand all Loading... |
| 86 [ $compiler == dart2js && $browser ] | 86 [ $compiler == dart2js && $browser ] |
| 87 *: Skip | 87 *: Skip |
| 88 | 88 |
| 89 [ $compiler == dart2js && $checked ] | 89 [ $compiler == dart2js && $checked ] |
| 90 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 90 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 91 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 91 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 92 | 92 |
| 93 [ $compiler == dart2dart ] | 93 [ $compiler == dart2dart ] |
| 94 # Skip until we stabilize language tests. | 94 # Skip until we stabilize language tests. |
| 95 *: Skip | 95 *: Skip |
| OLD | NEW |