summaryrefslogtreecommitdiff
path: root/robynrc.example
blob: 708e3f426f1219768a74f6a523f35cb7f34c517d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[piglit]
basedir = /home/kwg/Projects/piglit

[es2conform]
basedir = /home/kwg/Projects/ogles2conform/GTF_ES/glsl/GTF

[es3conform]
basedir = /home/kwg/Projects/gles3conform/GTF_ES/glsl/GTF

[oglconform]
binary = /home/kwg/Projects/oglconform/dump/linux/debug64/OGLconform/oglconform64

[options]
# Platform (as recognized by waffle).  Options: glx, x11_egl, wayland, agl, wgl
platform = glx

# Maximum number of threads (set to 1 to disable concurrency)
threads = 1

# Detect intermittent tests
recheck-fail  = 5
recheck-crash = 0
recheck-hung  = 0
recheck-pass  = 0