Closed Bug 1530870 Opened 5 years ago Closed 5 years ago

windows/aarch64 - netwerk/test/unit/test_trr.js | xpcshell return code: 0

Categories

(Core :: Networking, defect, P3)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: intermittent-bug-filer, Assigned: valentin)

References

Details

(Whiteboard: [necko-triaged])

#[markdown(off)]
Filed by: egao [at] mozilla.com

https://treeherder.mozilla.org/logviewer.html#?job_id=230608995&repo=try

https://queue.taskcluster.net/v1/task/YRbUVAnPRTapIctCnd7-Hw/runs/0/artifacts/public/logs/live_backing.log

Observed as part of windows10-aarch64/opt-xpcshell-5.

Context:

19:48:51 INFO - TEST-START | netwerk/test/unit/test_trr.js
19:48:53 WARNING - TEST-UNEXPECTED-FAIL | netwerk/test/unit/test_trr.js | xpcshell return code: 0
19:48:53 INFO - TEST-INFO took 1869ms
19:48:53 INFO - >>>>>>>
19:48:53 INFO - PID 14932 | Unable to load \\untrusted-startup-test-dll.dll; LoadLibraryW failed: 126
19:48:53 INFO - (xpcshell/head.js) | test MAIN run_test pending (1)
19:48:53 INFO - PID 14932 | start!
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | run_test - [run_test : 18] "49798" != null
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | run_test - [run_test : 19] "49798" != ""
19:48:53 INFO - (xpcshell/head.js) | test pending (2)
19:48:53 INFO - PID 14932 | starting test 0
19:48:53 INFO - (xpcshell/head.js) | test pending (3)
19:48:53 INFO - (xpcshell/head.js) | test MAIN run_test finished (3)
19:48:53 INFO - running event loop
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 100] true == true
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
19:48:53 INFO - (xpcshell/head.js) | test finished (2)
19:48:53 INFO - PID 14932 | starting test 1
19:48:53 INFO - (xpcshell/head.js) | test pending (2)
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 100] true == true
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
19:48:53 INFO - (xpcshell/head.js) | test finished (2)
19:48:53 INFO - PID 14932 | starting test 2
19:48:53 INFO - (xpcshell/head.js) | test pending (2)
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 100] true == true
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
19:48:53 INFO - (xpcshell/head.js) | test finished (2)
19:48:53 INFO - PID 14932 | starting test 3
19:48:53 INFO - (xpcshell/head.js) | test pending (2)
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 100] true == true
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
19:48:53 INFO - (xpcshell/head.js) | test finished (2)
19:48:53 INFO - PID 14932 | starting test 4
19:48:53 INFO - (xpcshell/head.js) | test pending (2)
19:48:53 INFO - TEST-PASS | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 120] true == true
19:48:53 INFO - (xpcshell/head.js) | test finished (2)
19:48:53 INFO - PID 14932 | starting test 5
19:48:53 INFO - (xpcshell/head.js) | test pending (2)
19:48:53 WARNING - TEST-UNEXPECTED-FAIL | netwerk/test/unit/test_trr.js | onLookupComplete - [onLookupComplete : 100] false == true
19:48:53 INFO - C:/tasks/task_1551208789/build/tests/xpcshell/tests/netwerk/test/unit/test_trr.js:onLookupComplete:100
19:48:53 INFO - C:\tasks\task_1551208789\build\tests\xpcshell\head.js:_do_main:224
19:48:53 INFO - C:\tasks\task_1551208789\build\tests\xpcshell\head.js:_execute_test:526
19:48:53 INFO - -e:null:1
19:48:53 INFO - exiting test
19:48:53 INFO - PID 14932 | JavaScript error: C:\\tasks\\task_1551208789\\build\\tests\\xpcshell\\head.js, line 739: NS_ERROR_ABORT:
19:48:53 INFO - "CONSOLE_MESSAGE: (error) [JavaScript Error: "NS_ERROR_ABORT: " {file: "C:\\tasks\\task_1551208789\\build\\tests\\xpcshell\\head.js" line: 739}]"
19:48:53 INFO - <<<<<<<

