• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Basic test set
2[[deqp]]
3deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
4caselists = ["/deqp-vk/mustpass/vk-main.txt"]
5skips = ["install/freedreno-a6xx-skips.txt"]
6fraction = 400
7renderer_check = "Turnip Adreno .* 630"
8prefix = "asan-"
9tests_per_group = 500
10
11# Force the spiller on one test so we see its memory usage.
12[[deqp]]
13deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
14caselists = ["/deqp-vk/mustpass/vk-main.txt"]
15skips = ["install/freedreno-a6xx-skips.txt"]
16include = ["dEQP-VK.graphicsfuzz.barrier-in-loop-with-break"]
17prefix = "spill-"
18tests_per_group = 1
19[deqp.env]
20# Increase the hangcheck timer for our spilling tests which bump up against
21# the .5s default.
22FREEDRENO_HANGCHECK_MS = "2000"
23IR3_SHADER_DEBUG = "spillall"
24