Closed
Bug 1608091
Opened 5 years ago
Closed 5 years ago
`./mach test` fails when regenerating backend on Windows
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
$ ./mach test security/manager/ssl/tests/unit/test_broken_fips.js
e:/m/mozilla-unified/obj-x86_64-pc-mingw32/backend.TestManifestBackend is out of date with respect to e:/m/mozilla-unified/python/mozbuild/mozbuild/frontend/gyp_reader.py
Test configuration changed. Regenerating backend.
0:02.57 INFO Found node at c:\Users\kimu\.mozbuild\node\node.EXE
0:02.57 INFO Found moz-http2 at e:\m\mozilla-unified\testing\xpcshell\moz-http2\moz-http2.js
Error running mach:
['test', 'security/manager/ssl/tests/unit/test_broken_fips.js']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
TypeError: environment can only contain strings
File "e:\m\mozilla-unified\testing/mach_commands.py", line 387, in test
argv=extra_args, test_objects=tests, **kwargs)
File "e:\m\mozilla-unified\python/mach\mach\registrar.py", line 152, in dispatch
return self._run_command_handler(handler, context=context, **kwargs)
File "e:\m\mozilla-unified\python/mach\mach\registrar.py", line 109, in _run_command_handler
result = fn(**kwargs)
File "e:\m\mozilla-unified\testing/xpcshell/mach_commands.py", line 261, in run_xpcshell_test
return xpcshell.run_test(**params)
File "e:\m\mozilla-unified\testing/xpcshell/mach_commands.py", line 60, in run_test
return self.run_suite(**kwargs)
File "e:\m\mozilla-unified\testing/xpcshell/mach_commands.py", line 46, in run_suite
return self._run_xpcshell_harness(**kwargs)
File "e:\m\mozilla-unified\testing/xpcshell/mach_commands.py", line 136, in _run_xpcshell_harness
result = xpcshell.runTests(filtered_args)
File "e:\m\mozilla-unified\testing/xpcshell\runxpcshelltests.py", line 1357, in runTests
self.trySetupNode()
File "e:\m\mozilla-unified\testing/xpcshell\runxpcshelltests.py", line 1162, in trySetupNode
startServer('moz-http2', os.path.join(myDir, 'moz-http2', 'moz-http2.js'))
File "e:\m\mozilla-unified\testing/xpcshell\runxpcshelltests.py", line 1144, in startServer
stderr=PIPE, env=self.env, cwd=os.getcwd())
File "d:\mozilla-build\python\lib\subprocess.py", line 394, in __init__
errread, errwrite)
File "d:\mozilla-build\python\lib\subprocess.py", line 644, in _execute_child
startupinfo)
$
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/cf84cc29a5f2
Stop creating unicode environ in gyp_reader.py. r=firefox-build-system-reviewers,rstewart
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•