| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index d87b4784ba908070785e61f9dcd1bbc4286b8c13..273b8d66ff6de7cd0f1031e723cf88e1a29e4148 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -145,8 +145,10 @@ request_animation_frame_test: Skip # Async test hangs.
|
| isolates_test: Skip # Timeout because leg does not support web workers.
|
| typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types.
|
|
|
| -[ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linux]
|
| +[ $compiler == dart2js && $runtime == ff && $system == linux]
|
| indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Error: The data provided does not meet the requirements of the function.
|
| +
|
| +[ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linux]
|
| # DOM errors.
|
| indexeddb_2_test: Fail # Uncaught error
|
|
|
|
|