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 | |
54 [ $compiler == none && $runtime == drt ] | 46 [ $compiler == none && $runtime == drt ] |
55 io/*: Skip # Don't run tests using dart:io in the browser | 47 io/*: Skip # Don't run tests using dart:io in the browser |
56 crypto/*: Skip # Don't run tests using dart:io in the browser | 48 crypto/*: Skip # Don't run tests using dart:io in the browser |
57 package/*: Skip # Do not run those in Dartium. | 49 package/*: Skip # Do not run those in Dartium. |
58 debugger/*: Skip # Do not run standalone debugger tests in browser. | 50 debugger/*: Skip # Do not run standalone debugger tests in browser. |
59 | 51 |
60 [ $compiler == dartc ] | 52 [ $compiler == dartc ] |
61 | 53 |
62 # package test issue 7392 | 54 # package test issue 7392 |
63 package/package1_test: Fail | 55 package/package1_test: Fail |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 [ $compiler == dart2js && $browser ] | 106 [ $compiler == dart2js && $browser ] |
115 *: Skip | 107 *: Skip |
116 | 108 |
117 [ $compiler == dart2js && $checked ] | 109 [ $compiler == dart2js && $checked ] |
118 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 110 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
119 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 111 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
120 | 112 |
121 [ $compiler == dart2dart ] | 113 [ $compiler == dart2dart ] |
122 # Skip until we stabilize language tests. | 114 # Skip until we stabilize language tests. |
123 *: Skip | 115 *: Skip |
OLD | NEW |