aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci/expectations/host/deqp-virgl-gles.toml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/expectations/host/deqp-virgl-gles.toml')
-rw-r--r--.gitlab-ci/expectations/host/deqp-virgl-gles.toml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitlab-ci/expectations/host/deqp-virgl-gles.toml b/.gitlab-ci/expectations/host/deqp-virgl-gles.toml
new file mode 100644
index 00000000..812f82ee
--- /dev/null
+++ b/.gitlab-ci/expectations/host/deqp-virgl-gles.toml
@@ -0,0 +1,36 @@
+[[deqp]]
+deqp = "/deqp/modules/gles2/deqp-gles2"
+caselists = ["/deqp/mustpass/gles2-master.txt"]
+deqp_args = [
+ "--deqp-surface-width=256",
+ "--deqp-surface-height=256",
+ "--deqp-surface-type=pbuffer",
+ "--deqp-gl-config-name=rgba8888d24s8ms0",
+ "--deqp-visibility=hidden"
+]
+version_check = "GL ES 3.2.*git"
+renderer_check = "virgl"
+
+[[deqp]]
+deqp = "/deqp/modules/gles3/deqp-gles3"
+caselists = ["/deqp/mustpass/gles3-master.txt"]
+deqp_args = [
+ "--deqp-surface-width=256",
+ "--deqp-surface-height=256",
+ "--deqp-surface-type=pbuffer",
+ "--deqp-gl-config-name=rgba8888d24s8ms0",
+ "--deqp-visibility=hidden"
+]
+timeout = 180.0
+
+[[deqp]]
+deqp = "/deqp/modules/gles31/deqp-gles31"
+caselists = ["/deqp/mustpass/gles31-master.txt"]
+deqp_args = [
+ "--deqp-surface-width=256",
+ "--deqp-surface-height=256",
+ "--deqp-surface-type=pbuffer",
+ "--deqp-gl-config-name=rgba8888d24s8ms0",
+ "--deqp-visibility=hidden"
+]
+timeout = 180.0