This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Unknown testsuite failure
- From: NightStrike <nightstrike at gmail dot com>
- To: "Fortran List" <fortran at gcc dot gnu dot org>
- Date: Tue, 29 Apr 2008 11:28:41 -0400
- Subject: Unknown testsuite failure
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=A3+Z1ENAd+bM8Q4lIKhWb0m9NHSdBM645YN5YYEV40g=; b=ZWE3hogcHMB9bEPEiAcb+xUS0ViC9TgWPrlSFsjRO4Er/OA5Sa0lsbWZzOcIZNnpkhfDNjUfO3DY1VyBlY8OEFZWRlhOeuH4eCmJHeZq40l5jqMaXEdDf3uLtlQo2kPysWnFTneFzxnncGznrIHN7DuU10BdJCjW+gMkvQel99o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=N/onzRLwM180uZmYWELh7W5QJy5LT4bE15c9ZeoTvls91GdaIUYKQNzkVFkrTElhvvjCeiE2MP+VqO5I7eCF5BOMbuMpbPgaMqVrec5it5xTERVvXdhiOlY284hzF9JdzU2qSJctAg66UBT+cUnuV84DEe1413098QE7LZFLZqg=
While running the fortran testsuite, I noticed a number of occurrences
of things like this in the log:
Executing on host:
/var/tmp/build/gcc-svn/build-x86_64-pc-linux/gcc/testsuite/gfortran/../../gfortran
-B/var/tmp/build/gcc-svn/build-x86_64-pc-linux/gcc/testsuite/gfortran/../../
/var/tmp/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/allocate_zerosize_3.f
-O2 -pedantic-errors -lm -o ./allocate_zerosize_3.exe
(timeout = 300)
PASS: gfortran.dg/allocate_zerosize_3.f -O2 (test for excess errors)
Executing on mingw: chmod +x /tmp/allocate_zerosize_3.exe.4981
(timeout = 300)
XYZ0ZYX
Executing on mingw: /tmp/allocate_zerosize_3.exe.4981 (timeout = 300)
Executing on mingw: rm -f /tmp/allocate_zerosize_3.exe.4981.o
/tmp/allocate_zerosize_3.exe.4981 (timeout = 300)
XYZ0ZYX
FAIL: gfortran.dg/allocate_zerosize_3.f -O2 execution test
The execution of the test fails, but there is no indication as to why
it failed in the log. There is no XYZ return code. It just goes on to
removing the file.
How do I debug things like this?