summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-02-29 16:13:29 -0500
committerMatt Turner <mattst88@gmail.com>2024-02-29 16:14:07 -0500
commit985162278b1fd63d9a15029f7a0ae9504a157d66 (patch)
tree182a4867e1395b9ae4165115e3edd34e8fabef7a
parent6a30f7aa243d551df96c533cb3d40c76d091e1d7 (diff)
deqp-run: Use .zst-compressed caselists on ChromeOSHEADmaster
-rwxr-xr-xdeqp-run10
1 files changed, 5 insertions, 5 deletions
diff --git a/deqp-run b/deqp-run
index 3dd33cc..0a559e2 100755
--- a/deqp-run
+++ b/deqp-run
@@ -21,11 +21,11 @@ readonly -A LINUX_DEQP_BIN=(
[gles31]=build/modules/gles31/deqp-gles31
)
readonly -A CHROMEOS_DEQP_CASELIST=(
- [vk]=/usr/local/deqp/caselists/vk.txt
- [egl]=/usr/local/deqp/caselists/egl.txt
- [gles2]=/usr/local/deqp/caselists/gles2.txt
- [gles3]=/usr/local/deqp/caselists/gles3.txt
- [gles31]=/usr/local/deqp/caselists/gles31.txt
+ [vk]=/usr/local/deqp/caselists/vk.txt.zst
+ [egl]=/usr/local/deqp/caselists/egl.txt.zst
+ [gles2]=/usr/local/deqp/caselists/gles2.txt.zst
+ [gles3]=/usr/local/deqp/caselists/gles3.txt.zst
+ [gles31]=/usr/local/deqp/caselists/gles31.txt.zst
)
readonly -A LINUX_DEQP_CASELIST=(