mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 07:26:34 +00:00
Check for Asserts & Errors when running D3D12_Shader_DebugData_Zoo tests
This commit is contained in:
@@ -274,4 +274,6 @@ class Subgroup_Zoo(rdtest.TestCase):
|
||||
if overallFailed:
|
||||
raise rdtest.TestFailureException("Some tests were not as expected")
|
||||
|
||||
self.check_renderdoc_log()
|
||||
self.check_renderdoc_log()
|
||||
|
||||
rdtest.log.success("All tests matched")
|
||||
@@ -28,3 +28,5 @@ class Workgroup_Zoo(rdtest.Subgroup_Zoo):
|
||||
raise rdtest.TestFailureException("Some tests were not as expected")
|
||||
|
||||
self.check_renderdoc_log()
|
||||
|
||||
rdtest.log.success("All tests matched")
|
||||
@@ -227,4 +227,6 @@ class D3D12_Shader_DebugData_Zoo(rdtest.TestCase):
|
||||
if failed:
|
||||
raise rdtest.TestFailureException("Some tests were not as expected")
|
||||
|
||||
self.check_renderdoc_log()
|
||||
|
||||
rdtest.log.success("All tests matched")
|
||||
|
||||
Reference in New Issue
Block a user