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 # WARNING: | 5 # WARNING: |
6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
8 # prefix. | 8 # prefix. |
9 | 9 |
10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 io/process_non_ascii_test: Pass, Fail | 47 io/process_non_ascii_test: Pass, Fail |
48 | 48 |
49 [ $compiler == none && $runtime == drt ] | 49 [ $compiler == none && $runtime == drt ] |
50 typed_data_isolate_test: Skip # This test uses dart:io | 50 typed_data_isolate_test: Skip # This test uses dart:io |
51 io/*: Skip # Don't run tests using dart:io in the browser | 51 io/*: Skip # Don't run tests using dart:io in the browser |
52 package/*: Skip # Do not run those in Dartium. | 52 package/*: Skip # Do not run those in Dartium. |
53 debugger/*: Skip # Do not run standalone debugger tests in browser. | 53 debugger/*: Skip # Do not run standalone debugger tests in browser. |
54 coverage_test: Skip | 54 coverage_test: Skip |
55 http_launch_test: Skip | 55 http_launch_test: Skip |
56 | 56 |
57 [ $compiler == dartc ] | |
58 | |
59 # package test issue 7392 | |
60 package/package1_test: Fail | |
61 package/package_test: Fail | |
62 | |
63 | |
64 # The dart:io library is created at build time from separate files, and | |
65 # there is no language-spec compatible way to run unit tests on the private | |
66 # members and methods of dart:io. | |
67 # Dartc spots the misuse of 'part' directives in these unit tests. | |
68 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | |
69 io/http_cookie_date_test: Skip # dartc cannot parse dart:io unit tests. | |
70 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | |
71 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | |
72 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | |
73 | |
74 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | |
75 | |
76 | 57 |
77 [ $compiler == dartanalyzer ] | 58 [ $compiler == dartanalyzer ] |
78 53bit_overflow_literal_test/01: fail, ok | 59 53bit_overflow_literal_test/01: fail, ok |
79 | 60 |
80 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 61 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
81 io/file_constructor_test: fail | 62 io/file_constructor_test: fail |
82 | 63 |
83 # The dart:io library is created at build time from separate files, and | 64 # The dart:io library is created at build time from separate files, and |
84 # there is no language-spec compatible way to run unit tests on the private | 65 # there is no language-spec compatible way to run unit tests on the private |
85 # members and methods of dart:io. | 66 # members and methods of dart:io. |
86 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 67 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
87 io/http_headers_test: Skip | 68 io/http_headers_test: Skip |
88 io/http_cookie_date_test: Skip | 69 io/http_cookie_date_test: Skip |
89 io/url_encoding_test: Skip | 70 io/url_encoding_test: Skip |
90 io/http_parser_test: Skip | 71 io/http_parser_test: Skip |
91 io/web_socket_protocol_processor_test: Skip | 72 io/web_socket_protocol_processor_test: Skip |
92 | 73 |
93 # This is runtime test. | 74 # This is runtime test. |
94 io/process_exit_negative_test: Skip | 75 io/process_exit_negative_test: Skip |
95 | 76 |
96 [ $compiler == dart2analyzer ] | 77 [ $compiler == dart2analyzer ] |
97 53bit_overflow_literal_test/01: fail, ok | 78 53bit_overflow_literal_test/01: fail, ok |
98 package/package_isolate_test: fail # issue 11647 | |
99 | 79 |
100 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 80 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
101 io/file_constructor_test: fail | 81 io/file_constructor_test: fail |
102 | 82 |
103 # The dart:io library is created at build time from separate files, and | 83 # The dart:io library is created at build time from separate files, and |
104 # there is no language-spec compatible way to run unit tests on the private | 84 # there is no language-spec compatible way to run unit tests on the private |
105 # members and methods of dart:io. | 85 # members and methods of dart:io. |
106 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 86 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
107 io/http_headers_test: Skip | 87 io/http_headers_test: Skip |
108 io/http_cookie_date_test: Skip | 88 io/http_cookie_date_test: Skip |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 | 144 |
165 [ $arch == simarm ] | 145 [ $arch == simarm ] |
166 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 146 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
167 | 147 |
168 [ $arch == mips ] | 148 [ $arch == mips ] |
169 *: Skip | 149 *: Skip |
170 | 150 |
171 [ $arch == simmips ] | 151 [ $arch == simmips ] |
172 io/file_fuzz_test: Pass, Timeout | 152 io/file_fuzz_test: Pass, Timeout |
173 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 153 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
OLD | NEW |