This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/13888] New: /tmp usage during testing


http://sourceware.org/bugzilla/show_bug.cgi?id=13888

             Bug #: 13888
           Summary: /tmp usage during testing
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tschwinge@sourceware.org
                CC: carlos@systemhalted.org
    Classification: Unclassified


As a follow-up for
<http://sourceware.org/ml/libc-alpha/2012-03/msg00778.html> as well as
earlier reports:

During testing, several glibc tests use temporary files directly located
directly in /tmp/ (and with predicatable names, even), which is not
acceptable: preferably these should be located in the build directory
(from where testing is run), and/or at least use mktemp and similar.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]