| 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 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 mirrors/relation_subtype_test: RuntimeError # Issue 6490 | 99 mirrors/relation_subtype_test: RuntimeError # Issue 6490 |
| 100 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 | 100 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 |
| 101 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597 | 101 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597 |
| 102 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 | 102 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 |
| 103 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 103 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
| 104 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 104 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
| 105 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 105 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
| 106 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 | 106 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 |
| 107 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 107 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
| 108 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 | 108 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 |
| 109 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 | |
| 110 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 | 109 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 |
| 111 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 | 110 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 |
| 112 | 111 |
| 113 [ $runtime == safari || $runtime == safarimobilesim ] | 112 [ $runtime == safari || $runtime == safarimobilesim ] |
| 114 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 113 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 115 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 114 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 116 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 115 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 117 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). | 116 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). |
| 118 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). | 117 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). |
| 119 mirrors/null_test: Fail # http://dartbug.com/16831 | 118 mirrors/null_test: Fail # http://dartbug.com/16831 |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 | 319 |
| 321 [ $arch == simarm ] | 320 [ $arch == simarm ] |
| 322 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 321 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 323 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 322 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 324 | 323 |
| 325 [ $compiler == dart2js ] | 324 [ $compiler == dart2js ] |
| 326 profiler/metrics_num_test: Skip # Because of a int / double type test. | 325 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 327 | 326 |
| 328 [ $arch == simarm64 ] | 327 [ $arch == simarm64 ] |
| 329 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 328 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| OLD | NEW |