| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 0b78b116e5dbf9c941be483de5c6ac1ac9a99f9f..59ebaf32db5770042103405b0845bb54994665f6 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -164,7 +164,7 @@ LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type
|
| LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exact type name.
|
| LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
|
|
|
| -[ $arch == simdbc && $mode == debug ]
|
| +[ ($arch == simdbc || $arch == simdbc64) && $mode == debug ]
|
| # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
|
| LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
|
| LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
|
|
|