Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
| index e4edb77622f69f1e89014f326b198274bf5c36e7..90e1dd4aefdf1672b19013bcf9e2eb75c5fc6fff 100644 |
| --- a/tests/co19/co19-runtime.status |
| +++ b/tests/co19/co19-runtime.status |
| @@ -87,3 +87,9 @@ Language/15_Types/4_Interface_Types_A11_t01: Skip # Issue 21174. |
| [ $runtime == vm && $arch == arm ] |
| LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 |
| + |
| +[ $noopt ] |
| +LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
|
Florian Schneider
2015/10/21 17:01:45
Would 'Pass, Slow' to give it extra time work?
rmacnak
2015/10/21 17:32:21
I've still gotten
Expected: Slow
Actual: Timeout
|
| +LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| +LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| +LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |