Changeset 97001 in webkit


Ignore:
Timestamp:
Oct 7, 2011 10:37:52 PM (13 years ago)
Author:
rniwa@webkit.org
Message:

[JSC]Two tests fails after r95489 & r95488
https://bugs.webkit.org/show_bug.cgi?id=68428

Move V8-specific results to Chromium and put JSC result in cross-platform directory.
Also unskip the tests on Mac.

  • http/tests/security/document-all-expected.txt:
  • http/tests/security/window-named-proto-expected.txt:
  • platform/chromium/http/tests/security/document-all-expected.txt: Copied from

LayoutTests/http/tests/security/document-all-expected.txt.

  • platform/chromium/http/tests/security/window-named-proto-expected.txt: Copied from

LayoutTests/http/tests/security/window-named-proto-expected.txt.

  • platform/gtk/http/tests/security/document-all-expected.txt: Removed.
  • platform/gtk/http/tests/security/window-named-proto-expected.txt: Removed.
  • platform/mac/Skipped:
  • platform/qt/http/tests/security/document-all-expected.txt: Removed.
  • platform/qt/http/tests/security/window-named-proto-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
4 deleted
4 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r96999 r97001  
     12011-10-07  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        [JSC]Two tests fails after r95489 & r95488
     4        https://bugs.webkit.org/show_bug.cgi?id=68428
     5
     6        Move V8-specific results to Chromium and put JSC result in cross-platform directory.
     7        Also unskip the tests on Mac.
     8
     9        * http/tests/security/document-all-expected.txt:
     10        * http/tests/security/window-named-proto-expected.txt:
     11        * platform/chromium/http/tests/security/document-all-expected.txt: Copied from
     12        LayoutTests/http/tests/security/document-all-expected.txt.
     13        * platform/chromium/http/tests/security/window-named-proto-expected.txt: Copied from
     14        LayoutTests/http/tests/security/window-named-proto-expected.txt.
     15        * platform/gtk/http/tests/security/document-all-expected.txt: Removed.
     16        * platform/gtk/http/tests/security/window-named-proto-expected.txt: Removed.
     17        * platform/mac/Skipped:
     18        * platform/qt/http/tests/security/document-all-expected.txt: Removed.
     19        * platform/qt/http/tests/security/window-named-proto-expected.txt: Removed.
     20
    1212011-10-07  Justin Schuh  <jschuh@chromium.org>
    222
  • trunk/LayoutTests/http/tests/security/document-all-expected.txt

    r95489 r97001  
    1 CONSOLE MESSAGE: line 1: Uncaught TypeError: Illegal constructor
     1CONSOLE MESSAGE: line 1: TypeError: '[object DOMWindowConstructor]' is not a function (evaluating 'obj.alert.constructor("return document.body.innerHTML")')
    22
  • trunk/LayoutTests/http/tests/security/window-named-proto-expected.txt

    r95488 r97001  
    1 CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://localhost:8080/security/resources/innocent-victim-with-iframe.html from frame with URL data:text/html,<script>(function () {            setTimeout(function() {                if (window.layoutTestController)                    layoutTestController.notifyDone();            }, 0);            window.name = "__proto__";            parent.__proto__.alert.constructor("alert(document.body.innerHTML)")();        })()</script>. Domains, protocols and ports must match.
     1CONSOLE MESSAGE: line 1: TypeError: 'null' is not an object (evaluating 'document.body.innerHTML')
    22
    3 CONSOLE MESSAGE: line 1: Uncaught TypeError: Cannot read property 'alert' of undefined
    4 
  • trunk/LayoutTests/platform/mac/Skipped

    r96918 r97001  
    442442fast/css/webkit-mask-crash-fieldset-legend.html
    443443fast/css/webkit-mask-crash-table.html
    444 
    445 # https://bugs.webkit.org/show_bug.cgi?id=68428
    446 # Results assume V8. These tests pass with JSC, but with different results.
    447 http/tests/security/window-named-proto.html
    448 http/tests/security/document-all.html
Note: See TracChangeset for help on using the changeset viewer.