summaryrefslogtreecommitdiff
path: root/glib/tests/fileutils.c
Commit message (Expand)AuthorAgeFilesLines
* gtestutils: Use $G_TEST_TMPDIR as temporary directory when definedMarco Trevisan (Treviño)2022-12-191-0/+4
* fileutils test: Use no-op invalid-parameter handler when exercising EBADFSimon McVittie2022-11-031-0/+4
* Merge branch 'fix-fileutils-test' into 'main'Simon McVittie2022-11-021-2/+8
|\
| * fileutils.c: Fix the clearfd test on WindowsChun-wei Fan2022-11-031-2/+8
* | tests: Test EBADF and errno handling when closing fdsSimon McVittie2022-11-021-0/+79
|/
* Add a SPDX LicenseRef for the license historically used for testsSimon McVittie2022-11-021-0/+2
* Merge branch 'nirbheek/gmodule-suffix-deprecation' into 'main'Marco Trevisan2022-10-271-2/+2
|\
| * tests: Fix fileutils test on macOSNirbheek Chauhan2022-10-271-2/+2
* | gstdio: Add g_clear_fd() and g_autofdSimon McVittie2022-10-261-0/+76
|/
* tests: Check the return value of fwrite() in a testPhilip Withnall2022-10-131-1/+3
* glib/tests/fileutils: use g_assert_no_errno instead of manual checkingMarco Trevisan (Treviño)2022-07-061-2/+2
* glib/tests: Ensure that calls to write, system, symlink and pipe are checkedMarco Trevisan (Treviño)2022-07-061-6/+6
* tests: Add a missing assertionPhilip Withnall2022-04-281-0/+1
* Cleaning file 'filename' after the test in glib/tests/fileutils.cEmmanuel Fleury2022-04-171-0/+1
* gutils: Add flags to g_format_size_full() to return only value or only unitsMilan Crha2022-04-081-0/+24
* tests/filutils: remove an mkdir expected to fail test on win32Marc-André Lureau2022-03-231-3/+1
* Move unit test on g_basename() function to glib/tests/fileutils.cEmmanuel Fleury2022-03-171-1/+16
* tests: Allow g_mkdir_with_parents() to fail with EPERMPhilip Withnall2022-03-041-1/+3
* Remove old test file tests/testglib.cEmmanuel Fleury2022-02-221-2/+280
* tests: Fix a memory leak in the fileutils testPhilip Withnall2022-02-201-0/+1
* tests: Use g_test_skip() to skip a test on WindowsPhilip Withnall2022-02-101-5/+5
* tests: skip read-only-directory test on win32Marc-André Lureau2022-02-101-0/+5
* tests: fix read-only-file testMarc-André Lureau2022-02-101-1/+1
* tests: use g_chmod in fileutils testsMarc-André Lureau2022-02-101-4/+4
* tests: fix test_set_contents_full error test on win32Marc-André Lureau2022-02-101-1/+4
* tests: fix test_set_contents_full mode check on win32Marc-André Lureau2022-02-101-1/+11
* Improve test coverage of glib/gfileutils.cEmmanuel Fleury2022-01-261-2/+111
* Move tests/file-test.c to glib/tests/fileutils.cEmmanuel Fleury2022-01-261-7/+135
* Moving tests/dirname-test.c to glib/tests/fileutils.cEmmanuel Fleury2021-12-161-0/+62
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-3/+1
* glib/tests/fileutils: Fix expectations when running as rootwip/smcv/fileutils-test-as-rootSimon McVittie2020-10-311-8/+56
* glib/tests/fileutils: Make more use of g_assert_no_errno()Simon McVittie2020-10-311-10/+10
* Fix signedness warning in glib/tests/fileutils.cEmmanuel Fleury2020-10-141-1/+1
* glib: Avoid redefining GLIB_DISABLE_DEPRECATION_WARNINGSPhilip Withnall2020-07-271-0/+2
* tests: Add tests for g_file_set_contents_full()Philip Withnall2020-07-261-0/+254
* tests: Use G_TEST_OPTION_ISOLATE_DIRS for fileutils testsPhilip Withnall2020-07-261-1/+1
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* tests: Cope with having CAP_DAC_OVERRIDE, even if not euid 0Simon McVittie2020-02-131-14/+88
* Add a wrapper for fsync() functionTodd Goyen2019-09-181-0/+1
* tests: Fix skipping mkdir-with-parents-permission testPhilip Withnall2019-09-021-0/+1
* glib/tests/fileutils: Add a reproducer for #1852Simon McVittie2019-08-131-0/+54
* glib/tests/fileutils.c: Fix stdio Wrapper Test on WindowsChun-wei Fan2019-06-191-1/+5
* glib: Rename G_STDIO_NO_WRAP_ON_UNIX → G_STDIO_WRAP_ON_UNIXPhilip Withnall2019-05-101-2/+2
* Merge branch 'win32-symlink-refactoring' into 'master'Philip Withnall2019-03-131-3/+234
|\
| * fileutils test: use current time instead of zeroРуслан Ижбулатов2018-10-101-3/+6
| * W32: significant symlink code changesРуслан Ижбулатов2018-10-101-0/+228
* | gutils: Use no-break space in g_format_size()António Fernandes2018-12-191-31/+32
* | tests: Rename macro to avoid conflict with encoding prefixTomasz Miąsko2018-12-091-78/+78
|/
* Fudge glib fileutils test to pass on WindowsРуслан Ижбулатов2018-09-181-0/+12
* W32: test the private path-stripping functionРуслан Ижбулатов2018-09-121-0/+136