| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 | 252 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 |
| 253 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 | 253 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 |
| 254 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 | 254 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 |
| 255 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 | 255 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 |
| 256 | 256 |
| 257 [ $compiler == dart2js ] | 257 [ $compiler == dart2js ] |
| 258 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 258 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
| 259 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 259 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
| 260 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 | 260 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 |
| 261 | 261 |
| 262 [ $runtime == opera ] | |
| 263 async/multiple_timer_test: Pass, Fail # Probably issue 14734 | |
| 264 | |
| 265 [ $runtime == opera && $system == windows] | |
| 266 # TODO(efortuna): Investigate. | |
| 267 async/timer_test: Fail, Pass | |
| 268 | |
| 269 [ $runtime == vm ] | 262 [ $runtime == vm ] |
| 270 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo
uts. | 263 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo
uts. |
| 271 | 264 |
| 272 [ $runtime == vm || $runtime == dart_precompiled ] | 265 [ $runtime == vm || $runtime == dart_precompiled ] |
| 273 async/timer_not_available_test: Fail, OK | 266 async/timer_not_available_test: Fail, OK |
| 274 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 267 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 275 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. | 268 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
for dynamic compile time errors. |
| 276 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly
final as of Dart 1.21 | 269 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly
final as of Dart 1.21 |
| 277 | 270 |
| 278 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 271 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 450 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
| 458 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 451 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
| 459 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 452 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
| 460 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 453 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
| 461 mirrors/load_library_test: Crash # Deferred loading | 454 mirrors/load_library_test: Crash # Deferred loading |
| 462 | 455 |
| 463 [ $hot_reload ] | 456 [ $hot_reload ] |
| 464 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 457 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
| 465 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 458 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
| 466 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 459 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
| OLD | NEW |