Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: tests/html/html.status

Issue 10837088: Implement spawnDomFunction (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix test Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index cae38780bf851d37713951e9bc745bca28e22090..c07783ad6854669a991083f5df013d393b30da26 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -10,7 +10,6 @@ measurement_test: Pass, Fail # Issue 1940
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
-js_interop_4_test: Fail # Dart-to-Dart sync calls not implemented.
#htmloptionscollection_test: Fail # TODO(asiva): investigate.
# Started to fail after Todd's commit.
element_classes_test: Fail
@@ -30,7 +29,6 @@ documentfragment_test: Pass, Timeout
[ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
# TODO(vsm): Triage DOM tests.
-dom_isolates_test: Fail
indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps correctly.
htmloptionscollection_test: Fail # Issue 3813.
shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
@@ -176,7 +174,6 @@ unknownelement_test: Fail # Issue 4189
*: Fail, Pass # TODO(ahe): Triage these tests.
[ $compiler == dart2js ]
-dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
svgelement2_test: Fail # Html library relies on mangling. Issue 3039.
transferables_test: Skip # until isInstance works in dart2js

Powered by Google App Engine
This is Rietveld 408576698