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

Unified Diff: tests/html/html.status

Issue 10695111: Add support for JS->Dart and Dart->dart via *PortSync. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleanup and comments Created 8 years, 5 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 54d51c422fdae064a1a89bf41f63c51e4027e2e9..c522e095a733dbc60f8c2fba1ed6ea8fbdbacff6 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -11,6 +11,9 @@ measurement_test: Pass, Fail # Issue 1940
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
blob_constructor_test: Fail # custom Blob constructor not implemented.
+js_interop_2_test: Fail # Fix Dartium sendport (de)serialization
+js_interop_3_test: Fail # Implement ReceivePortSync in Dartium
+js_interop_4_test: Fail # Implement ReceivePortSync in Dartium
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
native_gc_test: Skip # Issue 2538. Too slow in debug.
@@ -68,6 +71,8 @@ indexeddb_3_test: Fail
indexeddb_4_test: Fail
js_interop_1_test: Fail
js_interop_2_test: Fail
+js_interop_3_test: Fail
+js_interop_4_test: Fail
measurement_test: Fail
messageevent_test: Fail
serialized_script_value_test: Fail

Powered by Google App Engine
This is Rietveld 408576698