lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (obsoleted...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 16 Mar 2012 10:48:10 +0000 (10:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 16 Mar 2012 10:48:10 +0000 (10:48 +0000)
commitbb0b6eddaf546a5f135ce9d0292b61e12ce7c16b
tree4a7c5a81a997d43d271f73798df8161f77a500e8
parent7c6ac2ebabd800595c3da2acd2e21b8340e0904e
lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (obsoleted) written_files[].

In previous case,
RUN: foo -o %t
RUN: FileCheck < %t
RUN: bar -o %t

2nd read handle might prevent manipulation of 3rd %t in bar, to remove and rename.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152916 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py