| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. | 284 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. |
| 285 | 285 |
| 286 [ $compiler == dart2dart ] | 286 [ $compiler == dart2dart ] |
| 287 # Deferred loading is not supported by dart2dart. | 287 # Deferred loading is not supported by dart2dart. |
| 288 async/deferred/deferred_in_isolate_test: Skip # Issue 17523 | 288 async/deferred/deferred_in_isolate_test: Skip # Issue 17523 |
| 289 | 289 |
| 290 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 290 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 291 # Dart vm does not support spawn from a dom-enabled isolate. | 291 # Dart vm does not support spawn from a dom-enabled isolate. |
| 292 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 | 292 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 |
| 293 | 293 |
| 294 [ $compiler == dart2js && $runtime == jsshell ] |
| 295 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. |
| 296 |
| 294 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 297 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 295 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 298 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
| 296 | 299 |
| 297 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>' | 300 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>' |
| 298 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> | 301 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> |
| 299 | 302 |
| 300 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 303 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 301 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 304 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 302 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. | 305 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
| 303 | 306 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 322 | 325 |
| 323 [ $arch == simarm ] | 326 [ $arch == simarm ] |
| 324 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 327 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 325 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 328 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 326 | 329 |
| 327 [ $compiler == dart2js ] | 330 [ $compiler == dart2js ] |
| 328 profiler/metrics_num_test: Skip # Because of a int / double type test. | 331 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 329 | 332 |
| 330 [ $arch == simarm64 ] | 333 [ $arch == simarm64 ] |
| 331 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 334 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| OLD | NEW |