Changeset 80088 in webkit


Ignore:
Timestamp:
Mar 1, 2011 8:21:07 PM (13 years ago)
Author:
Joseph Pecoraro
Message:

2011-03-01 Joseph Pecoraro <Joseph Pecoraro>

Unreviewed expectations update. This is a follow-up to r80061.

Leopard has a slightly different error message, so
platform/mac-leopard needs its own expected results for the
websocket test. Added platform specific expected results for
the other tests which are consistently failing with an extra
console message on the bots.

  • platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
  • platform/mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
  • platform/mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80085 r80088  
     12011-03-01  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Unreviewed expectations update. This is a follow-up to r80061.
     4       
     5        Leopard has a slightly different error message, so
     6        platform/mac-leopard needs its own expected results for the
     7        websocket test. Added platform specific expected results for
     8        the other tests which are consistently failing with an extra
     9        console message on the bots.
     10
     11        * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
     12        * platform/mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
     13        * platform/mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
     14
    1152011-03-01  Joseph Pecoraro  <joepeck@webkit.org>
    216
  • trunk/LayoutTests/platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt

    r78463 r80088  
    11CONSOLE MESSAGE: line 32: testDNSLookup: Test started.
     2CONSOLE MESSAGE: line 0: WebSocket network error: Operation could not be completed. (kCFErrorDomainCFNetwork error 2.)
    23CONSOLE MESSAGE: line 43: testDNSLookup: onclose is called.
    34CONSOLE MESSAGE: line 50: testSSLCertificate: Test started.
     5CONSOLE MESSAGE: line 0: WebSocket network error: OSStatus Error -9812: valid cert chain, untrusted root
    46CONSOLE MESSAGE: line 64: testSSLCertificate: onclose is called.
    57WebSocket's network errors should be logged to console.
Note: See TracChangeset for help on using the changeset viewer.