Commit 544ae91e by Nicolas Capens Committed by Nicolas Capens

Enable vk-unittests with Subzero JIT

The Subzero JIT now has sufficient functionality to support running the Vulkan unit tests. Bug: b/130461828 Change-Id: I8c398b976899151ac4a82549df21e06127a115f1 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/39328Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarBen Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 50211670
......@@ -34,7 +34,4 @@ cd .. # Some tests must be run from project root
build/ReactorUnitTests
build/gles-unittests
if [ "${REACTOR_BACKEND}" != "Subzero" ]; then
build/vk-unittests # Currently vulkan does not work with Subzero.
fi
\ No newline at end of file
build/vk-unittests
\ No newline at end of file
......@@ -34,8 +34,5 @@ if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
build\Debug\gles-unittests.exe
if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
IF NOT "%REACTOR_BACKEND%"=="Subzero" (
REM Currently vulkan does not work with Subzero.
build\Debug\vk-unittests.exe
if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
)
\ No newline at end of file
build\Debug\vk-unittests.exe
if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
\ No newline at end of file
......@@ -24,7 +24,4 @@ cd .. # Some tests must be run from project root
build/ReactorUnitTests
build/gles-unittests
if [ "${REACTOR_BACKEND}" != "Subzero" ]; then
build/vk-unittests # Currently vulkan does not work with Subzero.
fi
build/vk-unittests
\ No newline at end of file
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