bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #31003] Some tests fail because of localisation


From: JesúsMartínez Novo
Subject: [bug #31003] Some tests fail because of localisation
Date: Thu, 09 Sep 2010 12:51:34 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9

URL:
  <http://savannah.gnu.org/bugs/?31003>

                 Summary: Some tests fail because of localisation
                 Project: make
            Submitted by: ciencia_al_poder
            Submitted on: jue 09 sep 2010 12:51:34 GMT
                Severity: 3 - Normal
              Item Group: Build/Install
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.81
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

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
***************
*** 1,3 ****
  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
***************
*** 1,5 ****
  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
***************
*** 1,4 ****
! work/options/dash-W.mk.1:3: foo.x: No such file or directory
  echo &gt;&gt; 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 &gt;&gt; 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
***************
*** 1,4 ****
! 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
***************
*** 1,3 ****
  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
***************
*** 1,5 ****
  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
***************
*** 1,7 ****
  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=





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31003>

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]