[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.8.90 pretest
From: |
Eli Zaretskii |
Subject: |
Re: texinfo-6.8.90 pretest |
Date: |
Sun, 23 Oct 2022 17:21:30 +0300 |
> Date: Sun, 23 Oct 2022 16:07:00 +0200
> From: pertusus@free.fr
> Cc: gavinsmith0123@gmail.com, bug-texinfo@gnu.org
>
> > I've run "make check" in many_input_files, and it reported 3 failed
> > tests: input_dir_nonascii, output_dir_nonascii, and
> > output_dir_file_nonascii. Given the "nonascii" part, should I look
> > into the failures?
>
> There are file/dir names encoded in UTF-8 given as arguments. We
> assume that the shell pass the file names as binary strings (and that
> the corresponding directories and files can be created), if I understood
> well your previous messages, this is not true in Windows.
Yes, Windows "interprets" the bytes according to its (incorrect, in
this case) assumptions.
> We also set LC_ALL=C and LANGUAGE=en in the tests for portability, I do
> not know if some other value could be relevant in Windows.
>
> I am not sure that we can do anything to have those tests work for
> native windows setups. Maybe the best would be to skip if on windows as
> determined by the HOST_IS_WINDOWS conditional sets in configure.ac.
Yes, I think we should skip them.
- Re: texinfo-6.8.90 pretest, (continued)
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- free used incorrectly in api.c, Gavin Smith, 2022/10/23
- Re: free used incorrectly in api.c, Eli Zaretskii, 2022/10/23
- Re: free used incorrectly in api.c, Gavin Smith, 2022/10/23
- Re: free used incorrectly in api.c, Eli Zaretskii, 2022/10/23
- Re: free used incorrectly in api.c, pertusus, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, pertusus, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, pertusus, 2022/10/23
- Re: texinfo-6.8.90 pretest,
Eli Zaretskii <=
- Re: texinfo-6.8.90 pretest, pertusus, 2022/10/23
- Directory separator for INFO_JS_DIR, Gavin Smith, 2022/10/23
- Re: Directory separator for INFO_JS_DIR, Eli Zaretskii, 2022/10/23
- Re: Directory separator for INFO_JS_DIR, pertusus, 2022/10/23
- Re: Directory separator for INFO_JS_DIR, pertusus, 2022/10/23
Re: texinfo-6.8.90 pretest, Gavin Smith, 2022/10/22