[Mesa-dev] [PATCH 00/26] Unit test generated code, fix bugs
Ian Romanick
idr at freedesktop.org
Tue May 29 15:51:27 PDT 2012
This series contains four bits of stuff:
Patches 01/26 and 02/26 move the existing GLX tests from tests/glx to
src/glx/tests. This matches the placement of the other unit tests in
Mesa.
Patches 03/26, 04/26, 19/26, and 20/26 add new tests for code
generated from XML descriptions of the OpenGL and GLX APIs. These
test indirect_size.c and indirect_init.c in src/glx,
_mesa_lookup_enum_by_{name,nr} in src/mesa/main/enums.c, and the
dispatch tables in src/mapi/glapi.
Patches 05/26 through 18/26 fix minor bugs in
_mesa_lookup_enum_by_{name,nr} found with using the unit tests. The
fixes appear in the sequence before the test cases so that, during a
bisect, 'make check' will always pass.
Patches 21/26 through 26/26 remove some functions from the dispatch
table that are dead on arrival. The unit tests give some assurance
that this change won't break things.
More information about the mesa-dev
mailing list