mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 10:14:53 +08:00
* g++.dg/pch/pch.exp: Make testcase names longer.
From-SVN: r65409
This commit is contained in:
parent
88fbc3cafc
commit
b182a8e20d
@ -1,6 +1,7 @@
|
||||
2003-04-09 Mike Stump <mrs@apple.com>
|
||||
|
||||
* gcc.dg/pch/pch.exp: Make testcase names longer.
|
||||
* g++.dg/pch/pch.exp: Make testcase names longer.
|
||||
|
||||
2003-04-08 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user