* gcc.dg/pch/pch.exp: Make testcase names longer.
authorMike Stump <mrs@apple.com>
Wed, 9 Apr 2003 22:47:36 +0000 (22:47 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 9 Apr 2003 22:47:36 +0000 (22:47 +0000)
From-SVN: r65407

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pch/pch.exp

index 857d1e5..7f8d21b 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-09  Mike Stump  <mrs@apple.com>
+
+       * 
+
 2003-04-08  Roger Sayle  <roger@eyesopen.com>
 
        * gcc.dg/builtins-11.c: New test case.
index 543d614..eb229d7 100644 (file)
@@ -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"
        }
     }