| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 | 333 |
| 334 developer/metrics_test: Fail # Issue 20309 | 334 developer/metrics_test: Fail # Issue 20309 |
| 335 developer/metrics_num_test: Fail # Issue 20309 | 335 developer/metrics_num_test: Fail # Issue 20309 |
| 336 profiler/metrics_test: Fail # Issue 20309 | 336 profiler/metrics_test: Fail # Issue 20309 |
| 337 profiler/metrics_num_test: Fail # Issue 20309 | 337 profiler/metrics_num_test: Fail # Issue 20309 |
| 338 | 338 |
| 339 | 339 |
| 340 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] | 340 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] |
| 341 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 | 341 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 |
| 342 | 342 |
| 343 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 344 *: Skip # Issue 28649 |
| 345 |
| 343 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 346 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 344 async/*deferred*: Pass,RuntimeError # Issue 17458 | 347 async/*deferred*: Pass,RuntimeError # Issue 17458 |
| 345 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 | 348 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 |
| 346 | 349 |
| 347 [ $compiler == dart2js && $mode == debug ] | 350 [ $compiler == dart2js && $mode == debug ] |
| 348 mirrors/native_class_test: Pass, Slow | 351 mirrors/native_class_test: Pass, Slow |
| 349 | 352 |
| 350 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) ] | 353 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) ] |
| 351 async/timer_regress22626_test: Pass, RuntimeError # Issue 28254 | 354 async/timer_regress22626_test: Pass, RuntimeError # Issue 28254 |
| 352 | 355 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 424 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
| 422 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 425 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
| 423 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 426 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
| 424 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 427 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
| 425 mirrors/load_library_test: Crash # Deferred loading | 428 mirrors/load_library_test: Crash # Deferred loading |
| 426 | 429 |
| 427 [ $hot_reload ] | 430 [ $hot_reload ] |
| 428 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 431 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
| 429 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 432 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
| 430 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 433 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
| OLD | NEW |