Commit d02a6808 by Mike Stump Committed by Mike Stump

* gcc.dg/pch/pch.exp: Make testcase names longer.

From-SVN: r65407
parent 9c951124
2003-04-09 Mike Stump <mrs@apple.com>
*
2003-04-08 Roger Sayle <roger@eyesopen.com>
* gcc.dg/builtins-11.c: New test case.
......
......@@ -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" }
......@@ -83,7 +83,7 @@ foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {
}
} else {
untested $nshort
untested "$nshort $flags"
untested "$nshort $flags assembly comparison"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment