Modify testing to only record validation pass/fail
* Changed unit tests to only record known the validation pass/fail status * errors are output as part of the failure message if the result is unexpected * can turn off validation for each test individually * Moved some SPV_KHR_vulkan_memory_model tests to be compiled for Vulkan 1.1
This commit is contained in:
@@ -211,10 +211,7 @@ gl_FragCoord origin is upper left
|
||||
0:? 's.ff3' (layout( location=6) flat in bool)
|
||||
0:? 's.ff4' (layout( location=7) in 4-component vector of float)
|
||||
|
||||
error: SPIRV-Tools Validation Errors
|
||||
error: If OpTypeBool is stored in conjunction with OpVariable, it can only be used with non-externally visible shader Storage Classes: Workgroup, CrossWorkgroup, Private, and Function
|
||||
%s_b = OpVariable %_ptr_Input_bool Input
|
||||
|
||||
Validation failed
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80007
|
||||
// Id's are bound by 102
|
||||
|
||||
Reference in New Issue
Block a user