• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Basic test set
2[[deqp]]
3deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"
4caselists = ["/deqp/mustpass/vk-master.txt"]
5skips = ["install/freedreno-a630-premerge-skips.txt", "install/freedreno-a630-asan-skips.txt"]
6fraction = 1000
7renderer_check = "Turnip Adreno .* 630"
8[deqp.env]
9# Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory
10ASAN_OPTIONS = "detect_leaks=0"
11
12# Force the spiller on one test so we see its memory usage.
13[[deqp]]
14deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"
15caselists = ["/deqp/mustpass/vk-master.txt"]
16skips = ["install/freedreno-a630-premerge-skips.txt", "install/freedreno-a630-asan-skips.txt"]
17include = ["dEQP-VK.graphicsfuzz.barrier-in-loop-with-break"]
18prefix = "spill-"
19[deqp.env]
20IR3_SHADER_DEBUG = "spillall"
21# Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory
22ASAN_OPTIONS = "detect_leaks=0"
23