Changeset 64030 in webkit


Ignore:
Timestamp:
Jul 25, 2010 11:13:56 PM (14 years ago)
Author:
Darin Adler
Message:

2010-07-25 Darin Adler <Darin Adler>

Reviewed by Maciej Stachowiak.

Need to support unsafe access console messages in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=42320

  • platform/mac-wk2/Skipped: Since unsafe access console messages are working properly, moved the failing tests listed under this bug to other sections in the file based on the reason they are failing. Removed the tests that are passing.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64029 r64030  
     12010-07-25  Darin Adler  <darin@apple.com>
     2
     3        Reviewed by Maciej Stachowiak.
     4
     5        Need to support unsafe access console messages in WebKitTestRunner
     6        https://bugs.webkit.org/show_bug.cgi?id=42320
     7
     8        * platform/mac-wk2/Skipped: Since unsafe access console messages are
     9        working properly, moved the failing tests listed under this bug to
     10        other sections in the file based on the reason they are failing.
     11        Removed the tests that are passing.
     12
    1132010-07-25  Darin Adler  <darin@apple.com>
    214
  • trunk/LayoutTests/platform/mac-wk2/Skipped

    r64029 r64030  
    15731573http/tests/inspector-enabled/console-log-before-frame-navigation.html
    15741574
    1575 # Need to support unsafe access console messages in WebKitTestRunner
    1576 # <https://bugs.webkit.org/show_bug.cgi?id=42320>
    1577 http/tests/security/cross-frame-access-call.html
    1578 http/tests/security/cross-frame-access-callback-explicit-domain-DENY.html
    1579 http/tests/security/cross-frame-access-child-explicit-domain.html
    1580 http/tests/security/cross-frame-access-delete.html
    1581 http/tests/security/cross-frame-access-enumeration.html
    1582 http/tests/security/cross-frame-access-first-time.html
    1583 http/tests/security/cross-frame-access-get-custom-property-cached.html
    1584 http/tests/security/cross-frame-access-get.html
    1585 http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html
    1586 http/tests/security/cross-frame-access-history-get.html
    1587 http/tests/security/cross-frame-access-history-put.html
    1588 http/tests/security/cross-frame-access-location-get.html
    1589 http/tests/security/cross-frame-access-location-put.html
    1590 http/tests/security/cross-frame-access-object-prototype.html
    1591 http/tests/security/cross-frame-access-parent-explicit-domain.html
    1592 http/tests/security/cross-frame-access-port.html
    1593 http/tests/security/cross-frame-access-protocol.html
    1594 http/tests/security/cross-frame-access-protocol-explicit-domain.html
    1595 http/tests/security/cross-frame-access-put.html
    1596 http/tests/security/cross-frame-access-selection.html
    1597 http/tests/security/xss-DENIED-assign-location-hash.html
    1598 http/tests/security/xss-DENIED-assign-location-host.html
    1599 http/tests/security/xss-DENIED-assign-location-hostname.html
    1600 http/tests/security/xss-DENIED-assign-location-href-javascript.html
    1601 http/tests/security/xss-DENIED-assign-location-nonstandardProperty.html
    1602 http/tests/security/xss-DENIED-assign-location-pathname.html
    1603 http/tests/security/xss-DENIED-assign-location-protocol.html
    1604 http/tests/security/xss-DENIED-assign-location-reload.html
    1605 http/tests/security/xss-DENIED-assign-location-search.html
    1606 http/tests/security/xss-DENIED-defineProperty.html
    1607 http/tests/security/xss-DENIED-getSVGDocument-object.html
    1608 http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto.html
    1609 http/tests/security/xss-DENIED-iframe-src-alias.html
    1610 http/tests/security/xss-DENIED-invalid-domain-change.html
    1611 http/tests/security/xss-DENIED-javascript-with-spaces.html
    1612 http/tests/security/xss-DENIED-method-with-iframe-proto.html
    1613 http/tests/security/xss-DENIED-sandboxed-iframe.html
    1614 
    16151575# WebKitTestRunner needs to support layoutTestController.setCanOpenWindows
    16161576# <https://bugs.webkit.org/show_bug.cgi?id=42321>
     
    16601620http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html
    16611621http/tests/security/aboutBlank/xss-DENIED-set-opener.html
     1622http/tests/security/cross-frame-access-call.html
    16621623http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html
    16631624http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html
     
    24432404http/tests/security/protocol-compare-case-insensitive.html
    24442405
     2406# Unexplained failures that were formerly in the "unsafe access" list.
     2407http/tests/security/cross-frame-access-child-explicit-domain.html
     2408http/tests/security/cross-frame-access-enumeration.html
     2409http/tests/security/cross-frame-access-get-custom-property-cached.html
     2410http/tests/security/cross-frame-access-get.html
     2411http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html
     2412http/tests/security/cross-frame-access-history-get.html
     2413http/tests/security/cross-frame-access-location-get.html
     2414http/tests/security/cross-frame-access-parent-explicit-domain.html
     2415http/tests/security/cross-frame-access-port.html
     2416http/tests/security/cross-frame-access-protocol-explicit-domain.html
     2417http/tests/security/cross-frame-access-protocol.html
     2418http/tests/security/cross-frame-access-selection.html
     2419
    24452420########################################
    24462421
Note: See TracChangeset for help on using the changeset viewer.