Check for Asserts & Errors when running D3D12_Shader_DebugData_Zoo tests

This commit is contained in:
Jake Turner
2025-04-22 13:09:04 +01:00
parent 498e767272
commit a8de121cd0
3 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -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")
+2
View File
@@ -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")