]> granicus.if.org Git - clang/commit
Actually expand the %t1 patterns (in RUN: lines) to a unique
authorGabor Greif <ggreif@gmail.com>
Mon, 17 Mar 2008 13:45:47 +0000 (13:45 +0000)
committerGabor Greif <ggreif@gmail.com>
Mon, 17 Mar 2008 13:45:47 +0000 (13:45 +0000)
commit0f23303f48af540777a3324fd04d63d13a9d3d2a
treee5f27a73e450895bd2e319f2b6ffc08be663ffa6
parent5ca1b5a8e5541be14ef9d2be156016565f421c51
Actually expand the %t1 patterns (in RUN: lines) to a unique
filename.
This fixes (e.g.) CodeGen/struct-x86-darwin.c which
raced at writing to "%t1" with other tests when parallel
testing was specified with a high "-j XX" value.

Also gets rid of the file tools/clang/test/%t1
when doing an "svn st" after testing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48454 91177308-0d34-0410-b5e6-96231b3b80d8
test/TestRunner.sh