| 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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 | 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 |
| 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 | 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 |
| 8 |
| 9 [ $compiler == none && $runtime == vm ] |
| 8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError
# Issue 7052 | 10 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError
# Issue 7052 |
| 9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError
# Issue 7052 | 11 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError
# Issue 7052 |
| 10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError
# Issue 7052 | 12 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError
# Issue 7052 |
| 11 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError
# Issue 7052 | 13 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError
# Issue 7052 |
| 12 | 14 |
| 13 [ $runtime == vm && $system == windows ] | 15 [ $runtime == vm && $system == windows ] |
| 14 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. | 16 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. |
| 15 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. | 17 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. |
| 16 | 18 |
| 17 [ $compiler == none && $runtime == vm ] | 19 [ $compiler == none && $runtime == vm ] |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 [ $compiler == none && $runtime == vm ] | 150 [ $compiler == none && $runtime == vm ] |
| 149 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 | 151 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 |
| 150 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 | 152 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 |
| 151 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 | 153 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 |
| 152 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 | 154 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 |
| 153 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 | 155 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 |
| 154 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 | 156 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 |
| 155 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 | 157 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 |
| 156 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 | 158 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 |
| 157 | 159 |
| OLD | NEW |