From 74bcffc7168f331e6a833d00a1a2df40a6956757 Mon Sep 17 00:00:00 2001 From: "sigmund@google.com" Date: Tue, 10 Apr 2012 23:50:17 +0000 Subject: [PATCH] fix comments in .status files Review URL: https://chromiumcodereview.appspot.com//10024083 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6392 260f80e4-7a28-3924-810f-c04153c831b5 --- client/tests/client/client.status | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/tests/client/client.status b/client/tests/client/client.status index 622df8d0437..c26dcbf1f5b 100644 --- a/client/tests/client/client.status +++ b/client/tests/client/client.status @@ -55,7 +55,11 @@ dom/InnerFrameTest: Fail dom/SVG3Test: Fail # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeList. # TODO: Make both implement List, make implementation return List, not _NodeListJs. -dom/TypingTest: Pass, Fail # TODO(sigmund): investigate. +# Note this test now passes for the wrong reasons. It used to be that the only +# forEach in this program was in NodeList. Due to dependencies from the unittest +# framework, frog no longer resolves forEach statically, and instead it +# dynamically binds forEach on a bunch of classes, including HTMLCollection. +dom/TypingTest: Pass dom/WebSocketTest: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 # (NS_ERROR_DOM_BAD_URI) ...