| 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 | 8 |
| 9 [ $runtime == vm && $system == windows ] | 9 [ $runtime == vm && $system == windows ] |
| 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. | 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 | 147 |
| 148 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] | 148 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] |
| 149 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 | 149 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 |
| 150 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 | 150 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 |
| 151 | 151 |
| 152 [ $compiler == none && $runtime == vm ] | 152 [ $compiler == none && $runtime == vm ] |
| 153 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 | 153 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 |
| 154 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 | 154 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 |
| 155 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 | 155 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 |
| 156 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 | 156 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 |
| 157 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 |
| 158 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 |
| 159 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 |
| 160 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 |
| 157 | 161 |
| OLD | NEW |