Module: Mesa
Branch: main
Commit: eb79a3bb9882fa4e61d267fb1974f66308b5f41d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb79a3bb9882fa4e61d267fb1974f66308b5f41d

Author: Marek Olšák <[email protected]>
Date:   Tue Oct 17 21:46:38 2023 -0400

radeonsi/ci: enable GTF tests in the runner

These are closed-source CTS tests we have always been building.

Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25774>

---

 src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py 
b/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py
index 6622fcb05d1..582cd947bcc 100755
--- a/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py
+++ b/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py
@@ -424,6 +424,10 @@ if args.glcts:
         
"{}/build/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass_single/4.6.1.x/gl46-khr-single.txt".format(
             glcts_path
         ),
+        "--caselist",
+        
"{}/build/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/gl46-gtf-master.txt".format(
+            glcts_path
+        ),
         "--output",
         out,
         "--skips",

Reply via email to