[GHC] #15283: Locale issue in the testsuite

GHC ghc-devs at haskell.org
Sun Jun 17 19:23:51 UTC 2018


#15283: Locale issue in the testsuite
-------------------------------------+-------------------------------------
           Reporter:  hsyl20         |             Owner:  (none)
               Type:  task           |            Status:  new
           Priority:  normal         |         Milestone:  8.6.1
          Component:  Test Suite     |           Version:  8.5
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  Other
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 With a French locale (LANG=fr_FR.utf-8), `make TEST=T14999` fails with:

 {{{#!patch
  End of assembler dump.
 -Contents of the .debug_frame section:
 +Contenu de la section .debug_frameĀ :
  00000000 0000000000000014 ffffffff CIE "" cf=1 df=-8 ra=16
   LOC CFA rbp rsp ra
 }}}

 But it passes with `LANG=C make TEST=T14999`.

 Should we enforce the locale for the whole testsuite or only for this
 test?

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15283>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list