Closed
Bug 1203798
Opened 10 years ago
Closed 10 years ago
With gmake 4, python2 build/pymake/tests/runtests.py failed
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: litimetal, Unassigned)
Details
Attachments
(1 file)
|
12.39 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150827075926
Steps to reproduce:
python2 build/pymake/tests/runtests.py
lizhenbo@lizhenbo gecko-dev$ gmake --version
GNU Make 4.0
Built for x86_64-redhat-linux-gnu
lizhenbo@lizhenbo gecko-dev$ python2 --version
Python 2.7.10
Actual results:
all tests PASSED on pytest, but some tests FAILED on gmake.
Test: gmake: pymake:
automatic-variables.mk FAIL (returncode=2) PASS
dotslash-parse.mk FAIL (returncode=2) PASS
func-refs.mk FAIL (returncode=2) PASS
var-set.mk FAIL (returncode=2) PASS
Summary:
gmake: pymake:
FAIL (4 failures) PASS
Expected results:
all tests PASSED both on pytest and gmake.
Seems that this problem is caused by gmake 4
I installed gmake 3.81 from http://ftp.gnu.org/gnu/make/make-3.81.tar.gz
Then ran
python2 runtests.py -g /home/lizhenbo/src/make-3.81/make
And got
Summary:
gmake: pymake:
PASS PASS
Thanks, glandium
Summary: python2 build/pymake/tests/runtests.py failed → With gmake 4, python2 build/pymake/tests/runtests.py failed
Comment 2•10 years ago
|
||
As stated on irc, we don't care about those tests anymore.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•