Closed
Bug 905344
Opened 12 years ago
Closed 12 years ago
xpcshell test netwerk/test/httpserver/test/test_load_module.js fails on Android 4.0/Panda only
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla26
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
732 bytes,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
This seems to pass on Android 2.2 and Android x86 emulator, but fails on Android 4.0/Panda:
https://tbpl.mozilla.org/php/getParsedLog.php?id=26549350&tree=Try&full=1
11:37:06 WARNING - TEST-UNEXPECTED-FAIL | /builds/panda-0822/test/build/tests/xpcshell/tests/netwerk/test/httpserver/test/test_load_module.js | test failed (with xpcshell return code: 0), see following log:
11:37:06 INFO - >>>>>>>
11:37:06 INFO - xpcw: cd /mnt/sdcard/tests/xpcshell/netwerk/test/httpserver/test
11:37:06 INFO - xpcw: xpcshell -r /mnt/sdcard/tests/xpcshell/c/httpd.manifest --greomni /data/local/xpcb/fennec-26.0a1.en-US.android-arm.apk -m -n -s -e const _HTTPD_JS_PATH = "/mnt/sdcard/tests/xpcshell/c/httpd.js"; -e const _HEAD_JS_PATH = "/mnt/sdcard/tests/xpcshell/head.js"; -e const _TESTING_MODULES_DIR = "/mnt/sdcard/tests/xpcshell/m"; -f /mnt/sdcard/tests/xpcshell/head.js -e const _SERVER_ADDR = "localhost" -e const _HEAD_FILES = ["/mnt/sdcard/tests/xpcshell/netwerk/test/httpserver/test/head_utils.js"]; -e const _TAIL_FILES = []; -e const _TEST_FILE = ["test_load_module.js"]; -e _execute_test(); quit(0);
11:37:06 INFO - System JS : WARNING /mnt/sdcard/tests/xpcshell/netwerk/test/httpserver/test/head_utils.js:67
11:37:06 INFO - octal literals and octal escape sequences are deprecated
11:37:06 INFO - System JS : WARNING /mnt/sdcard/tests/xpcshell/netwerk/test/httpserver/test/head_utils.js:67
11:37:06 INFO - octal literals and octal escape sequences are deprecated
11:37:06 INFO - System JS : WARNING /mnt/sdcard/tests/xpcshell/netwerk/test/httpserver/test/head_utils.js:67
11:37:06 INFO - octal literals and octal escape sequences are deprecated
11:37:06 INFO - System JS : WARNING /mnt/sdcard/tests/xpcshell/c/httpd.js:2832
11:37:06 INFO - in strict mode code, functions may be declared only at top level or immediately within another function
11:37:06 INFO - TEST-INFO | (xpcshell/head.js) | test MAIN run_test pending (1)
11:37:06 WARNING - TEST-UNEXPECTED-FAIL | xpcshell/head.js | 2147746065
11:37:06 INFO -
11:37:06 INFO - <<<<<<<
![]() |
Assignee | |
Comment 1•12 years ago
|
||
This was failing on server.start(8080) on the pandaboards. Most tests use a port of -1 or 4444 -- I opted for -1 here.
Try run at https://tbpl.mozilla.org/?tree=Try&rev=ebcb7c662822&showall=1
(this patch doesn't appear in the push log, but it was there -- https://hg.mozilla.org/try/rev/86083581cfa8).
Attachment #790848 -
Flags: review?(jwalden+bmo)
Updated•12 years ago
|
Attachment #790848 -
Flags: review?(jwalden+bmo) → review+
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•