Re: [Mesa-dev] [PATCH 3/9] glsl: Refactor the python test case generator

2014-08-18 Thread Petri Latvala
On 08/13/2014 01:51 AM, Dylan Baker wrote: On Tuesday, July 29, 2014 12:36:33 PM Petri Latvala wrote: Move the IR sexp builder helpers and test script creation parts of tests/lower_jumps/create_test_cases.py into tests/test_case_generator.py No functional changes. Signed-off-by: Petri Latvala

Re: [Mesa-dev] [PATCH 3/9] glsl: Refactor the python test case generator

2014-08-13 Thread Dylan Baker
On Tuesday, July 29, 2014 12:36:33 PM Petri Latvala wrote: > Move the IR sexp builder helpers and test script creation parts of > tests/lower_jumps/create_test_cases.py into tests/test_case_generator.py > > No functional changes. > > Signed-off-by: Petri Latvala > --- > src/glsl/tests/lower_jum

[Mesa-dev] [PATCH 3/9] glsl: Refactor the python test case generator

2014-07-29 Thread Petri Latvala
Move the IR sexp builder helpers and test script creation parts of tests/lower_jumps/create_test_cases.py into tests/test_case_generator.py No functional changes. Signed-off-by: Petri Latvala --- src/glsl/tests/lower_jumps/create_test_cases.py | 336 +++- src/glsl/tests/test