| 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 [ $csp ] | 8 [ $csp ] |
| 9 # Deferred loading does not work from an isolate in CSP-mode | 9 # Deferred loading does not work from an isolate in CSP-mode |
| 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 | 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). | 103 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies
are already fine). |
| 104 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). | 104 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie
s are already fine). |
| 105 mirrors/null_test: Fail # http://dartbug.com/16831 | 105 mirrors/null_test: Fail # http://dartbug.com/16831 |
| 106 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 | 106 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 |
| 107 | 107 |
| 108 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim
] | 108 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim
] |
| 109 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 109 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 110 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 110 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 111 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 111 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 112 | 112 |
| 113 | |
| 114 [ $runtime == safari && $builder_tag == mac10_8 ] | 113 [ $runtime == safari && $builder_tag == mac10_8 ] |
| 115 mirrors/generics_test/none: RuntimeError # Issue 21427 | 114 mirrors/generics_test/none: RuntimeError # Issue 21427 |
| 115 mirrors/globalized_closures2_test/none: Pass, RuntimeError # Issue 21434 |
| 116 mirrors/invocation_fuzz_test/none: Pass, RuntimeError # Issue 21434 |
| 117 mirrors/metadata_test: Pass, RuntimeError # Issue 21434 |
| 118 mirrors/regress_14304_test: Pass, RuntimeError # Issue 21434 |
| 116 | 119 |
| 117 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 120 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 118 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 121 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
| 119 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 122 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
| 120 | 123 |
| 121 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim &&
$runtime != safari && $runtime != ff && $runtime != ie10] | 124 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim &&
$runtime != safari && $runtime != ff && $runtime != ie10] |
| 122 math/math_test: RuntimeError | 125 math/math_test: RuntimeError |
| 123 math/math2_test: RuntimeError | 126 math/math2_test: RuntimeError |
| 124 | 127 |
| 125 [ $compiler == dart2js && ($jscl || $runtime == d8) && $unchecked ] | 128 [ $compiler == dart2js && ($jscl || $runtime == d8) && $unchecked ] |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 | 321 |
| 319 [ $arch == simarm ] | 322 [ $arch == simarm ] |
| 320 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 323 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 321 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 324 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 322 | 325 |
| 323 [ $compiler == dart2js ] | 326 [ $compiler == dart2js ] |
| 324 profiler/metrics_num_test: Skip # Because of a int / double type test. | 327 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 325 | 328 |
| 326 [ $arch == simarm64 ] | 329 [ $arch == simarm64 ] |
| 327 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 330 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| OLD | NEW |