Open Bug 910272 Opened 12 years ago Updated 3 years ago

"TypeError: 'nodeName' getter called on an object that does not implement interface Node." in all jsreftest regress-375344.js runs

Categories

(Core :: JavaScript Engine, defect)

defect

Tracking

()

Tracking Status
firefox24 --- affected
firefox25 --- affected
firefox26 --- affected

People

(Reporter: RyanVM, Unassigned)

References

Details

Due to recent TBPL log parser improvements, we are catching more errors in the logs than we used to. https://tbpl.mozilla.org/php/getParsedLog.php?id=27115515&tree=Mozilla-Central Ubuntu VM 12.04 mozilla-central opt test jsreftest on 2013-08-28 06:01:37 PDT for push 44e615a66f3f slave: tst-linux32-ec2-329 06:11:43 INFO - REFTEST TEST-START | file:///builds/slave/test/build/tests/jsreftest/tests/jsreftest.html?test=js1_5/extensions/regress-375344.js 06:11:43 INFO - REFTEST TEST-LOAD | file:///builds/slave/test/build/tests/jsreftest/tests/jsreftest.html?test=js1_5/extensions/regress-375344.js | 2126 / 6601 (32%) 06:11:43 INFO - BUGNUMBER: 375344 06:11:43 INFO - STATUS: accessing prototype of DOM objects should throw catchable error 06:11:43 INFO - TypeError: 'nodeName' getter called on an object that does not implement interface Node. 06:11:43 INFO - REFTEST TEST-PASS | file:///builds/slave/test/build/tests/jsreftest/tests/jsreftest.html?test=js1_5/extensions/regress-375344.js | accessing prototype of DOM objects should throw catchable error item 1 06:11:43 INFO - REFTEST INFO | Loading a blank page 06:11:43 INFO - REFTEST TEST-END | file:///builds/slave/test/build/tests/jsreftest/tests/jsreftest.html?test=js1_5/extensions/regress-375344.js
Again, this is doing this: 22 catch(ex) 23 { 24 actual = ex + ''; 25 print(actual); Is this a problem with the test or the log parser?
Flags: needinfo?(ryanvm)
403 edmorley
Flags: needinfo?(ryanvm) → needinfo?(emorley)
Guess we just need bug 829684.
Depends on: 829684
Flags: needinfo?(emorley)
No longer blocks: 892958
Blocks: log-SnR
Blocks: 920191
No longer blocks: log-SnR
Assignee: general → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.