diff options
Diffstat (limited to 'tools/gfx-unit-test/get-cmd-buffer-handle-test.cpp')
| -rw-r--r-- | tools/gfx-unit-test/get-cmd-buffer-handle-test.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/get-cmd-buffer-handle-test.cpp b/tools/gfx-unit-test/get-cmd-buffer-handle-test.cpp index 62a00c3c2..97cb9a808 100644 --- a/tools/gfx-unit-test/get-cmd-buffer-handle-test.cpp +++ b/tools/gfx-unit-test/get-cmd-buffer-handle-test.cpp @@ -81,7 +81,12 @@ namespace gfx_test { SLANG_IGNORE_TEST; } - + // Ignore this test on swiftshader. Swiftshader seems to have a bug that causes the test + // to crash. + if (Slang::String(device->getDeviceInfo().adapterName).toLower().contains("swiftshader")) + { + SLANG_IGNORE_TEST; + } getBufferHandleTestImpl(device, context); } |
