mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 07:18:06 +02:00
Coverity points out that if the asserts fail, then the file won't be closed, and therefore wont be deleted. We'd like to avoid littering the temp directory with useless files. This uses GTEST's `TEST_F` feature with a custom class to manager the creation and destruction of the tmpfile. CID: 1666502 CID: 1666525 CID: 1666579 Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37744> |
||
|---|---|---|
| .. | ||
| debug_archiver.c | ||
| debug_archiver.h | ||
| mda.c | ||
| meson.build | ||
| slice.c | ||
| slice.h | ||
| slice_test.cpp | ||
| slice_test.h | ||
| tar.c | ||
| tar.h | ||
| tar_test.cpp | ||