Commit acf12f1c by Ben Clayton

Kokoro: Disable Vulkan tests for Subzero.

These currently do not work. Bug: b/130343040 Change-Id: Ia97b611f44a5a048f324daa236e84e933a2c6b67 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/29033 Presubmit-Ready: Ben Clayton <bclayton@google.com> Reviewed-by: 's avatarChris Forbes <chrisforbes@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent 3efcca9d
...@@ -25,4 +25,8 @@ cd .. # Tests must be run from project root ...@@ -25,4 +25,8 @@ cd .. # Tests must be run from project root
# Run the OpenGL ES and Vulkan unit tests. # Run the OpenGL ES and Vulkan unit tests.
build/gles-unittests build/gles-unittests
build/vk-unittests
if [ "${REACTOR_BACKEND}" != "Subzero" ]; then
# Currently vulkan does not work with Subzero.
build/vk-unittests
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment