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 ...@@ -34,7 +34,4 @@ cd .. # Some tests must be run from project root
build/ReactorUnitTests build/ReactorUnitTests
build/gles-unittests build/gles-unittests
build/vk-unittests
if [ "${REACTOR_BACKEND}" != "Subzero" ]; then \ No newline at end of file
build/vk-unittests # Currently vulkan does not work with Subzero.
fi
\ No newline at end of file
...@@ -34,8 +34,5 @@ if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL! ...@@ -34,8 +34,5 @@ if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
build\Debug\gles-unittests.exe build\Debug\gles-unittests.exe
if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL! if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
IF NOT "%REACTOR_BACKEND%"=="Subzero" ( build\Debug\vk-unittests.exe
REM Currently vulkan does not work with Subzero. if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
build\Debug\vk-unittests.exe \ No newline at end of file
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 ...@@ -24,7 +24,4 @@ cd .. # Some tests must be run from project root
build/ReactorUnitTests build/ReactorUnitTests
build/gles-unittests build/gles-unittests
build/vk-unittests
if [ "${REACTOR_BACKEND}" != "Subzero" ]; then \ No newline at end of file
build/vk-unittests # Currently vulkan does not work with Subzero.
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