summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-03-11 17:01:04 -0700
committerBrian Paul <brianp@vmware.com>2011-03-11 17:01:04 -0700
commit161b08b7404c3573bcea071d571faaf3bdd688ec (patch)
tree1cc42366fc7de308290ea144d6020cbcf1f3f3f7
parentf5f8b86e2edf38886f6ee53280495bb85c129335 (diff)
re-alphabetize tests lists
-rw-r--r--tests/all.tests22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 84874bc35..9cf28b94d 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -144,6 +144,7 @@ add_plain_test(fbo, 'fbo-integer')
add_plain_test(fbo, 'fbo-maxsize')
add_plain_test(fbo, 'fbo-nodepth-test')
add_plain_test(fbo, 'fbo-nostencil-test')
+add_plain_test(fbo, 'fbo-pbo-readpixels-small')
add_plain_test(fbo, 'fbo-readdrawpix')
add_plain_test(fbo, 'fbo-readpixels')
add_plain_test(fbo, 'fbo-scissor-bitmap')
@@ -151,7 +152,6 @@ add_plain_test(fbo, 'fbo-srgb')
add_plain_test(fbo, 'fbo-srgb-blit')
add_plain_test(fbo, 'fbo-storage-formats')
add_plain_test(fbo, 'fbo-storage-completeness')
-add_plain_test(fbo, 'fbo-pbo-readpixels-small')
add_fbo_rg(fbo, 'GL_RED')
add_fbo_rg(fbo, 'GL_R8')
add_fbo_rg(fbo, 'GL_R16')
@@ -181,6 +181,7 @@ add_plain_test(general, 'draw-instanced')
add_plain_test(general, 'draw-instanced-divisor')
add_plain_test(general, 'draw-vertices')
add_plain_test(general, 'draw-vertices-half-float')
+add_plain_test(general, 'early-z')
add_plain_test(general, 'fog-modes')
add_plain_test(general, 'fragment-center')
add_plain_test(general, 'framebuffer-srgb')
@@ -188,7 +189,6 @@ add_plain_test(general, 'geterror-invalid-enum')
add_plain_test(general, 'geterror-inside-begin')
add_plain_test(general, 'gl30basic')
add_plain_test(general, 'hiz')
-add_plain_test(general, 'early-z')
add_plain_test(general, 'isbufferobj')
add_plain_test(general, 'line-aa-width')
add_plain_test(general, 'linestipple')
@@ -220,6 +220,7 @@ add_plain_test(general, 'scissor-stencil-clear')
add_plain_test(general, 'stencil-drawpixels')
add_plain_test(general, 'stencil-twoside')
add_plain_test(general, 'stencil-wrap')
+add_plain_test(general, 'sync_api')
add_plain_test(general, 'texgen')
add_plain_test(general, 'texunits')
add_plain_test(general, 'timer_query')
@@ -231,7 +232,6 @@ add_plain_test(general, 'vbo-map-remap')
add_plain_test(general, 'vbo-subdata-sync')
add_plain_test(general, 'vbo-subdata-zero')
add_plain_test(general, 'windowoverlap')
-add_plain_test(general, 'sync_api')
shaders = Group()
def add_shader_generic(group, name):
@@ -253,7 +253,6 @@ add_plain_test(shaders, 'ati-fs-bad-delete')
add_plain_test(shaders, 'attribute0')
add_plain_test(shaders, 'createshaderprogram-bad-type')
add_plain_test(shaders, 'createshaderprogram-attached-shaders')
-add_plain_test(shaders, 'trinity-fp1')
add_plain_test(shaders, 'fp-abs-01')
add_plain_test(shaders, 'fp-abs-02')
add_plain_test(shaders, 'fp-condition_codes-01')
@@ -270,6 +269,7 @@ add_plain_test(shaders, 'fp-rfl')
add_plain_test(shaders, 'fp-set-01')
add_plain_test(shaders, 'fp-set-02')
add_plain_test(shaders, 'fp-unpack-01')
+add_plain_test(shaders, 'trinity-fp1')
add_shader_generic(shaders, 'glsl-algebraic-add-add-1')
add_shader_generic(shaders, 'glsl-algebraic-add-add-2')
add_shader_generic(shaders, 'glsl-algebraic-add-add-3')
@@ -829,9 +829,6 @@ add_plain_test(bugs, 'fdo9833')
add_plain_test(bugs, 'fdo10370')
add_plain_test(bugs, 'fdo14575')
add_plain_test(bugs, 'fdo20701')
-add_plain_test(bugs, 'r300-readcache')
-add_plain_test(bugs, 'tex1d-2dborder')
-add_plain_test(bugs, 'point-sprite')
add_plain_test(bugs, 'fdo22540')
add_plain_test(bugs, 'fdo23489')
add_plain_test(bugs, 'fdo23670-depth_test')
@@ -840,6 +837,9 @@ add_plain_test(bugs, 'fdo24066')
add_plain_test(bugs, 'fdo25614-genmipmap')
add_plain_test(bugs, 'fdo28551')
add_plain_test(bugs, 'fdo31934')
+add_plain_test(bugs, 'point-sprite')
+add_plain_test(bugs, 'r300-readcache')
+add_plain_test(bugs, 'tex1d-2dborder')
add_plain_test(bugs, 'tri-tex-crash')
add_plain_test(bugs, 'vbo-buffer-unmap')
@@ -866,6 +866,10 @@ add_plain_test(texturing, 'array-texture')
add_plain_test(texturing, 'copytexsubimage')
add_plain_test(texturing, 'cubemap')
add_plain_test(texturing, 'depth-level-clamp')
+add_plain_test(texturing, 'depth-tex-modes')
+add_plain_test(texturing, 'depth-tex-modes-glsl')
+add_plain_test(texturing, 'depth-tex-modes-rg')
+add_plain_test(texturing, 'depth-tex-compare')
add_plain_test(texturing, 'fxt1-teximage')
add_plain_test(texturing, 'gen-teximage')
add_plain_test(texturing, 'gen-compressed-teximage')
@@ -901,10 +905,6 @@ add_plain_test(texturing, 'texrect-many')
add_plain_test(texturing, 'texredefine')
add_plain_test(texturing, 'texture-integer')
add_plain_test(texturing, 'texture-rg')
-add_plain_test(texturing, 'depth-tex-modes')
-add_plain_test(texturing, 'depth-tex-modes-glsl')
-add_plain_test(texturing, 'depth-tex-modes-rg')
-add_plain_test(texturing, 'depth-tex-compare')
add_plain_test(texturing, 'tex-srgb')
def add_texwrap_test1(group, p1):