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 | |
8 | |
9 ### Temporary IO library change disables, fail ### | |
10 | |
7 [ $runtime == vm ] | 11 [ $runtime == vm ] |
8 package/package_isolate_test: Fail # Issue 7520. | 12 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. |
13 io/status_file_parser_test: fail | |
14 io/test_runner_exit_code_test: fail | |
15 io/test_runner_test: fail | |
16 io/secure_server_client_certificate_test: fail | |
9 io/web_socket_test: Fail, Pass # Issue 8495. | 17 io/web_socket_test: Fail, Pass # Issue 8495. |
10 | 18 |
19 #################################################### | |
20 | |
21 | |
22 | |
23 [ $runtime == vm ] | |
Mads Ager (google)
2013/02/21 10:26:49
We need to check if we can remove these.
Søren Gjesse
2013/02/21 11:44:25
The test package/package_isolate_test fails (but o
| |
24 package/package_isolate_test: Fail # http://dartbug.com/7520. | |
25 io/https_client_socket_reuse_test: Skip # http://dartbug.com/8235 | |
26 | |
11 [ $runtime == vm && $system == linux ] | 27 [ $runtime == vm && $system == linux ] |
12 io/http_proxy_test: Pass, Timeout # Issue 7773 | 28 io/http_proxy_test: Pass, Timeout # Issue 7773 |
13 | 29 |
14 [ $runtime == vm && $checked ] | 30 [ $runtime == vm && $checked ] |
15 # These tests have type errors on purpose. | 31 # These tests have type errors on purpose. |
16 io/process_invalid_arguments_test: Fail, OK | 32 io/process_invalid_arguments_test: Fail, OK |
17 io/directory_invalid_arguments_test: Fail, OK | 33 io/directory_invalid_arguments_test: Fail, OK |
18 io/file_invalid_arguments_test: Fail, OK | 34 io/file_invalid_arguments_test: Fail, OK |
19 io/socket_invalid_arguments_test: Fail, OK | 35 io/socket_invalid_arguments_test: Fail, OK |
20 # These test have type errors on purpose and take very long to run in | 36 # These test have type errors on purpose and take very long to run in |
(...skipping 19 matching lines...) Expand all Loading... | |
40 # old version of MacOS does not expand the precomposed utf-8 it gets | 56 # old version of MacOS does not expand the precomposed utf-8 it gets |
41 # from the VM before comparing it to the decomposed utf-8 used for the | 57 # from the VM before comparing it to the decomposed utf-8 used for the |
42 # file system. | 58 # file system. |
43 io/file_non_ascii_sync_test: Pass, Fail | 59 io/file_non_ascii_sync_test: Pass, Fail |
44 io/file_non_ascii_test: Pass, Fail | 60 io/file_non_ascii_test: Pass, Fail |
45 io/directory_non_ascii_sync_test: Pass, Fail | 61 io/directory_non_ascii_sync_test: Pass, Fail |
46 io/directory_non_ascii_test: Pass, Fail | 62 io/directory_non_ascii_test: Pass, Fail |
47 io/process_non_ascii_test: Pass, Fail | 63 io/process_non_ascii_test: Pass, Fail |
48 | 64 |
49 [ $runtime == vm && $system == windows ] | 65 [ $runtime == vm && $system == windows ] |
66 io/read_into_const_list_test: Skip # Issue 7157, not verified. | |
Mads Ager (google)
2013/02/21 10:26:49
I think this one has been fixed.
Søren Gjesse
2013/02/21 11:44:25
It is.
| |
50 io/file_system_links_test: Skip # No links on Windows. | 67 io/file_system_links_test: Skip # No links on Windows. |
51 io/socket_stream_close_test: Fail, Pass # Issue 8556. | 68 io/socket_stream_close_test: Fail, Pass # Issue 8556. |
Søren Gjesse
2013/02/21 11:44:25
This one is fixed as well.
| |
52 | 69 |
53 [ $compiler == none && $runtime == drt ] | 70 [ $compiler == none && $runtime == drt ] |
54 io/*: Skip # Don't run tests using dart:io in the browser | 71 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 | 72 crypto/*: Skip # Don't run tests using dart:io in the browser |
56 package/*: Skip # Do not run those in Dartium. | 73 package/*: Skip # Do not run those in Dartium. |
57 debugger/*: Skip # Do not run standalone debugger tests in browser. | 74 debugger/*: Skip # Do not run standalone debugger tests in browser. |
58 | 75 |
59 [ $compiler == dartc ] | 76 [ $compiler == dartc ] |
60 | 77 |
61 # package test issue 7392 | 78 # package test issue 7392 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
119 *: Skip | 136 *: Skip |
120 | 137 |
121 [ $arch == simarm ] | 138 [ $arch == simarm ] |
122 *: Skip | 139 *: Skip |
123 | 140 |
124 [ $arch == mips ] | 141 [ $arch == mips ] |
125 *: Skip | 142 *: Skip |
126 | 143 |
127 [ $arch == simmips ] | 144 [ $arch == simmips ] |
128 *: Skip | 145 *: Skip |
OLD | NEW |