]> git.ipfire.org Git - thirdparty/libtool.git/commit
tests: allow for unstable fortran output ordering.
authorGary V. Vaughan <gary@gnu.org>
Sat, 6 Oct 2012 04:47:56 +0000 (11:47 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sat, 6 Oct 2012 04:51:23 +0000 (11:51 +0700)
commit991b5e52a77c4705614387b370219b3a24e9dc1c
tree76038c1c96057a56c2628ef301853b6afc181e3f
parenta61a1114ae1464c39b54e88d1a30735c7daca4b2
tests: allow for unstable fortran output ordering.

Due to differences in line-endings between C stdout and Fortran
stdout, as well as unpredictable output ordering between
platforms and runtimes, weaken success criteria to not require
the entire output of fortran programs to match a test case.
* itests/fcdemo.at, tests/f77demo.at (_LT_CHECK_EXECUTE):
Improve comments, and weaken test case to grep for a known line
in the f77 runtime output.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
tests/f77demo.at
tests/fcdemo.at