Closed
Bug 821742
Opened 13 years ago
Closed 13 years ago
Exception: Test output exceeded timeout (60s) while testing reading-data
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: evold, Unassigned)
Details
For some reason tinderbox lit up with the following error on everything except osx:
Using binary at '/home/cltbld/talos-slave/test/addonsdk-poller/firefox/firefox'.
Using profile at '/tmp/tmpxY1v5G.mozrunner'.
Running tests on Firefox 19.0a2/Gecko 19.0a2 ({ec8030f7-c20a-464f-9b0e-13a3a9e97384}) under linux/x86.
error: reading-data: An exception occurred.
NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN: Cannot modify properties of a WrappedNative
undefined 338
Traceback (most recent call last):
File "resource://reading-data-example-at-jetpack-dot-mozillalabs-dot-com/addon-sdk/lib/sdk/test/harness.js", line 338, in runTests
e.stack = serializeStack(frames)
File "resource://reading-data-example-at-jetpack-dot-mozillalabs-dot-com/addon-sdk/lib/sdk/test/runner.js", line 47, in null
onDone: onDone
File "resource://reading-data-example-at-jetpack-dot-mozillalabs-dot-com/addon-sdk/lib/sdk/timers.js", line 31, in notify
callback.apply(null, args);
console: [JavaScript Error: "reading-data: An exception occurred.
NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN: Cannot modify properties of a WrappedNative
undefined 338
Traceback (most recent call last):
File "resource://reading-data-example-at-jetpack-dot-mozillalabs-dot-com/addon-sdk/lib/sdk/test/harness.js", line 338, in runTests
e.stack = serializeStack(frames)
File "resource://reading-data-example-at-jetpack-dot-mozillalabs-dot-com/addon-sdk/lib/sdk/test/runner.js", line 47, in null
onDone: onDone
File "resource://reading-data-example-at-jetpack-dot-mozillalabs-dot-com/addon-sdk/lib/sdk/timers.js", line 31, in notify
callback.apply(null, args);
"]
Traceback (most recent call last):
File "bin/cfx", line 33, in <module>
cuddlefish.run()
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-17798e76dcc2/python-lib/cuddlefish/__init__.py", line 574, in run
test_all(env_root, defaults=options.__dict__)
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-17798e76dcc2/python-lib/cuddlefish/__init__.py", line 343, in test_all
test_all_examples(env_root, defaults)
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-17798e76dcc2/python-lib/cuddlefish/__init__.py", line 421, in test_all_examples
env_root=env_root)
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-17798e76dcc2/python-lib/cuddlefish/__init__.py", line 858, in run
mobile_app_name=options.mobile_app_name)
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-17798e76dcc2/python-lib/cuddlefish/runner.py", line 675, in run_app
OUTPUT_TIMEOUT)
Exception: Test output exceeded timeout (60s).
TinderboxPrint:Jetpack<br/>2/0
program finished with exit code 1
Seems to be fixed, reopen if that's not the case.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•