Closed
Bug 786847
Opened 12 years ago
Closed 12 years ago
OS X Opt/Debug tests are all orange.
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.11
People
(Reporter: KWierso, Unassigned)
Details
Starting with this push <https://tbpl.mozilla.org/?tree=Mozilla-Inbound&noignore=1&jobname=jetpack&rev=acb866bc42c2>, all of the OS X test results have been orange, with this in the test log:
info: executing 'test-clipboard.testGetImage'
Traceback (most recent call last):
File "bin/cfx", line 33, in <module>
cuddlefish.run()
File "/Users/cltbld/talos-slave/test/build/addon-sdk-e1af5d34eae7/python-lib/cuddlefish/__init__.py", line 528, in run
test_all(env_root, defaults=options.__dict__)
File "/Users/cltbld/talos-slave/test/build/addon-sdk-e1af5d34eae7/python-lib/cuddlefish/__init__.py", line 345, in test_all
test_all_packages(env_root, defaults)
File "/Users/cltbld/talos-slave/test/build/addon-sdk-e1af5d34eae7/python-lib/cuddlefish/__init__.py", line 408, in test_all_packages
env_root=env_root)
File "/Users/cltbld/talos-slave/test/build/addon-sdk-e1af5d34eae7/python-lib/cuddlefish/__init__.py", line 803, in run
mobile_app_name=options.mobile_app_name)
File "/Users/cltbld/talos-slave/test/build/addon-sdk-e1af5d34eae7/python-lib/cuddlefish/runner.py", line 675, in run_app
OUTPUT_TIMEOUT)
Exception: Test output exceeded timeout (60s).
program finished with exit code 1
As a random stab in the dark, I'm going to say it was caused by bug 784124, as one of the commits from that bug mentions OS X.
Comment 1•12 years ago
|
||
Actually, we're suspecting bug 781731. We're seeing if a clobber fixes it. Otherwise, I've got a backout ready to go.
Comment 2•12 years ago
|
||
Bug 781731 backed out. Please resolve if Jetpack goes green.
https://hg.mozilla.org/integration/mozilla-inbound/rev/d9a7f7115ec6
Reporter | ||
Comment 3•12 years ago
|
||
I see a green OSX run.
Updated•12 years ago
|
Whiteboard: [triage:followup]
Target Milestone: --- → 1.11
You need to log in
before you can comment on or make changes to this bug.
Description
•