Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index b51a0d5c341f03ad024d72b1f111c9583962089f..a6a851b08c4962c236020b4cc7909d64e5f7f1ec 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -8,6 +8,11 @@ xmldocument_test: Skip # XML in dart:html is incomplete |
| xmlelement_test: Skip # XML in dart:html is incomplete |
| measurement_test: Pass, Fail # Issue 1940 |
| +# Isloate implementation is private after the unification. |
|
Mads Ager (google)
2012/08/22 10:30:59
Isloate -> Isolate
Please file a bug that the js
Anders Johnsen
2012/08/22 11:24:30
Done.
|
| +js_interop_4_test: Fail |
| +js_interop_func_passing_test: Fail |
| +js_interop_3_test: Fail |
| + |
| [ $runtime == drt ] |
| xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. |