| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 109 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 |
| 110 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 | 110 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 |
| 111 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 | 111 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 |
| 112 | 112 |
| 113 [ $runtime == safari || $runtime == safarimobilesim ] | 113 [ $runtime == safari || $runtime == safarimobilesim ] |
| 114 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed
Array.set | 114 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 | 115 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 | 116 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
Array.set |
| 117 typed_data/int32x4_test: Fail # Safari has an optimization bug (nightlies are al
ready fine). | 117 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). |
| 118 mirrors/null_test: Fail # http://dartbug.com/16831 | 119 mirrors/null_test: Fail # http://dartbug.com/16831 |
| 119 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 | 120 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 |
| 120 | 121 |
| 121 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 122 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 122 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 123 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
| 123 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 124 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
| 124 | 125 |
| 125 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim &&
$runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] | 126 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim &&
$runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] |
| 126 math/math_test: RuntimeError | 127 math/math_test: RuntimeError |
| 127 math/math2_test: RuntimeError | 128 math/math2_test: RuntimeError |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 319 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 319 | 320 |
| 320 [ $arch == simarm64 ] | 321 [ $arch == simarm64 ] |
| 321 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 322 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 322 | 323 |
| 323 # These tests use "const Symbol('void')". | 324 # These tests use "const Symbol('void')". |
| 324 [ $compiler == dart2analyzer ] | 325 [ $compiler == dart2analyzer ] |
| 325 mirrors/basic_types_in_dart_core_test: CompileTimeError | 326 mirrors/basic_types_in_dart_core_test: CompileTimeError |
| 326 mirrors/function_type_mirror_test: CompileTimeError | 327 mirrors/function_type_mirror_test: CompileTimeError |
| 327 mirrors/method_mirror_returntype_test: CompileTimeError | 328 mirrors/method_mirror_returntype_test: CompileTimeError |
| OLD | NEW |