From: Mike Stump Date: Wed, 9 Apr 2003 23:33:06 +0000 (+0000) Subject: * g++.dg/pch/pch.exp: Make testcase names longer. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b182a8e20d81428402ad68796971e4028052da2e;p=gcc.git * g++.dg/pch/pch.exp: Make testcase names longer. From-SVN: r65409 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f313d06450f..dfddab2834c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,7 @@ 2003-04-09 Mike Stump * gcc.dg/pch/pch.exp: Make testcase names longer. + * g++.dg/pch/pch.exp: Make testcase names longer. 2003-04-08 Roger Sayle diff --git a/gcc/testsuite/g++.dg/pch/pch.exp b/gcc/testsuite/g++.dg/pch/pch.exp index bf2dab4af90..0fc72943fbe 100644 --- a/gcc/testsuite/g++.dg/pch/pch.exp +++ b/gcc/testsuite/g++.dg/pch/pch.exp @@ -33,7 +33,7 @@ foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.C]] { if ![runtest_file_p $runtests $test] { continue } - set nshort [file tail [file dirname $test]]/[file tail $test] + set nshort "$subdir/[file tail $test]" set bname "[file rootname [file tail $test]]" catch { file delete "$bname.H.gch" } @@ -80,7 +80,7 @@ foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.C]] { } } else { - untested $nshort + untested "$nshort $flags" untested "$nshort $flags assembly comparison" } }