Thu 09 Sep 2010 12:51:34 PM UTC, original submission:
Some of the tests fail because they expect to give a specific error message in english, but my language is set to spanish, so expected error messages don't match the real ones.
A way to fix that would be to tell 'make' to use the english messages during the tests. I'm not sure if it's possible to do so.
Diffs for failed tests follows:
; ./tests/work/options/dash-B.diff.5
- work/options/dash-B.base.5 2010-08-09 17:36:58.000000000 +0200
--- work/options/dash-B.log.5 2010-08-09 17:36:58.000000000 +0200
***************
MAKE_RESTARTS=
! work/options/dash-B.mk.1:4: foo.x: No such file or directory
MAKE_RESTARTS=1
--- 1,3 ----
MAKE_RESTARTS=
! work/options/dash-B.mk.1:4: foo.x: No existe el fichero o el directorio
MAKE_RESTARTS=1
; ./tests/work/options/dash-B.diff.6
- work/options/dash-B.base.6 2010-08-09 17:36:58.000000000 +0200
--- work/options/dash-B.log.6 2010-08-09 17:36:58.000000000 +0200
***************
MAKE_RESTARTS=
! work/options/dash-B.mk.2:4: foo.x: No such file or directory
MAKE_RESTARTS=1
blah.x
all
--- 1,5 ----
MAKE_RESTARTS=
! work/options/dash-B.mk.2:4: foo.x: No existe el fichero o el directorio
MAKE_RESTARTS=1
blah.x
all
; ./tests/work/options/dash-W.diff.5
- work/options/dash-W.base.5 2010-08-09 17:36:59.000000000 +0200
--- work/options/dash-W.log.5 2010-08-09 17:36:59.000000000 +0200
***************
! work/options/dash-W.mk.1:3: foo.x: No such file or directory
echo >> bar.x
touch foo.x
restarts=1
--- 1,4 ----
! work/options/dash-W.mk.1:3: foo.x: No existe el fichero o el directorio
echo >> bar.x
touch foo.x
restarts=1
; ./tests/work/options/dash-k.diff.2
- work/options/dash-k.base.2 2010-08-09 17:37:00.000000000 +0200
--- work/options/dash-k.log.2 2010-08-09 17:37:00.000000000 +0200
***************
! work/options/dash-k.mk:2: ifile: No such file or directory
make: *** No rule to make target `no-such-file', needed by `ifile'.
make: Failed to remake makefile `ifile'.
hi
--- 1,4 ----
! work/options/dash-k.mk:2: ifile: No existe el fichero o el directorio
make: *** No rule to make target `no-such-file', needed by `ifile'.
make: Failed to remake makefile `ifile'.
hi
; ./tests/work/variables/MAKE_RESTARTS.diff
- work/variables/MAKE_RESTARTS.base 2010-08-09 17:37:10.000000000 +0200
--- work/variables/MAKE_RESTARTS.log 2010-08-09 17:37:10.000000000 +0200
***************
MAKE_RESTARTS=
! work/variables/MAKE_RESTARTS.mk:4: foo.x: No such file or directory
MAKE_RESTARTS=1
--- 1,3 ----
MAKE_RESTARTS=
! work/variables/MAKE_RESTARTS.mk:4: foo.x: No existe el fichero o el directorio
MAKE_RESTARTS=1
; ./tests/work/variables/MAKE_RESTARTS.diff.1
- work/variables/MAKE_RESTARTS.base.1 2010-08-09 17:37:10.000000000 +0200
--- work/variables/MAKE_RESTARTS.log.1 2010-08-09 17:37:10.000000000 +0200
***************
MAKE_RESTARTS=
! work/variables/MAKE_RESTARTS.mk.1:4: foo.x: No such file or directory
MAKE_RESTARTS=1
! foo.x:1: bar.x: No such file or directory
MAKE_RESTARTS=2
--- 1,5 ----
MAKE_RESTARTS=
! work/variables/MAKE_RESTARTS.mk.1:4: foo.x: No existe el fichero o el directorio
MAKE_RESTARTS=1
! foo.x:1: bar.x: No existe el fichero o el directorio
MAKE_RESTARTS=2
; ./tests/work/variables/MAKE_RESTARTS.diff.2
- work/variables/MAKE_RESTARTS.base.2 2010-08-09 17:37:10.000000000 +0200
--- work/variables/MAKE_RESTARTS.log.2 2010-08-09 17:37:10.000000000 +0200
***************
MAKE_RESTARTS=
! work/variables/MAKE_RESTARTS.mk.2:8: foo.x: No such file or directory
MAKE_RESTARTS=1
! foo.x:1: bar.x: No such file or directory
MAKE_RESTARTS=2
recurse MAKE_RESTARTS=
MAKE_RESTARTS=
--- 1,7 ----
MAKE_RESTARTS=
! work/variables/MAKE_RESTARTS.mk.2:8: foo.x: No existe el fichero o el directorio
MAKE_RESTARTS=1
! foo.x:1: bar.x: No existe el fichero o el directorio
MAKE_RESTARTS=2
recurse MAKE_RESTARTS=
MAKE_RESTARTS=
|