⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 89023 in webkit


Ignore:
Timestamp:
Jun 16, 2011, 4:19:35 AM (15 years ago)
Author:
vitalyr@chromium.org
Message:

2011-06-16 Vitaly Repeshko <vitalyr@chromium.org>

Unreviewed.

[chromium] Updating test expectations after V8 push.

  • platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt:
  • platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89022 r89023  
     12011-06-16  Vitaly Repeshko  <vitalyr@chromium.org>
     2
     3        Unreviewed.
     4
     5        [chromium] Updating test expectations after V8 push.
     6
     7        * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt:
     8        * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt:
     9
    1102011-06-16  Zsolt Fehér  <h490267@stud.u-szeged.hu>
    211
  • trunk/LayoutTests/platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt

    r74097 r89023  
    1010PASS descriptor['enumerable'] is false
    1111PASS descriptor['configurable'] is false
    12 PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: defineProperty.
     12PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: prototype.
    1313PASS descriptor['writable'] is true
    1414PASS descriptor['enumerable'] is false
  • trunk/LayoutTests/platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt

    r74097 r89023  
    1010PASS descriptor['enumerable'] is false
    1111PASS descriptor['configurable'] is false
    12 PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: defineProperty.
     12PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: prototype.
    1313PASS descriptor['writable'] is true
    1414PASS descriptor['enumerable'] is false
Note: See TracChangeset for help on using the changeset viewer.