~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe-asan.toml

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
[[deqp]]
3
 
deqp = "/deqp/modules/gles31/deqp-gles31"
4
 
caselists = ["/deqp/mustpass/gles31-master.txt"]
5
 
skips = ["install/llvmpipe-skips.txt"]
6
 
deqp_args = [
7
 
    "--deqp-surface-width=256", "--deqp-surface-height=256",
8
 
    "--deqp-surface-type=pbuffer", "--deqp-gl-config-name=rgba8888d24s8ms0", "--deqp-visibility=hidden"
9
 
]
10
 
fraction = 10
11
 
version_check = "GL ES 3.2.*git"
12
 
renderer_check = "llvmpipe"
13
 
  [deqp.env]
14
 
  LD_PRELOAD = "libasan.so.6"