Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index 85003b7d45710464eacbbb4adc2d8b1673a36644..4c17b053bcb2d10613d75778a7d8777ea611f3df 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -18,6 +18,14 @@ js_test/JsArray: RuntimeError # Dartium JSInterop failure |
| native_gc_test: Skip # Dartium JSInterop failure |
| transferables_test: RuntimeError # Dartium JSInterop failure |
| +blob_constructor_test: RuntimeError # Dartium 45 roll |
|
Jacob
2016/02/10 20:08:01
These need a bug #. The bug can just reference the
Alan Knight
2016/02/10 20:25:33
Done.
|
| +crypto_test/functional: RuntimeError # Dartium 45 roll |
| +element_animate_test/omit_timing: RuntimeError # Dartium 45 roll |
| +element_animate_test/simple_timing: RuntimeError # Dartium 45 roll |
| +element_animate_test/timing_dict: RuntimeError # Dartium 45 roll |
| +svgelement_test/constructors: RuntimeError # Dartium 45 roll |
| +url_test: RuntimeError # Dartium 45 roll |
| + |
| [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| worker_api_test: Fail # Issue 10223 |
| resource_http_test: Fail # Issue 24203 |