| 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] | 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] |
| 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 | 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
| 7 | 7 |
| 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 | 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
| 10 | 10 |
| 11 [ $unchecked ] | 11 [ $unchecked ] |
| 12 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 12 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
| 13 | 13 |
| 14 [ $csp ] | 14 [ $csp ] |
| 15 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16898 | 15 # Deferred loading does not work from an isolate in CSP-mode |
| 16 mirrors/deferred_mirrors_metadata_test: Fail # Issue 16898 | 16 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
| 17 mirrors/deferred_mirrors_metatarget_test: Fail # Issue 16898 | |
| 18 | 17 |
| 19 [ $compiler == dart2js ] | 18 [ $compiler == dart2js ] |
| 20 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 19 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| 21 | 20 |
| 22 math/double_pow_test: RuntimeError | 21 math/double_pow_test: RuntimeError |
| 23 math/low_test: RuntimeError | 22 math/low_test: RuntimeError |
| 24 math/random_big_test: RuntimeError # Using bigint seeds for random. | 23 math/random_big_test: RuntimeError # Using bigint seeds for random. |
| 25 | 24 |
| 26 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 25 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
| 27 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 26 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 | 305 |
| 307 [ $arch == simarm ] | 306 [ $arch == simarm ] |
| 308 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 307 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 309 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 308 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 310 | 309 |
| 311 [ $compiler == dart2js ] | 310 [ $compiler == dart2js ] |
| 312 profiler/metrics_num_test: Skip # Because of a int / double type test. | 311 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 313 | 312 |
| 314 [ $arch == simarm64 ] | 313 [ $arch == simarm64 ] |
| 315 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 314 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| OLD | NEW |