On Fri, Sep 02, 2005 at 10:18:49PM +0000, Mark Stosberg wrote:
> version: 1.04pre4 
> OS: FreeBSD 4.10
> perl: 5.8.0
> 
> results of gmake test: 
> 
> Everything passed, except printer.pl fails two tests, below. Let me know
> if some Perl help is needed with these. (If it's a test issue, but a real 
> bug). 

The problem is that when darcs is run by the test script darcs
believes latin1-chars are printable, event hough LC_ALL is
set to "C" and DARCS_DONT_ESCAPE_ISPRINT is deleted by the
test script.  It only happens on some (newly) configurations,
but not on mine, so I can't find out what's wrong.  Perhaps the
modified environment is not propagated to darcs.  What happens
if you export and set the environment variables deleted by
the test script to "0" in the shell before you run the test?
(Only the ESCAPE ones should matters.)


> printer...................NOK 8
> #     Failed test (printer.pl at line 61)
> #                   '{
> # hunk ./a 1
> # -
> # 
> +[_^À_][_^Á_][_^Â_][_^Ã_][_^Ä_][_^Å_][_^Æ_][_^Ç_][_^È_][_^É_][_^Ê_][_^Ë_][_^Ì_][_^Í_][_^Î_][_^Ï_]
> # }
> # '
> #     doesn't match 
> '(?-xism:\[_\\80_\]\[_\\81_\]\[_\\82_\]\[_\\83_\]\[_\\84_\]\[_\\85_\]\[_\\86_\]\[_\\87_\]\[_\\88_\]\[_\
> \89_\]\[_\\8a_\]\[_\\8b_\]\[_\\8c_\]\[_\\8d_\]\[_\\8e_\]\[_\\8f_\])'


-- 
Tommy Pettersson <[EMAIL PROTECTED]>

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to