diff options
Diffstat (limited to 'tools/gfx-unit-test/get-cmd-queue-handle-test.cpp')
| -rw-r--r-- | tools/gfx-unit-test/get-cmd-queue-handle-test.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/get-cmd-queue-handle-test.cpp b/tools/gfx-unit-test/get-cmd-queue-handle-test.cpp index 5e530e3f2..ad439e946 100644 --- a/tools/gfx-unit-test/get-cmd-queue-handle-test.cpp +++ b/tools/gfx-unit-test/get-cmd-queue-handle-test.cpp @@ -67,7 +67,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; + } getQueueHandleTestImpl(device, context); } |
