Changeset 60144 in webkit


Ignore:
Timestamp:
May 25, 2010 1:14:12 AM (14 years ago)
Author:
tony@chromium.org
Message:

2010-05-25 Tony Chang <tony@chromium.org>

Not reviewed, updating test expectations.

[chromium] Fix test expectation for fast/dom/global-constructors.html
https://bugs.webkit.org/show_bug.cgi?id=39656

This test was modified in r60119 and the V8 specific expecatation needs updating.
Also disable fast/dom/prototype-property.html because it's failing.

  • platform/chromium-mac/fast/dom/global-constructors-expected.txt: Removed.
  • platform/chromium-win/fast/dom/global-constructors-expected.txt: Removed.
  • platform/chromium/fast/dom/global-constructors-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/dom/global-constructors-expected.txt.
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
1 deleted
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r60138 r60144  
     12010-05-25  Tony Chang  <tony@chromium.org>
     2
     3        Not reviewed, updating test expectations.
     4
     5        [chromium] Fix test expectation for fast/dom/global-constructors.html
     6        https://bugs.webkit.org/show_bug.cgi?id=39656
     7
     8        This test was modified in r60119 and the V8 specific expecatation needs updating.
     9        Also disable fast/dom/prototype-property.html because it's failing.
     10
     11        * platform/chromium-mac/fast/dom/global-constructors-expected.txt: Removed.
     12        * platform/chromium-win/fast/dom/global-constructors-expected.txt: Removed.
     13        * platform/chromium/fast/dom/global-constructors-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/dom/global-constructors-expected.txt.
     14        * platform/chromium/test_expectations.txt:
     15
    1162010-05-25  Adam Barth  <abarth@webkit.org>
    217
  • trunk/LayoutTests/platform/chromium/fast/dom/global-constructors-expected.txt

    • Property svn:mergeinfo set to (toggle deleted branches)
      /trunk/LayoutTests/platform/chromium-mac/fast/dom/global-constructors-expected.txt53455
    r60141 r60144  
    2323PASS: window.NodeFilter.prototype.isPrototypeOf(nodeFilter) should be true and is.
    2424[Deleted window.Node.prototype]
    25 FAIL: window.Node.prototype should be undefined but instead is [object Object]
     25PASS: window.Node.prototype should be [object Object] and is.
    2626[Set window.Node = 1]
    2727PASS: window.Node should be 1 and is.
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r60072 r60144  
    28452845BUGWK24906 : fast/text/backslash-to-yen-sign.html = FAIL
    28462846BUGWK24906 : fast/text/backslash-to-yen-sign-dynamic.html = FAIL
     2847
     2848BUGWK39655 : fast/dom/prototype-property.html = FAIL
Note: See TracChangeset for help on using the changeset viewer.