Added test failure if fail to find the draw marker

This commit is contained in:
Jake Turner
2021-03-02 05:31:47 +00:00
committed by Baldur Karlsson
parent fd99dc5097
commit 67e277717c
+2
View File
@@ -17,6 +17,8 @@ class GL_Entry_Points(rdtest.TestCase):
for test in expected.keys():
marker: rd.DrawcallDescription = self.find_draw(test)
if marker is None:
raise rdtest.TestFailureException('Failed to find draw {}'.format(test))
draw: rd.DrawcallDescription = marker.next
calls = []