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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 | 95 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 |
96 mirrors/typedef_test: RuntimeError # Issue 6490 | 96 mirrors/typedef_test: RuntimeError # Issue 6490 |
97 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 97 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
98 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607 | 98 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607 |
99 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 99 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
100 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 | 100 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 |
101 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 101 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
102 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 | 102 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 |
103 mirrors/raw_type_test/01: RuntimeError # Issue 6490 | 103 mirrors/raw_type_test/01: RuntimeError # Issue 6490 |
104 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 | 104 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 |
| 105 mirrors/regress_26187_test: RuntimeError # Issue 6490 |
105 | 106 |
106 [ $runtime == safari || $runtime == safarimobilesim ] | 107 [ $runtime == safari || $runtime == safarimobilesim ] |
107 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). | 108 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). |
108 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). | 109 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). |
109 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 | 110 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 |
110 | 111 |
111 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim
] | 112 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim
] |
112 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 |
113 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 |
114 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 |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 | 355 |
355 [ $noopt && $arch == simarm64 ] | 356 [ $noopt && $arch == simarm64 ] |
356 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 | 357 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 |
357 | 358 |
358 [ $noopt || $compiler == precompiler || $mode == product ] | 359 [ $noopt || $compiler == precompiler || $mode == product ] |
359 mirrors/*: SkipByDesign | 360 mirrors/*: SkipByDesign |
360 | 361 |
361 [ $noopt || $compiler == precompiler ] | 362 [ $noopt || $compiler == precompiler ] |
362 convert/chunked_conversion_utf88_test: Pass, Timeout | 363 convert/chunked_conversion_utf88_test: Pass, Timeout |
363 convert/utf85_test: Pass, Timeout | 364 convert/utf85_test: Pass, Timeout |
OLD | NEW |