Closed
Bug 1542735
Opened 6 years ago
Closed 6 years ago
"toolkit/library/gtest/static/TestUCRTDepends.cpp(10,10): fatal error: 'gtest/gtest.h' file not found" bustage with --disable-tests
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox-esr60 unaffected, firefox66 unaffected, firefox67 unaffected, firefox68 fixed)
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
toolkit/library/gtest/static/TestUCRTDepends.cpp(10,10): fatal error: 'gtest/gtest.h' file not found
#include "gtest/gtest.h"
^~~~~~~~~~~~~~~
Looks like there's no ENABLE_TESTS guard for the newly-added test from bug 1325897.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c8c67ca7b3d9
Don't try to build TestUCRTDepends if tests are disabled. r=froydnj
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•