ci: raise the log level threshold of spirv logs
Avoid the wall of "Unsupported SPIR-V capability" warnings in CI job
log, hiding away useful output:
ERROR - dEQP error: SPIR-V WARNING:
ERROR - dEQP error: In file ../src/compiler/spirv/spirv_to_nir.c:4779
ERROR - dEQP error: Unsupported SPIR-V capability: SpvCapabilityDrawParameters (4427)
ERROR - dEQP error: 28 bytes into the SPIR-V binary
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28503>
This commit is contained in:
committed by
Marge Bot
parent
3223650bad
commit
4b8735cd4e
@@ -931,10 +931,6 @@ Test:SpvParserTest_IEqual_SpvBinaryLogicalTest_EmitExpression_5.spvasm:main|Frag
|
||||
Test:SpvParserTest_Impl_GenericVulkanShader_GLSL450MemoryModel.spvasm:main|GLCompute: Pass
|
||||
Test:SpvParserTest_Impl_GenericVulkanShader_SimpleMemoryModel.spvasm:main|GLCompute: Pass
|
||||
Test:SpvParserTest_Impl_GenericVulkanShader_VulkanMemoryModel.spvasm:main|GLCompute: Fail
|
||||
SPIR-V WARNING:
|
||||
|
||||
Unsupported SPIR-V capability: SpvCapabilityVulkanMemoryModel (5345)
|
||||
28 bytes into the SPIR-V binary
|
||||
SPIR-V parsing FAILED:
|
||||
|
||||
Vulkan memory model is unsupported by this driver
|
||||
|
||||
Reference in New Issue
Block a user