Chromium Code Reviews| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 142 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 | 142 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 |
| 143 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 | 143 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 |
| 144 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 | 144 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 |
| 145 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 | 145 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 |
| 146 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 | 146 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 |
| 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 ] | |
| 153 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 | |
|
ricow1
2013/09/24 12:20:22
are they really flaky, I saw those consistently fa
kustermann
2013/09/24 12:36:27
They started to fail on my machine after enabling
| |
| 154 LibTest/typed_data/Float32x4/clamp_A02_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 | |
| 157 | |
| OLD | NEW |