http://llvm.org/bugs/show_bug.cgi?id=8223

           Summary: [Unit Test] All death tests fail when run from lit on
                    Windows 7.
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


All unit tests that do a "death test" such as EXPECT_DEATH fail on Windows 7
when run from lit with:

[ FATAL ] ..\..\..\..\llvm\utils\unittest\googletest\gtest-port.cc(467)::
Condition success != 0 failed. Unable to creat
e a temporary file in C:\Windows\
CRT error: R6010
- abort() has been called

When run without lit (by directly invoking unittests/ADT/Debug/ADTTests.exe)
they all pass.

I assume this has something to do with lit changing the temp directory on
windows. Although I have no idea why it only affects these tests.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to