ci/tu: Add 1/200 pass to test for stale reg usage
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21226>
This commit is contained in:
committed by
Marge Bot
parent
86f82d4224
commit
be976e0aa6
@@ -60,3 +60,15 @@ prefix = "dynamic-"
|
||||
fraction = 10
|
||||
[deqp.env]
|
||||
TU_DEBUG = "dynamic"
|
||||
|
||||
# testing for stale regs usage
|
||||
[[deqp]]
|
||||
deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"
|
||||
caselists = ["/deqp/mustpass/vk-master.txt"]
|
||||
skips = ["install/freedreno-a630-premerge-skips.txt"]
|
||||
prefix = "stale-regs-"
|
||||
fraction = 200
|
||||
[deqp.env]
|
||||
TU_DEBUG = "gmem,forcebin"
|
||||
TU_DEBUG_STALE_REGS_RANGE = "0x0c00,0xbe01"
|
||||
TU_DEBUG_STALE_REGS_FLAGS = "cmdbuf,renderpass"
|
||||
|
||||
Reference in New Issue
Block a user