Closed
Bug 921262
Opened 11 years ago
Closed 11 years ago
Intermittent TEST-UNEXPECTED-FAIL | tests/test-xul-app.test not satisfies version range | Test output exceeded timeout (300s).
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: KWierso, Unassigned)
References
()
Details
(Keywords: intermittent-failure)
TEST-START | tests/test-xul-app.test xulapp
TEST-PASS | tests/test-xul-app.test xulapp | ID is a string
TEST-PASS | tests/test-xul-app.test xulapp | name is a string
TEST-PASS | tests/test-xul-app.test xulapp | version is a string
TEST-PASS | tests/test-xul-app.test xulapp | platformVersion is a string
TEST-PASS | tests/test-xul-app.test xulapp | is() throws error on bad app name
TEST-PASS | tests/test-xul-app.test xulapp | isOneOf() throws error on bad app name
TEST-PASS | tests/test-xul-app.test xulapp | is('Firefox') is true or false.
TEST-PASS | tests/test-xul-app.test xulapp | is('Mozilla') is true or false.
TEST-PASS | tests/test-xul-app.test xulapp | is('Sunbird') is true or false.
TEST-PASS | tests/test-xul-app.test xulapp | is('SeaMonkey') is true or false.
TEST-PASS | tests/test-xul-app.test xulapp | is('Fennec') is true or false.
TEST-PASS | tests/test-xul-app.test xulapp | is('Thunderbird') is true or false.
TEST-PASS | tests/test-xul-app.test xulapp | isOneOf() returns true or false.
TEST-PASS | tests/test-xul-app.test xulapp | platformVersion in range [1.9, *)
TEST-PASS | tests/test-xul-app.test xulapp | 3.6.4 in [3.6.4, 3.6.*)
TEST-PASS | tests/test-xul-app.test xulapp | 1.9.3 not in [1.9.2, 1.9.3)
TEST-END | tests/test-xul-app.test xulapp
console.warn: addon-sdk: 196 warnings or errors were logged to the platform's nsIConsoleService, which could be of no consequence; however, they could also be indicative of aberrant behavior.
2013-09-26 13:47:59.124 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.132 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.145 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.154 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.164 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.181 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.189 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.200 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.206 firefox-bin[1318:9903] invalid context
2013-09-26 13:47:59.217 firefox-bin[1318:9903] invalid context
TEST-UNEXPECTED-FAIL | tests/test-xul-app.test not satisfies version range | Test output exceeded timeout (300s).
Traceback (most recent call last):
File "bin/cfx", line 33, in <module>
cuddlefish.run()
File "/builds/slave/talos-slave/test/addonsdk-poller/addon-sdk-feccd6a1a2fc/python-lib/cuddlefish/__init__.py", line 621, in run
test_all(env_root, defaults=options.__dict__)
File "/builds/slave/talos-slave/test/addonsdk-poller/addon-sdk-feccd6a1a2fc/python-lib/cuddlefish/__init__.py", line 401, in test_all
test_all_packages(env_root, defaults)
File "/builds/slave/talos-slave/test/addonsdk-poller/addon-sdk-feccd6a1a2fc/python-lib/cuddlefish/__init__.py", line 494, in test_all_packages
env_root=env_root)
File "/builds/slave/talos-slave/test/addonsdk-poller/addon-sdk-feccd6a1a2fc/python-lib/cuddlefish/__init__.py", line 945, in run
pkgdir=options.pkgdir)
File "/builds/slave/talos-slave/test/addonsdk-poller/addon-sdk-feccd6a1a2fc/python-lib/cuddlefish/runner.py", line 742, in run_app
OUTPUT_TIMEOUT, test_name, parseable)
Exception: Test output exceeded timeout (300s).
Updated•11 years ago
|
Keywords: intermittent-failure
Reporter | ||
Updated•11 years ago
|
Priority: -- → P3
Reporter | ||
Updated•11 years ago
|
Priority: P3 → P2
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 8•11 years ago
|
||
Looks like something with wrapping up the tests, not the xul-app test in particular (just happens to be the last test), and there's no async tests in this at all as well.
Comment 9•11 years ago
|
||
This hasn't failed in over a month.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Resolution: FIXED → WORKSFORME
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•