Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index 0c8b110bdb63485477aedc9298e3ce7cd4f89f70..37c19f374ac3199cf7d85d71621e55b881fb676f 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -151,6 +151,10 @@ measurement_test: Fail |
| dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate |
| svgelement2_test: Fail # Html library relies on mangling. Issue 3039. |
| +[ $compiler == dart2js && $runtime == d8 ] |
| +# Should investigate why this test succeeds on d8. |
|
ahe
2012/05/14 12:24:32
This is --enable-mock-compilation.
|
| +svgelement2_test: Pass |
| + |
| [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] |
| request_animation_frame_test: Skip # Async test hangs. |
| isolates_test: Skip # Timeout because leg does not support web workers. |