[Webkit-unassigned] [Bug 46942] New: [GTK] websocket/tests/bad-sub-protocol-control-chars.html fails on 32-bit Debug bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 16:35:50 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46942

           Summary: [GTK]
                    websocket/tests/bad-sub-protocol-control-chars.html
                    fails on 32-bit Debug bot
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


Diff:
--- /home/slave/webkitgtk/gtk-linux-32-debug/build/layout-test-results/websocket/tests/bad-sub-protocol-control-chars-expected.txt    2010-09-30 15:41:50.495479384 -0700
+++ /home/slave/webkitgtk/gtk-linux-32-debug/build/layout-test-results/websocket/tests/bad-sub-protocol-control-chars-actual.txt    2010-09-30 15:41:50.495479384 -0700
@@ -1,5 +1,7 @@
 CONSOLE MESSAGE: line 0: Wrong protocol for WebSocket '\u0000'
 CONSOLE MESSAGE: line 0: Wrong protocol for WebSocket '\u0009'
+CONSOLE MESSAGE: line 0: Wrong protocol for WebSocket '\u000A'
+CONSOLE MESSAGE: line 0: Wrong protocol for WebSocket '\u000D'
 CONSOLE MESSAGE: line 0: Wrong protocol for WebSocket '\u001B'
 Test WebSocket bad sub-protocol names by control characters.

@@ -8,9 +10,9 @@
 PASS new WebSocket("ws://127.0.0.1:8880/simple", "\0") threw exception Error: SYNTAX_ERR: DOM Exception 12.
 PASS new WebSocket("ws://127.0.0.1:8880/simple", "    ") threw exception Error: SYNTAX_ERR: DOM Exception 12.
 PASS new WebSocket("ws://127.0.0.1:8880/simple", "
-") threw exception SyntaxError: Parse error.
+") threw exception Error: SYNTAX_ERR: DOM Exception 12.
 PASS new WebSocket("ws://127.0.0.1:8880/simple", "
-") threw exception SyntaxError: Parse error.
+") threw exception Error: SYNTAX_ERR: DOM Exception 12.
 PASS new WebSocket("ws://127.0.0.1:8880/simple", "") threw exception Error: SYNTAX_ERR: DOM Exception 12.
 PASS successfullyParsed is true

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list