| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 271 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 272 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 272 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 273 | 273 |
| 274 [$compiler == none && $runtime == ContentShellOnAndroid ] | 274 [$compiler == none && $runtime == ContentShellOnAndroid ] |
| 275 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 | 275 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 |
| 276 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue
19127 | 276 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue
19127 |
| 277 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue
19127 | 277 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue
19127 |
| 278 mirrors/lazy_static_test: Skip # Times out. Issue 19127 | 278 mirrors/lazy_static_test: Skip # Times out. Issue 19127 |
| 279 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 | 279 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 |
| 280 | 280 |
| 281 [ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime =
= dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ] | 281 [ $compiler == dart2dart ] |
| 282 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. | 282 # Deferred loading is not supported by dart2dart. |
| 283 async/deferred/deferred_fail_to_load_test: Fail | 283 async/deferred/deferred_in_isolate_test: CompileTimeError # Issue 17523 |
| 284 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. | 284 |
| 285 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 285 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 286 async/deferred/deferred_in_isolate_test: Fail | 286 # Dart vm does not support spawn from a dom-enabled isolate. |
| 287 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 |
| 287 | 288 |
| 288 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == js
shell) ] | 289 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == js
shell) ] |
| 289 async/schedule_microtask_test: Fail # Issue 9002 | 290 async/schedule_microtask_test: Fail # Issue 9002 |
| 290 | 291 |
| 291 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 292 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 292 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 293 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
| 293 | 294 |
| 294 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>' | 295 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>' |
| 295 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> | 296 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> |
| 296 | 297 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 319 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 320 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 320 | 321 |
| 321 [ $arch == simarm64 ] | 322 [ $arch == simarm64 ] |
| 322 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 323 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 323 | 324 |
| 324 # These tests use "const Symbol('void')". | 325 # These tests use "const Symbol('void')". |
| 325 [ $compiler == dart2analyzer ] | 326 [ $compiler == dart2analyzer ] |
| 326 mirrors/basic_types_in_dart_core_test: CompileTimeError | 327 mirrors/basic_types_in_dart_core_test: CompileTimeError |
| 327 mirrors/function_type_mirror_test: CompileTimeError | 328 mirrors/function_type_mirror_test: CompileTimeError |
| 328 mirrors/method_mirror_returntype_test: CompileTimeError | 329 mirrors/method_mirror_returntype_test: CompileTimeError |
| OLD | NEW |