| 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 [ $compiler == dart2js && $checked && $runtime == ie9 ] | |
| 12 convert/ascii_test: Skip # http://dartbug.com/15498 | |
| 13 convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/154
98 | |
| 14 convert/streamed_conversion_utf8_encode_test: Skip # http://dartbug.com/15498 | |
| 15 | |
| 16 mirrors/mirrors_reader_test: Skip # Issue 16589 | |
| 17 | |
| 18 [ $unchecked ] | 11 [ $unchecked ] |
| 19 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 12 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
| 20 | 13 |
| 21 [ $csp ] | 14 [ $csp ] |
| 22 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16898 | 15 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16898 |
| 23 mirrors/deferred_mirrors_metadata_test: Fail # Issue 16898 | 16 mirrors/deferred_mirrors_metadata_test: Fail # Issue 16898 |
| 24 mirrors/deferred_mirrors_metatarget_test: Fail # Issue 16898 | 17 mirrors/deferred_mirrors_metatarget_test: Fail # Issue 16898 |
| 25 | 18 |
| 26 [ $compiler == dart2js ] | 19 [ $compiler == dart2js ] |
| 27 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 20 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 110 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 118 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). | 111 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). |
| 119 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). | 112 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). |
| 120 mirrors/null_test: Fail # http://dartbug.com/16831 | 113 mirrors/null_test: Fail # http://dartbug.com/16831 |
| 121 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 | 114 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 |
| 122 | 115 |
| 123 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 116 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 124 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 117 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
| 125 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 118 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
| 126 | 119 |
| 127 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim &&
$runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] | 120 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim &&
$runtime != safari && $runtime != ff && $runtime != ie10] |
| 128 math/math_test: RuntimeError | 121 math/math_test: RuntimeError |
| 129 math/math2_test: RuntimeError | 122 math/math2_test: RuntimeError |
| 130 | 123 |
| 131 [ $compiler == dart2js && ($jscl || $runtime == d8) ] | 124 [ $compiler == dart2js && ($jscl || $runtime == d8) ] |
| 132 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 | 125 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 |
| 133 | 126 |
| 134 [ $compiler == dart2js && $runtime == jsshell ] | 127 [ $compiler == dart2js && $runtime == jsshell ] |
| 135 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. | 128 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
| 136 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 129 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
| 137 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 130 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 [ $compiler == dart2js && $minified ] | 199 [ $compiler == dart2js && $minified ] |
| 207 mirrors/mirrors_used_get_name_test: RuntimeError | 200 mirrors/mirrors_used_get_name_test: RuntimeError |
| 208 mirrors/mirrors_used_get_name2_test: RuntimeError | 201 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 209 | 202 |
| 210 [ $runtime == ff ] | 203 [ $runtime == ff ] |
| 211 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 204 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 212 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 205 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 213 convert/streamed_conversion_utf8_encode_test: Pass, Slow # Issue 12029 | 206 convert/streamed_conversion_utf8_encode_test: Pass, Slow # Issue 12029 |
| 214 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 207 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
| 215 | 208 |
| 216 [ $runtime == ie9 ] | |
| 217 # IE9 doesn't support typed arrays. | |
| 218 typed_data/*: Fail # Issue 11971 | |
| 219 convert/chunked_conversion_utf88_test: Skip # Issue 12029 | |
| 220 convert/streamed_conversion_json_utf8_decode_test: Skip # Issue 12029 | |
| 221 async/deferred/*: Skip # http://dartbug.com/12635 | |
| 222 mirrors/deferred*: Pass, Fail # http://dartbug.com/12635 | |
| 223 convert/streamed_conversion_utf8_decode_test: Skip # http://dartbug.com/12768 | |
| 224 convert/utf85_test: Skip # Issue 12029. | |
| 225 convert/json_util_test: Fail # Issue 16109 | |
| 226 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 | |
| 227 | |
| 228 [ $compiler == dart2js ] | 209 [ $compiler == dart2js ] |
| 229 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 210 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
| 230 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 211 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
| 231 | 212 |
| 232 [ $runtime == opera ] | 213 [ $runtime == opera ] |
| 233 async/multiple_timer_test: Pass, Fail # Probably issue 14734 | 214 async/multiple_timer_test: Pass, Fail # Probably issue 14734 |
| 234 | 215 |
| 235 [ $runtime == opera && $system == windows] | 216 [ $runtime == opera && $system == windows] |
| 236 # TODO(efortuna): Investigate. | 217 # TODO(efortuna): Investigate. |
| 237 async/timer_test: Fail, Pass | 218 async/timer_test: Fail, Pass |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 | 306 |
| 326 [ $arch == simarm ] | 307 [ $arch == simarm ] |
| 327 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 308 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 328 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 309 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 329 | 310 |
| 330 [ $compiler == dart2js ] | 311 [ $compiler == dart2js ] |
| 331 profiler/metrics_num_test: Skip # Because of a int / double type test. | 312 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 332 | 313 |
| 333 [ $arch == simarm64 ] | 314 [ $arch == simarm64 ] |
| 334 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 315 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| OLD | NEW |