Closed
Bug 786084
Opened 12 years ago
Closed 12 years ago
failures running mochitest, reftest, xpc shell tests on OSX 10.8
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Unassigned)
References
(Depends on 4 open bugs)
Details
(Keywords: sheriffing-untriaged)
Attachments
(3 files)
The following branch and revision applies to all the test results
Branch mozilla-central-macosx64-opt-unittest
Revision 49aded7afc77
I'll attach the logs
Comment 1•12 years ago
|
||
My favorite of them so far: the accursed uriloader/exthandler/tests/mochitest/handlerApps.js which annoyingly opens iCal is stymied in trying to do so, probably because it's Calendar.app rather than iCal.app. 10.8++ :)
Comment 2•12 years ago
|
||
xpcshell failures:
TEST-UNEXPECTED-FAIL | /builds/slave/talos-slave/test/build/xpcshell/tests/toolkit/crashreporter/test/unit_ipc/test_content_annotation.js | test failed (with xpcshell return code: 0), see following log:
>>>>>>>
TEST-INFO | (xpcshell/head.js) | test 1 pending
parent: TEST-INFO | (xpcshell/head.js) | test 2 pending
parent: TEST-INFO | (xpcshell/head.js) | test 2 finished
parent: TEST-INFO | (xpcshell/head.js) | running event loop
[Child 3401] ###!!! ABORT: Intentional crash: file ../../../../../toolkit/crashreporter/test/nsTestCrasher.cpp, line 65
[Child 3401] ###!!! ABORT: Intentional crash: file ../../../../../toolkit/crashreporter/test/nsTestCrasher.cpp, line 65
parent: TEST-INFO | (xpcshell/head.js) | test 2 pending
parent: TEST-UNEXPECTED-FAIL | ../unit/head_crashreporter.js | false == true - See following stack:
parent: JS frame :: /builds/slave/talos-slave/test/build/xpcshell/head.js :: do_throw :: line 451
parent: JS frame :: /builds/slave/talos-slave/test/build/xpcshell/head.js :: _do_check_eq :: line 545
parent: JS frame :: /builds/slave/talos-slave/test/build/xpcshell/head.js :: do_check_eq :: line 566
parent: JS frame :: /builds/slave/talos-slave/test/build/xpcshell/head.js :: do_check_true :: line 580
parent: JS frame :: ../unit/head_crashreporter.js :: handleMinidump :: line 97
parent: JS frame :: ../unit/head_crashreporter.js :: <TOP_LEVEL> :: line 131
parent: JS frame :: /builds/slave/talos-slave/test/build/xpcshell/head.js :: <TOP_LEVEL> :: line 418
parent: TEST-INFO | (xpcshell/head.js) | exiting test
parent: TEST-UNEXPECTED-FAIL | ../unit/head_crashreporter.js | Unexpected exception 2147500036, see following stack:
undefined
parent: TEST-INFO | (xpcshell/head.js) | exiting test
parent: TEST-INFO | (xpcshell/head.js) | test 2 finished
<<<<<<<
Could this be an issue with crash reporter?
Comment 3•12 years ago
|
||
The reftest failures might be related to conditions we have in the manifests for OS or graphics libraries which might be different on 10.8 vs 10.7. That is what I would check for.
Comment 4•12 years ago
|
||
The crash stuff (in xpcshell and in mochitests) will be the same as the stuff on 10.7 that we disabled there, but the first several reftests I looked at did not have conditions for anything else, so there'll be some new fun in them.
Reporter | ||
Comment 5•12 years ago
|
||
Reporter | ||
Comment 6•12 years ago
|
||
See also bug 700503 for getting tests green on 10.7 (not yet complete).
Comment 8•12 years ago
|
||
Lest the slashing knives of "shut off all the things!" come after these too, https://tbpl.mozilla.org/?tree=Try&noignore=1&jobname=10.8&rev=fe7f4167727c and https://tbpl.mozilla.org/?tree=Try&noignore=1&jobname=10.8&rev=5df319973ee8, I'm already a fair bit of the way along though there are some interesting surprises (like, why isn't mochitest-ipcplugins leaking?).
Comment 9•12 years ago
|
||
Status:
mochitest-1 crashes in webgl, there's something behind that but I forget what, maybe an intermittent, and debug will probably leak forever
mochitest-3 needs the disabling of test_crash* on opt, on debug it'll probably leak forever
mochitest-5 needs to stop trying to open iCal.app
mochitest-chrome needs the disabling of test_crash*
mochitest-browser-chrome needs an explanation for how it can be acting like FKA is on when it isn't
crashtest will probably leak forever
reftests need to be dealt with, they're still both unfiled and unannotated
Comment 10•12 years ago
|
||
Status (since it's hard to tell with the dependent bugs staying open despite being worked around):
opt mochitest-3 and mochitest-other unhidden, mochitest-1 still crashes in webgl, mochitest-5 still tries to open iCal.app, reftests unhidden (on inbound, it'll make its way around)
debug mochitest-1 (once it stops crashing in webgl), mochitest-3 and crashtest apparently leak because Java is disabled by default on 10.7 and 10.8, and mochitest-5 tries to open iCal.app, mochitest-other and reftests unhidden
Updated•12 years ago
|
Component: Mochitest → General
Updated•12 years ago
|
Whiteboard: [sheriff-want]
Comment 11•12 years ago
|
||
Status:
mochitest-1 now fails multiple webgl tests rather than crashing, mochitest-5 unhidden, debug mochitest-1, mochitest-3 and crashtest still leak because Java isn't installed.
Updated•12 years ago
|
Keywords: sheriffing-untriaged
Whiteboard: [sheriff-want]
Comment 12•12 years ago
|
||
All green and unhidden on the trunk.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•