Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
| index 33966f7bb6e9ca6b5cf063b404e151c4f5d5ce98..84675fea36e94764b74ae040872ca36423e63f46 100644 |
| --- a/tests/co19/co19-runtime.status |
| +++ b/tests/co19/co19-runtime.status |
| @@ -149,3 +149,9 @@ LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 |
| Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 |
| Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 |
| +[ $compiler == none && $runtime == vm ] |
| +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
|
| +LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 |
| +LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 |
| +LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 |
| + |