Priority: P5 → P3
Whiteboard: [necko-triaged]

It looks like all of the tests in the log failed because the http2 server doesn't work properly.
The first few checks pass because it's in TRR mode 2, which falls back to regular DNS. When we start with mode 3, it fails.

Assignee: nobody → valentin.gosu

Assuming you can test a local build on arch64, can you try to run the test locally and see why the Http2 server isn't working?
Just run
MOZ_NODE_PATH=[path_to_node] ./mach test netwerk/test/unit/test_trr.js
Node should be in mozbuild/node/bin/node.exe (on windows)

Thanks!

Flags: needinfo?(egao)

:valentin - I managed to get an artifact build going on my windows10-aarh64 harware and ran the test you requested. The output is as follows:

egao@DESKTOP-G22SGE6 /c/mozilla-central
$ MOZ_NODE_PATH=C:/mozilla-central/.mozbuild/node/node-v10.15.2-win-x86/node.exe python mach test netwerk/test/unit/test_trr.js
Build configuration changed. Regenerating backend.
No handlers could be found for logger "mozbuild.frontend.reader"
 0:02.79 INFO Found node at C:/mozilla-central/.mozbuild/node/node-v10.15.2-win-x86/node.exe
 0:02.79 INFO Found moz-http2 at c:\mozilla-central\testing\xpcshell\moz-http2\moz-http2.js
 0:04.71 INFO Using at most 12 threads.
 0:04.71 SUITE_START: xpcshell - running 1 tests
 0:04.75 TEST_START: netwerk/test/unit/test_trr.js
 0:04.75 INFO netwerk/test/unit/test_trr.js | full command: ['c:\\mozilla-central\\obj-i686-pc-mingw32\\dist\\bin\\xpcshell.exe', '-g', 'c:\\mozilla-central\\obj-i686-pc-mingw32\\dist\\bin', '-a', 'c:\\mozilla-central\\obj-i686-pc-mingw32\\dist\\bin', '-r', 'c:/mozilla-central/obj-i686-pc-mingw32/dist/bin/components/httpd.manifest', '-m', '-s', '-e', 'const _HEAD_JS_PATH = "c:/mozilla-central/testing/xpcshell/head.js";', '-e', 'const _MOZINFO_JS_PATH = "c:\\\\mozilla-central\\\\obj-i686-pc-mingw32\\\\temp\\\\xpc-profile-wvk3qv\\\\mozinfo.json";', '-e', 'const _PREFS_FILE = "c:\\\\mozilla-central\\\\obj-i686-pc-mingw32\\\\temp\\\\user.js";', '-e', 'const _TESTING_MODULES_DIR = "c:\\\\mozilla-central\\\\obj-i686-pc-mingw32\\\\_tests\\\\modules\\\\";', '-f', 'c:\\mozilla-central\\testing\\xpcshell\\head.js', '-p', 'c:\\mozilla-central\\obj-i686-pc-mingw32\\temp\\xpc-plugins-udnocb', '-e', u'const _HEAD_FILES = ["c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_channels.js", "c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_cache.js", "c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_cache2.js"];', '-e', 'const _JSDEBUGGER_PORT = 0;', '-e', u'const _TEST_FILE = ["c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/test_trr.js"];', '-e', u'const _TEST_NAME = "netwerk/test/unit/test_trr.js";', '-e', '_execute_test(); quit(0);']
 0:04.75 INFO netwerk/test/unit/test_trr.js | current directory: u'c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit'
 0:04.75 INFO netwerk/test/unit/test_trr.js | environment: ['XPCSHELL_TEST_TEMP_DIR=c:\\mozilla-central\\obj-i686-pc-mingw32\\temp\\xpc-other-9h8sxy', 'XPCOM_DEBUG_BREAK=stack-and-abort', 'PATH=C:\\mozilla-build\\msys\\local\\bin;c:\\mozilla-build\\7zip;c:\\mozilla-build\\info-zip;c:\\mozilla-build\\kdiff3;c:\\mozilla-build\\mozmake;c:\\mozilla-build\\nsis-3.0b3;c:\\mozilla-build\\nsis-3.0b1;c:\\mozilla-build\\nsis-2.46u;c:\\mozilla-build\\python;c:\\mozilla-build\\python\\Scripts;c:\\mozilla-build\\upx391w;c:\\mozilla-build\\watchman;c:\\mozilla-build\\wget;c:\\mozilla-build\\yasm;.;C:\\mozilla-build\\msys\\local\\bin;C:\\mozilla-build\\msys\\mingw\\bin;C:\\mozilla-build\\msys\\bin;c:\\WINDOWS\\System32;c:\\WINDOWS;c:\\WINDOWS\\System32\\Wbem;c:\\mozilla-build\\moztools-x64\\bin;c:\\mozilla-central\\obj-i686-pc-mingw32\\dist\\bin', 'XPCSHELL_TEST_PROFILE_DIR=c:\\mozilla-central\\obj-i686-pc-mingw32\\temp\\xpc-profile-wvk3qv', 'MOZ_CRASHREPORTER=1', 'MOZ_DISABLE_CONTENT_SANDBOX=1', 'MOZHTTP2_PORT=58014', 'MOZ_DISABLE_NONLOCAL_CONNECTIONS=1', 'MOZ_CRASHREPORTER_NO_REPORT=1', 'MOZ_DEVELOPER_REPO_DIR=c:/mozilla-central']
 0:04.77 INFO netwerk/test/unit/test_trr.js | as shell command: (cd c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit; 'XPCSHELL_TEST_TEMP_DIR=c:\mozilla-central\obj-i686-pc-mingw32\temp\xpc-other-9h8sxy' XPCOM_DEBUG_BREAK=stack-and-abort 'PATH=C:\mozilla-build\msys\local\bin;c:\mozilla-build\7zip;c:\mozilla-build\info-zip;c:\mozilla-build\kdiff3;c:\mozilla-build\mozmake;c:\mozilla-build\nsis-3.0b3;c:\mozilla-build\nsis-3.0b1;c:\mozilla-build\nsis-2.46u;c:\mozilla-build\python;c:\mozilla-build\python\Scripts;c:\mozilla-build\upx391w;c:\mozilla-build\watchman;c:\mozilla-build\wget;c:\mozilla-build\yasm;.;C:\mozilla-build\msys\local\bin;C:\mozilla-build\msys\mingw\bin;C:\mozilla-build\msys\bin;c:\WINDOWS\System32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;c:\mozilla-build\moztools-x64\bin;c:\mozilla-central\obj-i686-pc-mingw32\dist\bin' 'XPCSHELL_TEST_PROFILE_DIR=c:\mozilla-central\obj-i686-pc-mingw32\temp\xpc-profile-wvk3qv' MOZ_CRASHREPORTER=1 MOZ_DISABLE_CONTENT_SANDBOX=1 MOZHTTP2_PORT=58014 MOZ_DISABLE_NONLOCAL_CONNECTIONS=1 MOZ_CRASHREPORTER_NO_REPORT=1 MOZ_DEVELOPER_REPO_DIR=c:/mozilla-central 'c:\mozilla-central\obj-i686-pc-mingw32\dist\bin\xpcshell.exe' -g 'c:\mozilla-central\obj-i686-pc-mingw32\dist\bin' -a 'c:\mozilla-central\obj-i686-pc-mingw32\dist\bin' -r c:/mozilla-central/obj-i686-pc-mingw32/dist/bin/components/httpd.manifest -m -s -e 'const _HEAD_JS_PATH = "c:/mozilla-central/testing/xpcshell/head.js";' -e 'const _MOZINFO_JS_PATH = "c:\\mozilla-central\\obj-i686-pc-mingw32\\temp\\xpc-profile-wvk3qv\\mozinfo.json";' -e 'const _PREFS_FILE = "c:\\mozilla-central\\obj-i686-pc-mingw32\\temp\\user.js";' -e 'const _TESTING_MODULES_DIR = "c:\\mozilla-central\\obj-i686-pc-mingw32\\_tests\\modules\\";' -f 'c:\mozilla-central\testing\xpcshell\head.js' -p 'c:\mozilla-central\obj-i686-pc-mingw32\temp\xpc-plugins-udnocb' -e 'const _HEAD_FILES = ["c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_channels.js", "c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_cache.js", "c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_cache2.js"];' -e 'const _JSDEBUGGER_PORT = 0;' -e 'const _TEST_FILE = ["c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/test_trr.js"];' -e 'const _TEST_NAME = "netwerk/test/unit/test_trr.js";' -e '_execute_test(); quit(0);')
 0:05.87 pid:12644 Full command: ['c:\\mozilla-central\\obj-i686-pc-mingw32\\dist\\bin\\xpcshell.exe', '-g', 'c:\\mozilla-central\\obj-i686-pc-mingw32\\dist\\bin', '-a', 'c:\\mozilla-central\\obj-i686-pc-mingw32\\dist\\bin', '-r', 'c:/mozilla-central/obj-i686-pc-mingw32/dist/bin/components/httpd.manifest', '-m', '-s', '-e', 'const _HEAD_JS_PATH = "c:/mozilla-central/testing/xpcshell/head.js";', '-e', 'const _MOZINFO_JS_PATH = "c:\\\\mozilla-central\\\\obj-i686-pc-mingw32\\\\temp\\\\xpc-profile-wvk3qv\\\\mozinfo.json";', '-e', 'const _PREFS_FILE = "c:\\\\mozilla-central\\\\obj-i686-pc-mingw32\\\\temp\\\\user.js";', '-e', 'const _TESTING_MODULES_DIR = "c:\\\\mozilla-central\\\\obj-i686-pc-mingw32\\\\_tests\\\\modules\\\\";', '-f', 'c:\\mozilla-central\\testing\\xpcshell\\head.js', '-p', 'c:\\mozilla-central\\obj-i686-pc-mingw32\\temp\\xpc-plugins-udnocb', '-e', u'const _HEAD_FILES = ["c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_channels.js", "c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_cache.js", "c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/head_cache2.js"];', '-e', 'const _JSDEBUGGER_PORT = 0;', '-e', u'const _TEST_FILE = ["c:/mozilla-central/obj-i686-pc-mingw32/_tests/xpcshell/netwerk/test/unit/test_trr.js"];', '-e', u'const _TEST_NAME = "netwerk/test/unit/test_trr.js";', '-e', '_execute_test(); quit(0);']
