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 [ $unchecked ] | 5 [ $unchecked ] |
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
7 | 7 |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
10 | 10 |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. | 179 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. |
180 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. | 180 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. |
181 | 181 |
182 | 182 |
183 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] | 183 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] |
184 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 184 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
185 # implement timer (currently only in js
shell) | 185 # implement timer (currently only in js
shell) |
186 | 186 |
187 # 'js' tests import the dart:js library, so they only make sense in | 187 # 'js' tests import the dart:js library, so they only make sense in |
188 # a browser environment. | 188 # a browser environment. |
189 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 189 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
190 js/*: Skip | 190 js/*: Skip |
191 | 191 |
192 # 'js' tests import the dart:js library, so they only make sense in | 192 # 'js' tests import the dart:js library, so they only make sense in |
193 # a browser environment. | 193 # a browser environment. |
194 [ $runtime == dart_product ] | 194 [ $runtime == dart_app ] |
195 js/*: SkipByDesign | 195 js/*: SkipByDesign |
196 mirrors/*: SkipByDesign | 196 mirrors/*: SkipByDesign |
197 | 197 |
198 [ $compiler == dart2js && $minified ] | 198 [ $compiler == dart2js && $minified ] |
199 mirrors/mirrors_used_get_name_test: RuntimeError | 199 mirrors/mirrors_used_get_name_test: RuntimeError |
200 mirrors/mirrors_used_get_name2_test: RuntimeError | 200 mirrors/mirrors_used_get_name2_test: RuntimeError |
201 | 201 |
202 [ $runtime == ff ] | 202 [ $runtime == ff ] |
203 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 203 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
204 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 204 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
(...skipping 17 matching lines...) Expand all Loading... |
222 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 222 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
223 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 | 223 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 |
224 | 224 |
225 [ $runtime == opera ] | 225 [ $runtime == opera ] |
226 async/multiple_timer_test: Pass, Fail # Probably issue 14734 | 226 async/multiple_timer_test: Pass, Fail # Probably issue 14734 |
227 | 227 |
228 [ $runtime == opera && $system == windows] | 228 [ $runtime == opera && $system == windows] |
229 # TODO(efortuna): Investigate. | 229 # TODO(efortuna): Investigate. |
230 async/timer_test: Fail, Pass | 230 async/timer_test: Fail, Pass |
231 | 231 |
232 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 232 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
233 async/timer_not_available_test: Fail, OK | 233 async/timer_not_available_test: Fail, OK |
234 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 234 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
235 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. | 235 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. |
236 | 236 |
237 [ $compiler == none || $compiler == precompiler || $compiler == dart2app ] | 237 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com
piler == dart2appjit ] |
238 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 238 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
239 | 239 |
240 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 240 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
241 | 241 |
242 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. | 242 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. |
243 | 243 |
244 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 244 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
245 async/schedule_microtask6_test: Fail # Issue 10910 | 245 async/schedule_microtask6_test: Fail # Issue 10910 |
246 async/timer_test: Fail, Pass # Issue 15487 | 246 async/timer_test: Fail, Pass # Issue 15487 |
247 async/multiple_timer_test: Fail, Pass # Issue 15487 | 247 async/multiple_timer_test: Fail, Pass # Issue 15487 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] | 293 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] |
294 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 | 294 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 |
295 | 295 |
296 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 296 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
297 async/*deferred*: Pass,RuntimeError # Issue 17458 | 297 async/*deferred*: Pass,RuntimeError # Issue 17458 |
298 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 | 298 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 |
299 | 299 |
300 [ $compiler == dart2js && $mode == debug ] | 300 [ $compiler == dart2js && $mode == debug ] |
301 mirrors/native_class_test: Pass, Slow | 301 mirrors/native_class_test: Pass, Slow |
302 | 302 |
303 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $a
rch == mips ] | 303 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && $arch == mips ] |
304 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626 | 304 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626 |
305 | 305 |
306 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] | 306 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] |
307 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 307 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
308 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 308 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
309 | 309 |
310 [ $arch == simarmv5te ] | 310 [ $arch == simarmv5te ] |
311 mirrors/mirrors_reader_test: Pass, Slow | 311 mirrors/mirrors_reader_test: Pass, Slow |
312 | 312 |
313 [ $compiler == dart2js ] | 313 [ $compiler == dart2js ] |
314 developer/metrics_num_test: Skip # Because of a int / double type test. | 314 developer/metrics_num_test: Skip # Because of a int / double type test. |
315 developer/timeline_test: Skip # Not supported | 315 developer/timeline_test: Skip # Not supported |
316 | 316 |
317 [ $mode == product ] | 317 [ $mode == product ] |
318 developer/timeline_test: Skip # Not supported | 318 developer/timeline_test: Skip # Not supported |
319 | 319 |
320 [ $arch == simarm64 ] | 320 [ $arch == simarm64 ] |
321 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 321 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
322 | 322 |
323 [ $mode == debug && $arch == ia32 && $system == windows ] | 323 [ $mode == debug && $arch == ia32 && $system == windows ] |
324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
325 | 325 |
326 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug && $arch == x64 && $system == windows ] | 326 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $arch == x64 && $system == windows ] |
327 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 327 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
328 | 328 |
329 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv6 && $arch != simarmv5te ] | 329 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv6 && $arch != simarmv5te ] |
330 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 330 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
331 | 331 |
332 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug && $builder_tag == asan ] | 332 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] |
333 mirrors/immutable_collections_test: SkipSlow # Timeout. | 333 mirrors/immutable_collections_test: SkipSlow # Timeout. |
334 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 334 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
335 | 335 |
336 [ $compiler == dart2js && $cps_ir ] | 336 [ $compiler == dart2js && $cps_ir ] |
337 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+=
x;}): await for | 337 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+=
x;}): await for |
338 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync*
/async* functions | 338 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync*
/async* functions |
339 mirrors/parameter_annotation_mirror_test: Pass, Fail # Issue 25501. Depends on
inlining. | 339 mirrors/parameter_annotation_mirror_test: Pass, Fail # Issue 25501. Depends on
inlining. |
340 | 340 |
341 [ $compiler == dart2js && $cps_ir && $checked ] | 341 [ $compiler == dart2js && $cps_ir && $checked ] |
342 *: Skip # Issue 25761 | 342 *: Skip # Issue 25761 |
(...skipping 20 matching lines...) Expand all Loading... |
363 mirrors/*: SkipByDesign | 363 mirrors/*: SkipByDesign |
364 | 364 |
365 [ $noopt || $compiler == precompiler ] | 365 [ $noopt || $compiler == precompiler ] |
366 convert/chunked_conversion_utf88_test: Pass, Timeout | 366 convert/chunked_conversion_utf88_test: Pass, Timeout |
367 convert/utf85_test: Pass, Timeout | 367 convert/utf85_test: Pass, Timeout |
368 | 368 |
369 [ $arch == simdbc || $arch == simdbc64 ] | 369 [ $arch == simdbc || $arch == simdbc64 ] |
370 # TODO(vegorov) LoadField bytecode supports only up to 256 fields. Need a long | 370 # TODO(vegorov) LoadField bytecode supports only up to 256 fields. Need a long |
371 # version. | 371 # version. |
372 mirrors/accessor_cache_overflow_test: Skip | 372 mirrors/accessor_cache_overflow_test: Skip |
OLD | NEW |