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

Unified Diff: client/tests/client/client.status

Issue 10024083: fix comments in .status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | frog/tests/await/await.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/client.status
diff --git a/client/tests/client/client.status b/client/tests/client/client.status
index 622df8d0437820206ce87ddf3002c6f65f800e23..c26dcbf1f5b28528b0ee14e7aa83f40af7c2f9fa 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<Node>, make implementation return List<Node>, 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) ...
« no previous file with comments | « no previous file | frog/tests/await/await.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698