mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
disk_cache: Disable the "List" test for RO disk cache.
It uses a poll function that waits for a second hoping for another thread to catch up, which is not a reliable way to do synchronization. The test has been spuriously failing merges on a regular basis recently. This is issue #9222, which I'm leaving open until the author can fix the test. Fixes:3b69b67545("util/fossilize_db: add runtime RO foz db loading via FOZ_DBS_DYNAMIC_LIST") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24755> (cherry picked from commit4dfd306454)
This commit is contained in:
parent
637f4a50a6
commit
2d95f4f097
2 changed files with 2 additions and 2 deletions
|
|
@ -6234,7 +6234,7 @@
|
|||
"description": "disk_cache: Disable the \"List\" test for RO disk cache.",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "3b69b67545b678da2970654b9490cc3902cdf738",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1016,7 +1016,7 @@ TEST_F(Cache, Combined)
|
|||
#endif
|
||||
}
|
||||
|
||||
TEST_F(Cache, List)
|
||||
TEST_F(Cache, DISABLED_List)
|
||||
{
|
||||
const char *driver_id = "make_check";
|
||||
char blob[] = "This is a RO blob";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue