We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2ca8e commit 0194951Copy full SHA for 0194951
util/test/tests/D3D12/D3D12_Resource_Mapping_Zoo.py
@@ -82,7 +82,7 @@ def check_capture_internal(self) -> bool:
82
test_marker: rd.ActionDescription = self.find_action("SM6.0")
83
if test_marker is None:
84
rdtest.log.print("No SM6.0 action to test")
85
- return failed
+ return not failed
86
87
rdtest.log.begin_section("SM6.0 tests")
88
@@ -121,7 +121,7 @@ def check_capture_internal(self) -> bool:
121
test_marker: rd.ActionDescription = self.find_action("SM6.6")
122
123
rdtest.log.print("No SM6.6 action to test")
124
125
126
rdtest.log.begin_section("SM6.6 tests")
127
0 commit comments