pid:12644 Unable to load \\untrusted-startup-test-dll.dll; LoadLibraryW failed: 126
 0:05.88 INFO (xpcshell/head.js) | test MAIN run_test pending (1)
 0:05.88 pid:12644 start!
 0:05.90 PASS run_test - [run_test : 18] "58014" != null
 0:05.91 PASS run_test - [run_test : 19] "58014" != ""
 0:06.20 INFO (xpcshell/head.js) | test pending (2)
 0:06.19 pid:12644 starting test 0
 0:06.20 INFO (xpcshell/head.js) | test pending (3)
 0:06.21 INFO (xpcshell/head.js) | test MAIN run_test finished (3)
 0:06.21 INFO running event loop
 0:06.76 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:06.77 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:06.77 INFO (xpcshell/head.js) | test finished (2)
 0:06.76 pid:12644 starting test 1
 0:06.77 INFO (xpcshell/head.js) | test pending (2)
 0:06.78 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:06.78 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:06.78 INFO (xpcshell/head.js) | test finished (2)
 0:06.77 pid:12644 starting test 2
 0:06.78 INFO (xpcshell/head.js) | test pending (2)
 0:06.79 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:06.79 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:06.79 INFO (xpcshell/head.js) | test finished (2)
 0:06.79 pid:12644 starting test 3
 0:06.79 INFO (xpcshell/head.js) | test pending (2)
 0:06.79 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:06.79 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:06.79 INFO (xpcshell/head.js) | test finished (2)
 0:06.80 pid:12644 starting test 4
 0:06.79 INFO (xpcshell/head.js) | test pending (2)
 0:06.85 PASS onLookupComplete - [onLookupComplete : 120] true == true
 0:06.85 INFO (xpcshell/head.js) | test finished (2)
 0:06.85 pid:12644 starting test 5
 0:06.85 INFO (xpcshell/head.js) | test pending (2)
 0:06.88 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:06.89 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:06.89 INFO (xpcshell/head.js) | test finished (2)
 0:06.88 pid:12644 starting test 6
 0:06.89 INFO (xpcshell/head.js) | test pending (2)
 0:06.88 pid:12644 test5b - resolve push.example.now please
 0:06.98 PASS onLookupComplete - [onLookupComplete : 140] "2018::2018" == "2018::2018"
 0:06.97 pid:12644 Got what we were waiting for!
 0:06.98 INFO (xpcshell/head.js) | test finished (2)
 0:06.97 pid:12644 starting test 7
 0:06.98 INFO (xpcshell/head.js) | test pending (2)
 0:07.01 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.01 PASS onLookupComplete - [onLookupComplete : 102] "2020:2020::2020" == "2020:2020::2020"
 0:07.01 INFO (xpcshell/head.js) | test finished (2)
 0:07.01 pid:12644 starting test 8
 0:07.01 INFO (xpcshell/head.js) | test pending (2)
 0:07.05 PASS onLookupComplete - [onLookupComplete : 120] true == true
 0:07.05 INFO (xpcshell/head.js) | test finished (2)
 0:07.04 pid:12644 starting test 9
 0:07.05 INFO (xpcshell/head.js) | test pending (2)
 0:07.07 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.07 PASS onLookupComplete - [onLookupComplete : 102] "192.168.0.1" == "192.168.0.1"
 0:07.07 INFO (xpcshell/head.js) | test finished (2)
 0:07.07 pid:12644 starting test 10
 0:07.08 INFO (xpcshell/head.js) | test pending (2)
 0:07.12 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.13 PASS onLookupComplete - [onLookupComplete : 102] "5.5.5.5" == "5.5.5.5"
 0:07.13 INFO (xpcshell/head.js) | test finished (2)
 0:07.13 pid:12644 starting test 11
 0:07.14 INFO (xpcshell/head.js) | test pending (2)
 0:07.19 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.19 PASS onLookupComplete - [onLookupComplete : 102] "1.2.3.4" == "1.2.3.4"
 0:07.19 INFO (xpcshell/head.js) | test finished (2)
 0:07.19 pid:12644 starting test 12
 0:07.19 INFO (xpcshell/head.js) | test pending (2)
 0:07.20 INFO (xpcshell/head.js) | test finished (2)
 0:07.42 pid:12644 starting test 13
 0:07.42 INFO (xpcshell/head.js) | test pending (2)
 0:07.42 pid:12644 test confirmationNS, retry until the confirmed NS works
 0:07.46 PASS onLookupComplete - [onLookupComplete : 140] "1::ffff" == "1::ffff"
 0:07.46 pid:12644 Got what we were waiting for!
 0:07.47 INFO (xpcshell/head.js) | test finished (2)
 0:07.46 pid:12644 starting test 14
 0:07.47 INFO (xpcshell/head.js) | test pending (2)
 0:07.49 PASS onLookupComplete - [onLookupComplete : 120] true == true
 0:07.49 INFO (xpcshell/head.js) | test finished (2)
 0:07.48 pid:12644 starting test 15
 0:07.49 INFO (xpcshell/head.js) | test pending (2)
 0:07.52 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.52 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:07.52 INFO (xpcshell/head.js) | test finished (2)
 0:07.51 pid:12644 starting test 16
 0:07.52 INFO (xpcshell/head.js) | test pending (2)
 0:07.54 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.54 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:07.54 INFO (xpcshell/head.js) | test finished (2)
 0:07.54 pid:12644 starting test 17
 0:07.54 INFO (xpcshell/head.js) | test pending (2)
 0:07.54 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.55 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:07.55 INFO (xpcshell/head.js) | test finished (2)
 0:07.54 pid:12644 starting test 18
 0:07.55 INFO (xpcshell/head.js) | test pending (2)
 0:07.55 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.55 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:07.55 INFO (xpcshell/head.js) | test finished (2)
 0:07.56 pid:12644 starting test 19
 0:07.55 INFO (xpcshell/head.js) | test pending (2)
 0:07.58 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.58 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:07.58 INFO (xpcshell/head.js) | test finished (2)
 0:07.57 pid:12644 starting test 20
 0:07.58 INFO (xpcshell/head.js) | test pending (2)
 0:07.61 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.62 PASS onLookupComplete - [onLookupComplete : 102] "99.88.77.66" == "99.88.77.66"
 0:07.62 INFO (xpcshell/head.js) | test finished (2)
 0:07.61 pid:12644 starting test 21
 0:07.62 INFO (xpcshell/head.js) | test pending (2)
 0:07.65 PASS onLookupComplete - [onLookupComplete : 120] true == true
 0:07.65 INFO (xpcshell/head.js) | test finished (2)
 0:07.64 pid:12644 starting test 22
 0:07.65 INFO (xpcshell/head.js) | test pending (2)
 0:07.65 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.65 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:07.65 INFO (xpcshell/head.js) | test finished (2)
 0:07.65 pid:12644 starting test 23
 0:07.65 INFO (xpcshell/head.js) | test pending (2)
 0:07.68 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.68 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:07.68 INFO (xpcshell/head.js) | test finished (2)
 0:07.68 pid:12644 starting test 24
 0:07.68 INFO (xpcshell/head.js) | test pending (2)
 0:07.69 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.69 PASS onLookupComplete - [onLookupComplete : 102] "127.0.0.1" == "127.0.0.1"
 0:07.69 INFO (xpcshell/head.js) | test finished (2)
 0:07.68 pid:12644 starting test 25
 0:07.69 INFO (xpcshell/head.js) | test pending (2)
 0:07.71 PASS onLookupComplete - [onLookupComplete : 120] true == true
 0:07.71 INFO (xpcshell/head.js) | test finished (2)
 0:07.70 pid:12644 starting test 26
 0:07.71 INFO (xpcshell/head.js) | test pending (2)
 0:07.73 PASS onLookupComplete - [onLookupComplete : 100] true == true
 0:07.73 PASS onLookupComplete - [onLookupComplete : 102] "9.8.7.6" == "9.8.7.6"
 0:07.73 INFO (xpcshell/head.js) | test finished (2)
 0:07.73 pid:12644 starting test 27
 0:07.73 INFO (xpcshell/head.js) | test pending (2)
 0:07.73 INFO (xpcshell/head.js) | test finished (2)
 0:07.73 INFO (xpcshell/head.js) | test finished (1)
 0:07.73 INFO exiting test
 0:08.00 TEST_END: Test PASS. Subtests passed 47/47. Unexpected 0
 0:08.05 INFO INFO | Result summary:
 0:08.05 INFO INFO | Passed: 1
 0:08.05 INFO INFO | Failed: 0
 0:08.05 INFO INFO | Todo: 0
 0:08.05 INFO INFO | Retried: 0
 0:08.05 SUITE_END
 0:08.05 INFO Node moz-http2 server shutting down ...
 0:08.05 INFO Process stderr
 0:08.05 INFO (node:864) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

 0:08.05
Overall Summary
===============

xpcshell
~~~~~~~~
Ran 48 checks (47 subtests, 1 tests)
Expected results: 48
OK
Flags: needinfo?(egao) → needinfo?(valentin.gosu)

I think so. In any case, the test seems to have intermittent failures on other platforms as well (Bug 1532395 and bug 1532458)

Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(valentin.gosu)
Resolution: --- → WORKSFORME

(In reply to Valentin Gosu [:valentin] from comment #6)

I think so. In any case, the test seems to have intermittent failures on other platforms as well (Bug 1532395 and bug 1532458)

On this try run, this particular test is failing again but appears to be failing in similar manner to 1532395.

I will use 1532395 for instances when this failure arises.

(In reply to Edwin Gao (:egao) from comment #7)

(In reply to Valentin Gosu [:valentin] from comment #6)

I think so. In any case, the test seems to have intermittent failures on other platforms as well (Bug 1532395 and bug 1532458)

On this try run, this particular test is failing again but appears to be failing in similar manner to 1532395.

All of the tests that failed in that try run all use moz-http2.js
I think there's a bug with the server.

You need to log in before you can comment on or make changes to this bug.