On Tuesday, February 11, 2014 06:11:05 PM Dylan Baker wrote: > This series Reworks how python tests classes are strucutred, with a goal > of simplifying the code. > > In glsl_parser_test and shader_test this means replacing classes with > funcions. The reason for this is pretty simple, the only thing that was > being done in the classes was parsing the test file to fill in data for > the parent class. Replacing this with a function makes the code cleaner, > less complex, and means that we have fewer children to deal with. > > Patches 1-3 Rework the shader_test module. > Patches 4-9 Rework the glsl_parer_test module > Patches 10-12 Refactor Test, ExecTest, and PlainExec test to create a > single abstract base class that all children inherit from.
If there are no objections I plan to push patches 1-9 on Monday. There are some problems with the last 3 patches that I will fix and send out with another series.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
