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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 async/multiple_timer_test: Fail, Pass # Issue 15487 | 272 async/multiple_timer_test: Fail, Pass # Issue 15487 |
273 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 273 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
274 async/timer_isActive_test: Fail, Pass # Issue 22352 | 274 async/timer_isActive_test: Fail, Pass # Issue 22352 |
275 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. | 275 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w
ill just timeout and waste bot cycles. |
276 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. | 276 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
t timeout and waste bot cycles. |
277 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. | 277 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. |
278 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. | 278 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. |
279 mirrors/local_isolate_test: RuntimeError # Issue 12188 | 279 mirrors/local_isolate_test: RuntimeError # Issue 12188 |
280 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 | 280 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
22072 |
281 | 281 |
| 282 [ $compiler == none && $runtime == dartium && $system == macos ] |
| 283 convert/streamed_conversion_utf8_decode_test: Pass, Slow |
| 284 |
282 [ $compiler == none && $runtime == drt && $system == windows ] | 285 [ $compiler == none && $runtime == drt && $system == windows ] |
283 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 286 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
284 async/timer_test: Fail, Pass # See Issue 10982 | 287 async/timer_test: Fail, Pass # See Issue 10982 |
285 | 288 |
286 [ $compiler == none && $runtime == drt && $checked ] | 289 [ $compiler == none && $runtime == drt && $checked ] |
287 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 | 290 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24
460 |
288 | 291 |
289 [ $compiler == dart2js && $runtime == safarimobilesim ] | 292 [ $compiler == dart2js && $runtime == safarimobilesim ] |
290 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 293 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
291 mirrors/null_test: Fail # Issue 16831 | 294 mirrors/null_test: Fail # Issue 16831 |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 412 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
410 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 413 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
411 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 414 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
412 mirrors/load_library_test: Crash # Deferred loading | 415 mirrors/load_library_test: Crash # Deferred loading |
413 | 416 |
414 [ $hot_reload ] | 417 [ $hot_reload ] |
415 mirrors/metadata_scope_test/none: Fail # Constant equality - Issue 26868 | 418 mirrors/metadata_scope_test/none: Fail # Constant equality - Issue 26868 |
416 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 419 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
417 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 | 420 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 |
418 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 421 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
OLD | NEW |