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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] | 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] |
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 | 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
7 | 7 |
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 | 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
10 | 10 |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 convert/json_lib_test: Fail # Issue 10961 | 177 convert/json_lib_test: Fail # Issue 10961 |
178 | 178 |
179 [ $compiler == dart2js && $minified ] | 179 [ $compiler == dart2js && $minified ] |
180 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 | 180 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 |
181 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555 | 181 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555 |
182 mirrors/mirrors_used_get_name_test: RuntimeError | 182 mirrors/mirrors_used_get_name_test: RuntimeError |
183 mirrors/mirrors_used_get_name2_test: RuntimeError | 183 mirrors/mirrors_used_get_name2_test: RuntimeError |
184 | 184 |
185 [ $runtime == ff ] | 185 [ $runtime == ff ] |
186 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 186 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
187 async/multiple_timer_test: Pass, Fail # Issue 14734 | |
188 async/timer_isolate_test: Pass, Fail # Issue 14734 | |
189 async/timer_test: Pass, Fail # Issue 14734 | |
190 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029 | |
191 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 187 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
192 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 188 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
193 | 189 |
194 [ $runtime == ie9 ] | 190 [ $runtime == ie9 ] |
195 # IE9 doesn't support typed arrays. | 191 # IE9 doesn't support typed arrays. |
196 typed_data/*: Fail # Issue 11971 | 192 typed_data/*: Fail # Issue 11971 |
197 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 | 193 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 |
198 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 | 194 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 |
199 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 | 195 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 |
200 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com
/12768 | 196 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com
/12768 |
201 convert/utf85_test: Skip # Issue 12029. | 197 convert/utf85_test: Skip # Issue 12029. |
202 async/timer_isolate_test: Pass, Fail # Issue 14734 | |
203 convert/json_util_test: Fail # Issue 16109 | 198 convert/json_util_test: Fail # Issue 16109 |
204 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 | 199 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 |
205 | 200 |
206 [ $compiler == dart2js ] | 201 [ $compiler == dart2js ] |
207 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 202 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
208 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 203 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
209 | 204 |
210 [ $runtime == opera ] | 205 [ $runtime == opera ] |
211 async/multiple_timer_test: Pass, Fail # Probably issue 14734 | 206 async/multiple_timer_test: Pass, Fail # Probably issue 14734 |
212 | 207 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 | 270 |
276 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' | 271 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' |
277 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 272 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> |
278 | 273 |
279 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 274 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
280 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. | 275 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. |
281 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 276 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
282 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 277 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
283 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 278 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
284 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 279 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
OLD | NEW |