| 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 [ $csp ] | 8 [ $csp ] |
| 9 # Deferred loading does not work from an isolate in CSP-mode | 9 # Deferred loading does not work from an isolate in CSP-mode |
| 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 | 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 | 280 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 |
| 281 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 | 281 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 |
| 282 | 282 |
| 283 [ $compiler == dart2js && $runtime == safarimobilesim ] | 283 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 284 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 284 mirrors/mirrors_reader_test: SkipSlow # 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 == dart2dart && $builder_tag == new_backend ] | |
| 291 async/future_test: RuntimeError # Issue 23015 | |
| 292 | |
| 293 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 290 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 294 # Dart vm does not support spawn from a dom-enabled isolate. | 291 # Dart vm does not support spawn from a dom-enabled isolate. |
| 295 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 | 292 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 |
| 296 | 293 |
| 297 [ $compiler == dart2js && $runtime == jsshell ] | 294 [ $compiler == dart2js && $runtime == jsshell ] |
| 298 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. | 295 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. |
| 299 | 296 |
| 300 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 297 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 301 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 298 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
| 302 | 299 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 | 336 |
| 340 [ $mode == debug && $arch == ia32 && $system == windows ] | 337 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 341 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 338 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 342 | 339 |
| 343 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 340 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
| 344 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 341 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 345 | 342 |
| 346 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 343 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 347 mirrors/immutable_collections_test: SkipSlow # Timeout. | 344 mirrors/immutable_collections_test: SkipSlow # Timeout. |
| 348 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 345 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| OLD | NEW |