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] /tmp usage during testing


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

Ondrej Bilka <neleai at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neleai at seznam dot cz

--- Comment #3 from Ondrej Bilka <neleai at seznam dot cz> ---
After running git grep '"/tmp' | grep -v "XXX" and bit of filtering files with
hardcoded tmpname are following:

conform/conformtest.pl:$tmpdir = "/tmp";
nptl/sockperf.c:#define PATH "/tmp/s.sockperf"
nptl/tst-umask1.c:#define TEST_FUNCTION do_test (argc < 2 ?
"/tmp/tst-umask.tmp" : argv[1])
stdio-common/bug3.c:  const char filename[] = "/tmp/bug3.test";
stdio-common/bug4.c:  const char filename[] = "/tmp/bug4.test";
stdio-common/bug5.c:  static char inname[] = "/tmp/bug5.in";
stdio-common/bug5.c:  static char outname[] = "/tmp/bug5.out";
stdio-common/scanf14.c:    tmpdir = "/tmp";
stdio-common/scanf15.c:    tmpdir = "/tmp";
stdio-common/scanf16.c:    tmpdir = "/tmp";
stdio-common/scanf17.c:    tmpdir = "/tmp";
stdio-common/test-fseek.c:#define TESTFILE "/tmp/test.dat"
stdio-common/test-popen.c:      perror ("/tmp/tstpopen.tmp");
stdio-common/test-popen.c:  remove ("/tmp/tstpopen.tmp");
stdio-common/test_rdwr.c:  (void) sprintf (filename, "/tmp/%s.test", name);
~

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