On Sat, Mar 28, 2020 at 7:14 PM Jeffrey Walton <noloa...@gmail.com> wrote: > > The initial Travis testing results look great. > > The .travis.yml file needs some tuning, so ignore the UBsan and Asan > failures at the moment. > > OS X 10.10 is reporting a failure in the argp test > (https://travis-ci.org/github/noloader/gnulib/jobs/668196414). It is > not present in OS X 10.14 testing. Search for 'error:' in the wall of > text: > > PASS: test-accept > PASS: test-alloca-opt > PASS: test-argp > FAIL: test-argp-2.sh > ...
FAIL: test-argp-2.sh ==================== *** argp.61477 2020-03-28 20:12:34.000000000 -0400 --- - 2020-03-28 20:12:34.583510000 -0400 *************** *** 1,4 **** ! Usage: test-argp [-tvCSOlp?V] [-f FILE] [-r FILE] [-o[ARG]] [--test] ! [--file=FILE] [--input=FILE] [--read=FILE] [--verbose] [--cantiga] ! [--sonet] [--option] [--optional[=ARG]] [--many] [--one] [--two] ! [--limerick] [--poem] [--help] [--usage] [--version] ARGS... --- 1,4 ---- ! Usage: test-argp [-tCSvOpl?V] [-f FILE] [-r FILE] [-o[ARG]] [--test] ! [--cantiga] [--sonet] [--file=FILE] [--input=FILE] [--read=FILE] ! [--verbose] [--option] [--optional[=ARG]] [--poem] [--limerick] ! [--many] [--one] [--two] [--help] [--usage] [--version] ARGS... *** argp.61477 2020-03-28 20:12:34.000000000 -0400 --- - 2020-03-28 20:12:34.626794000 -0400 *************** *** 1,4 **** ! Usage: test-argp [-tvCSOlp?V] [-f FILE] [-r FILE] [-o[ARG]] [--test] ! [--file=FILE] [--input=FILE] [--read=FILE] [--verbose] [--cantiga] [--sonet] ! [--option] [--optional[=ARG]] [--many] [--one] [--two] [--limerick] [--poem] [--help] [--usage] [--version] ARGS... --- 1,4 ---- ! Usage: test-argp [-tCSvOpl?V] [-f FILE] [-r FILE] [-o[ARG]] [--test] ! [--cantiga] [--sonet] [--file=FILE] [--input=FILE] [--read=FILE] [--verbose] ! [--option] [--optional[=ARG]] [--poem] [--limerick] [--many] [--one] [--two] [--help] [--usage] [--version] ARGS... *** argp.61477 2020-03-28 20:12:34.000000000 -0400 --- - 2020-03-28 20:12:34.657116000 -0400 *************** *** 5,17 **** -t, --test Option Group 1 - -f, -r, --file=FILE, --input=FILE, --read=FILE - Option with a mandatory argument - -v, --verbose Simple option without arguments Option Group 1.1 -C, --cantiga create a cantiga -S, --sonet create a sonet Option Group 2 -O, --option An option --- 5,17 ---- -t, --test Option Group 1 Option Group 1.1 -C, --cantiga create a cantiga -S, --sonet create a sonet + -f, -r, --file=FILE, --input=FILE, --read=FILE + Option with a mandatory argument + -v, --verbose Simple option without arguments Option Group 2 -O, --option An option *************** *** 19,32 **** -o, --optional[=ARG] Option with an optional argument. ARG is one of the following: many many units one one unit two two units - Option Group 2.1 - -l, --limerick create a limerick - -p, --poem create a poem - -?, --help give this help list --usage give a short usage message -V, --version print program version --- 19,32 ---- -o, --optional[=ARG] Option with an optional argument. ARG is one of the following: + Option Group 2.1 + -p, --poem create a poem + -l, --limerick create a limerick + many many units one one unit two two units -?, --help give this help list --usage give a short usage message -V, --version print program version FAIL test-argp-2.sh (exit status: 1)