OSDN Git Service

glsl/tests/lower_jumps: fix generated sexpr's for loops
authorConnor Abbott <cwabbott0@gmail.com>
Wed, 28 May 2014 01:23:03 +0000 (21:23 -0400)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 28 May 2014 22:06:16 +0000 (15:06 -0700)
commit6e24111b9c96788d9d2a64d7b1c7292cc99d2c38
treee540c4f3677c40e5ee60b2538084dff8fdc7773d
parentbbaec0f76c714a369014a47cca588fa3c2c9ce1e
glsl/tests/lower_jumps: fix generated sexpr's for loops

In 088494aa (as well as other commits in the series) Paul Berry modified
the tests for lower_jumps to account for the fact that the s-expression
for the loop IR instruction changed from
(loop () () () () (statements...)) to (loop (statements...)), but he
forgot to update create_test_cases.py which he used to create the tests.
Fix that, so that now create_test_cases.py is synced with the generated
tests.

Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/tests/lower_jumps/create_test_cases.py