Changeset 89023 in webkit
- Timestamp:
- Jun 16, 2011, 4:19:35 AM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt (modified) (1 diff)
-
platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r89022 r89023 1 2011-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 1 10 2011-06-16 Zsolt Fehér <h490267@stud.u-szeged.hu> 2 11 -
trunk/LayoutTests/platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt
r74097 r89023 10 10 PASS descriptor['enumerable'] is false 11 11 PASS descriptor['configurable'] is false 12 PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: defineProperty.12 PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: prototype. 13 13 PASS descriptor['writable'] is true 14 14 PASS descriptor['enumerable'] is false -
trunk/LayoutTests/platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt
r74097 r89023 10 10 PASS descriptor['enumerable'] is false 11 11 PASS descriptor['configurable'] is false 12 PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: defineProperty.12 PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: prototype. 13 13 PASS descriptor['writable'] is true 14 14 PASS descriptor['enumerable'] is false
Note:
See TracChangeset
for help on using the changeset viewer.