Closed Bug 590000 Opened 14 years ago Closed 14 years ago

JM+TM: shell jstest failure on ecma_5\Object\15.2.3.6-new-definition.js

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dmandelin, Assigned: dvander)

References

Details

$ python ../tests/jstests.py -j8 shell/js -so 15.2.3.6-new-definition
c:\sources\jaegermonkey\js\src\debug\shell\js -m -j -f shell.js -f ecma_5\shell.js -f ecma_5\Object\shell.js -f ./ecma_5\Object\15.2.3.6-new-definition.js
    rc = 3, run time = 4.821000
430133: ES5 Object.defineProperty(O, P, Attributes): new definition
Running not-present tests now...
ERROR, EXITING (line 395): TypeError: property descriptors must not specify a value or be writable
when a getter or setter has been specified
Full accumulated number of errors: 0
uncaught exception: Error thrown during testing: TypeError: property descriptors must not specify a value or be writable when a getter or setter has been specified at line 395
Stack: notPresentTests()@ecma_5/Object/defineProperty-setup.js:557
_runTestSet(notPresentTests,"Not-present length tests completed!")@ecma_5/Object/defineProperty-setup.js:711
runNotPresentTests()@ecma_5/Object/defineProperty-setup.js:560
@./ecma_5\Object\15.2.3.6-new-definition.js:18

There are some other test failures that are closely related, so I suspect they may be the same bug:

    ecma_5\Object\15.2.3.6-new-definition.js
    ecma_5\Object\15.2.3.6-redefinition-1-of-4.js
    ecma_5\Object\15.2.3.6-redefinition-3-of-4.js
    ecma_5\Object\15.2.3.6-redefinition-4-of-4.js
    ecma_5\Object\15.2.3.6-middle-redefinition-2-of-8.js
    ecma_5\Object\15.2.3.6-redefinition-2-of-4.js
    ecma_5\Object\15.2.3.6-middle-redefinition-6-of-8.js
    ecma_5\Object\15.2.3.6-middle-redefinition-7-of-8.js
    ecma_5\Object\15.2.3.6-middle-redefinition-8-of-8.js
    ecma_5\Object\15.2.3.6-middle-redefinition-5-of-8.js
    ecma_5\Object\15.2.3.6-middle-redefinition-3-of-8.js
    ecma_5\Object\15.2.3.6-dictionary-redefinition-7-of-8.js
    ecma_5\Object\15.2.3.6-dictionary-redefinition-8-of-8.js
 
But if any of them are left after fixing this one, please file new bugs before working on them.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.