| 115 | } |
| 116 | |
| 117 | TEST_F(NegativeGpuAVDebugPrintf, Basic) { |
| 118 | TEST_DESCRIPTION("Both trip a GPU-AV error while calling into DebugPrintf"); |
| 119 | |
| 120 | RETURN_IF_SKIP(InitGpuAvDebugPrintfFramework()); |
| 121 | RETURN_IF_SKIP(InitState()); |
| 122 | m_errorMonitor->SetDesiredError("VUID-vkCmdDispatch-storageBuffers-06936"); |
| 123 | m_errorMonitor->SetDesiredInfo("b.length == 3"); |
| 124 | BasicComputeTest(); |
| 125 | } |
| 126 | |
| 127 | TEST_F(NegativeGpuAVDebugPrintf, BasicLayerSettings) { |
| 128 | RETURN_IF_SKIP(InitWithLayerSettings(true, true, true)); |
nothing calls this directly
no test coverage detected