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/test_runner_test: Pass, Fail # Issue 1947 | 9 io/test_runner_test: Pass, Fail # Issue 1947 |
10 | 10 |
(...skipping 25 matching lines...) Expand all Loading... |
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_no_builtin_roots_test: Pass, Crash # Issue 7157 | 42 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 |
43 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 | 43 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 |
44 io/directory_list_nonexistent_test: Skip # Issue 7157 | 44 io/directory_list_nonexistent_test: Skip # Issue 7157 |
45 | 45 |
| 46 # Temporary suppression of test script unit tests, until we upload new binaries. |
| 47 # This should be removed within a couple of hours: TODO(whesse). |
| 48 status_expression_test: Skip |
| 49 test_runner_exit_code_test: Skip |
| 50 test_runner_test: Skip |
| 51 status_file_parser_test: Skip |
| 52 skipping_dart2js_compilations_test: Skip |
| 53 |
46 [ $compiler == none && $runtime == drt ] | 54 [ $compiler == none && $runtime == drt ] |
47 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 |
48 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 |
49 package/*: Skip # Do not run those in Dartium. | 57 package/*: Skip # Do not run those in Dartium. |
50 debugger/*: Skip # Do not run standalone debugger tests in browser. | 58 debugger/*: Skip # Do not run standalone debugger tests in browser. |
51 | 59 |
52 [ $compiler == dartc ] | 60 [ $compiler == dartc ] |
53 | 61 |
54 # package test issue 7392 | 62 # package test issue 7392 |
55 package/package1_test: Fail | 63 package/package1_test: Fail |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 [ $compiler == dart2js && $browser ] | 114 [ $compiler == dart2js && $browser ] |
107 *: Skip | 115 *: Skip |
108 | 116 |
109 [ $compiler == dart2js && $checked ] | 117 [ $compiler == dart2js && $checked ] |
110 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 118 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
111 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 119 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
112 | 120 |
113 [ $compiler == dart2dart ] | 121 [ $compiler == dart2dart ] |
114 # Skip until we stabilize language tests. | 122 # Skip until we stabilize language tests. |
115 *: Skip | 123 *: Skip |
OLD | NEW |