| 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 || ($compiler == none && ($runtime == drt || $runtime =
= dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ] |
| 282 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. | 282 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. |
| 283 async/deferred/deferred_fail_to_load_test: Fail | 283 async/deferred/deferred_fail_to_load_test: Fail |
| 284 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. | 284 # Deferred loading is not implemented in the VM so the error-handling will never
be triggered. |
| 285 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 285 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 286 async/deferred/deferred_in_isolate_test: Fail | 286 async/deferred/deferred_in_isolate_test: Fail |
| 287 | 287 |
| 288 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] | 288 [ $compiler == dart2js && $runtime != d8 ] |
| 289 async/schedule_microtask_test: Fail # Issue 9002 | 289 async/schedule_microtask_test: Fail # Issue 9002 |
| 290 | 290 |
| 291 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 291 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 292 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 292 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
| 293 | 293 |
| 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>' | 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/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, 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 | 296 |
| 297 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 297 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 298 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 298 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 316 | 316 |
| 317 [ $arch == simarm ] | 317 [ $arch == simarm ] |
| 318 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 318 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 319 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 319 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 320 | 320 |
| 321 # These tests use "const Symbol('void')". | 321 # These tests use "const Symbol('void')". |
| 322 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 322 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 323 mirrors/basic_types_in_dart_core_test: CompileTimeError | 323 mirrors/basic_types_in_dart_core_test: CompileTimeError |
| 324 mirrors/function_type_mirror_test: CompileTimeError | 324 mirrors/function_type_mirror_test: CompileTimeError |
| 325 mirrors/method_mirror_returntype_test: CompileTimeError | 325 mirrors/method_mirror_returntype_test: CompileTimeError |
| OLD | NEW |