| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 async/multiple_timer_test: Fail, Pass # Issue 15487 | 245 async/multiple_timer_test: Fail, Pass # Issue 15487 |
| 246 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 246 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
| 247 async/timer_isActive_test: Fail, Pass # Issue 22352 | 247 async/timer_isActive_test: Fail, Pass # Issue 22352 |
| 248 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. | 248 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. |
| 249 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. | 249 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. |
| 250 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. | 250 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
| 251 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. | 251 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. |
| 252 mirrors/local_isolate_test: RuntimeError # Issue 12188 | 252 mirrors/local_isolate_test: RuntimeError # Issue 12188 |
| 253 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 | 253 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 |
| 254 | 254 |
| 255 [ $compiler == none && $runtime == dartium ] |
| 256 async/stream_timeout_test: RuntimeError # Dartium JSInterop failure |
| 257 convert/streamed_conversion_utf8_decode_test: RuntimeError # Dartium JSInterop f
ailure |
| 258 convert/streamed_conversion_utf8_encode_test: RuntimeError # Dartium JSInterop f
ailure |
| 259 async/timer_test: RuntimeError # Dartium JSInterop failure |
| 260 |
| 255 [ $compiler == none && $runtime == drt && $system == windows ] | 261 [ $compiler == none && $runtime == drt && $system == windows ] |
| 256 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 262 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 257 async/timer_test: Fail, Pass # See Issue 10982 | 263 async/timer_test: Fail, Pass # See Issue 10982 |
| 258 | 264 |
| 259 [$compiler == none && $runtime == ContentShellOnAndroid ] | 265 [$compiler == none && $runtime == ContentShellOnAndroid ] |
| 260 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 | 266 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 |
| 261 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 | 267 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 |
| 262 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 | 268 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 |
| 263 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 | 269 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is
sue 19127 |
| 264 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 | 270 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is
sue 19127 |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 mirrors/type_variable_is_static_test: Crash # (static Iterable<Str... cannot ha
ndle sync*/async* functions | 561 mirrors/type_variable_is_static_test: Crash # (static Iterable<Str... cannot ha
ndle sync*/async* functions |
| 556 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han
dle sync*/async* functions | 562 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han
dle sync*/async* functions |
| 557 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h
andle sync*/async* functions | 563 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h
andle sync*/async* functions |
| 558 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl
e sync*/async* functions | 564 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl
e sync*/async* functions |
| 559 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
ction | 565 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
ction |
| 560 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle sy
nc*/async* functions | 566 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle sy
nc*/async* functions |
| 561 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot
handle sync*/async* functions | 567 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot
handle sync*/async* functions |
| 562 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno
t handle sync*/async* functions | 568 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno
t handle sync*/async* functions |
| 563 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle syn
c*/async* functions | 569 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle syn
c*/async* functions |
| 564 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han
dle sync*/async* functions | 570 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han
dle sync*/async* functions |
| OLD | NEW |