Closed
Bug 1253409
Opened 9 years ago
Closed 9 years ago
mach gtest doesn't work
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox47 affected)
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | affected |
People
(Reporter: bugzilla, Unassigned)
Details
This is on Windows:
0:00.54 c:\Users\dblohm7\mozilla-build\mozmake\mozmake.EXE -C testing/gtest -j8 -s gtest
0:00.55 mozmake.EXE: *** testing/gtest: No such file or directory. Stop.
Error running mach:
['gtest']
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 should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
Exception: Process executed with non-0 exit code 2: [u'c:\\Users\\dblohm7\\mozilla-build\\mozmake\\mozmake.EXE', u'-C', u'testing/gtest', u'-j8', u'-s', u'gtest']
File "c:\Users\dblohm7\src\moz\python/mozbuild/mozbuild/mach_commands.py", line 877, in gtest
print_directory=False, ensure_exit_code=True)
File "c:\Users\dblohm7\src\moz\python/mozbuild\mozbuild\base.py", line 590, in _run_make
return fn(**params)
File "c:\Users\dblohm7\src\moz\python/mozbuild\mozbuild\base.py", line 645, in _run_command_in_objdir
return self.run_process(cwd=self.topobjdir, **args)
File "c:\Users\dblohm7\src\moz\python/mach\mach\mixin\process.py", line 147, in run_process
raise Exception('Process executed with non-0 exit code %d: %s' % (status, args))
| Reporter | ||
Comment 1•9 years ago
|
||
Never mind, my own fault...
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•