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 out_of_memory_test: Skip # Issue 2345 | 5 out_of_memory_test: Skip # Issue 2345 |
6 | 6 |
7 package/invalid_uri_test: Fail, OK # Fails intentionally | 7 package/invalid_uri_test: Fail, OK # Fails intentionally |
8 | 8 |
9 [ $runtime == vm && $checked ] | 9 [ $runtime == vm && $checked ] |
10 # These tests have type errors on purpose. | 10 # These tests have type errors on purpose. |
11 io/process_invalid_arguments_test: Fail, OK | 11 io/process_invalid_arguments_test: Fail, OK |
12 io/directory_invalid_arguments_test: Fail, OK | 12 io/directory_invalid_arguments_test: Fail, OK |
13 io/file_invalid_arguments_test: Fail, OK | 13 io/file_invalid_arguments_test: Fail, OK |
14 io/socket_invalid_arguments_test: Fail, OK | 14 io/socket_invalid_arguments_test: Fail, OK |
15 # These test have type errors on purpose and take very long to run in | 15 # These test have type errors on purpose and take very long to run in |
16 # checked mode with no benefit. Skip. | 16 # checked mode with no benefit. Skip. |
17 io/file_fuzz_test: Skip | 17 io/file_fuzz_test: Skip |
18 io/directory_fuzz_test: Skip | 18 io/directory_fuzz_test: Skip |
19 | 19 |
20 [ $runtime == vm] | 20 [ $runtime == vm] |
21 io/many_echo_server_test: Skip # Bug 5103754 | 21 io/many_echo_server_test: Skip # Bug 5103754 |
22 # These tests fail, crash, and timeout to test the testing infrastructure. | |
23 io/test_extension_test: Fail # shared library in wrong place (issue 1817) | |
24 # This test fails intermittently. | 22 # This test fails intermittently. |
25 io/http_basic_test: Pass, Fail # Issue 3599 | 23 io/http_basic_test: Pass, Fail # Issue 3599 |
26 | 24 |
27 | 25 |
28 [ $runtime == vm && $system == macos] | 26 [ $runtime == vm && $system == macos] |
29 # This test fails with "Too many open files" on the Mac OS buildbot. | 27 # This test fails with "Too many open files" on the Mac OS buildbot. |
30 io/socket_many_connections_test: Skip | 28 io/socket_many_connections_test: Skip |
31 io/test_extension_test: Skip # Extensions not implemented on MacOS | |
32 io/http_server_handler_test: Skip # Issue 2637 | 29 io/http_server_handler_test: Skip # Issue 2637 |
33 | 30 |
34 [ $runtime == vm && $system == windows] | 31 [ $runtime == vm && $system == windows] |
35 io/test_extension_test: Skip # Extensions not implemented on Windows | |
36 io/http_shutdown_test: Skip # Currently times out on windows | 32 io/http_shutdown_test: Skip # Currently times out on windows |
37 io/file_system_links_test: Skip # No links on Windows. | 33 io/file_system_links_test: Skip # No links on Windows. |
38 io/http_connection_header_test: Pass, Fail # Issue 2959 | 34 io/http_connection_header_test: Pass, Fail # Issue 2959 |
39 | 35 |
40 [ $compiler == none && $runtime == drt ] | 36 [ $compiler == none && $runtime == drt ] |
41 io/*: Skip # Don't run tests using dart:io in the browser | 37 io/*: Skip # Don't run tests using dart:io in the browser |
42 crypto/*: Skip # Don't run tests using dart:io in the browser | 38 crypto/*: Skip # Don't run tests using dart:io in the browser |
43 package/*: Skip # Do not run those in Dartium. | 39 package/*: Skip # Do not run those in Dartium. |
44 | 40 |
45 [ $compiler == dartc] | 41 [ $compiler == dartc] |
46 *: Skip | 42 *: Skip |
47 | 43 |
48 [ $compiler == frog ] | 44 [ $compiler == frog ] |
49 *: Skip | 45 *: Skip |
50 | 46 |
51 [ $arch == x64 ] | 47 [ $arch == x64 ] |
52 medium_integer_test: Fail # Issue 1146. | 48 medium_integer_test: Fail # Issue 1146. |
53 | 49 |
54 | 50 |
55 [ $arch == arm ] | 51 [ $arch == arm ] |
56 *: Skip | 52 *: Skip |
57 | 53 |
58 | 54 |
59 [ $arch == simarm ] | 55 [ $arch == simarm ] |
60 *: Skip | 56 *: Skip |
61 | 57 |
62 [ $compiler == dart2js ] | 58 [ $compiler == dart2js ] |
63 medium_integer_test: Fail, OK # cannot resolve type Mint | 59 medium_integer_test: Fail, OK # cannot resolve type Mint |
64 io/test_extension_test: Fail, OK # dart-ext:test_extension: Illegal argument(s):
dart-ext:test_extension | |
65 io/timer_cancel_test: Fail # Needs Timer to run. | 60 io/timer_cancel_test: Fail # Needs Timer to run. |
66 io/timer_cancel1_test: Fail # Needs Timer to run. | 61 io/timer_cancel1_test: Fail # Needs Timer to run. |
67 io/timer_cancel2_test: Fail # Needs Timer to run. | 62 io/timer_cancel2_test: Fail # Needs Timer to run. |
68 io/multiple_timer_test: Fail # Needs Timer to run. | 63 io/multiple_timer_test: Fail # Needs Timer to run. |
69 io/timer_test: Fail # Needs Timer to run. | 64 io/timer_test: Fail # Needs Timer to run. |
70 io/timer_repeat_test: Fail # Needs Timer to run. | 65 io/timer_repeat_test: Fail # Needs Timer to run. |
71 | 66 |
72 [ $compiler == dart2js && $runtime == d8 ] | 67 [ $compiler == dart2js && $runtime == d8 ] |
73 assert_test: Fail # Assert not implemented | 68 assert_test: Fail # Assert not implemented |
74 byte_array_test: Fail, OK # ByteArray | 69 byte_array_test: Fail, OK # ByteArray |
75 deoptimization_test: Fail, OK # Requires bigint. | 70 deoptimization_test: Fail, OK # Requires bigint. |
76 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 71 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
77 io/http_parser_test: Fail, OK # ByteArray | 72 io/http_parser_test: Fail, OK # ByteArray |
78 io/options_test: Fail, OK # Cannot pass options to d8. | 73 io/options_test: Fail, OK # Cannot pass options to d8. |
79 | 74 |
80 [ $compiler == dart2js && $runtime == none ] | 75 [ $compiler == dart2js && $runtime == none ] |
81 io/options_test: Fail | 76 io/options_test: Fail |
82 | 77 |
83 [$compiler == dart2js && $browser ] | 78 [$compiler == dart2js && $browser ] |
84 *: Skip | 79 *: Skip |
85 | 80 |
86 [$compiler == dart2js && $checked ] | 81 [$compiler == dart2js && $checked ] |
87 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 82 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
88 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 83 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
89 io/http_headers_test: Fail # TODO(floitsch): I'm on it. | 84 io/http_headers_test: Fail # TODO(floitsch): I'm on it. |
90 io/http_date_test: Fail # TODO(floitsch): I'm on it. | 85 io/http_date_test: Fail # TODO(floitsch): I'm on it. |
OLD | NEW |