diff --git a/util/test/tests/GL/GL_Entry_Points.py b/util/test/tests/GL/GL_Entry_Points.py index f60bb9d6a..258d44a9a 100644 --- a/util/test/tests/GL/GL_Entry_Points.py +++ b/util/test/tests/GL/GL_Entry_Points.py @@ -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 = []