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

            Bug ID: 18335
           Summary: LLVM (and clang) tests leave files in /tmp
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Well, two bugs actually:

1. some tests leave files in /tmp after they're done,

2. some (possibly all :)) tests do not seem to respect TMPDIR environment
variable and use /tmp instead of the directory specified there.

As a result, after each run of the test suite I get a few dozens of random .c,
.m, .in, .h files in /tmp. I'd really preferred that:

1. all tests placed their files in $TMPDIR, or even in a single subdirectory of
that,

2. all tests removed their files after success (and xfail?).

-- 
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