Skip to content

Commit

Permalink
Merge pull request #1007 from zhenyao/move
Browse files Browse the repository at this point in the history
Move tests from conformance2/core to various folders and remove core.
  • Loading branch information
toji committed May 27, 2015
2 parents 46a6a22 + 4c135a9 commit 867de0e
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions sdk/tests/conformance2/00_test_list.txt
Expand Up @@ -4,5 +4,7 @@ context/00_test_list.txt
core/00_test_list.txt
glsl3/00_test_list.txt
misc/00_test_list.txt
rendering/00_test_list.txt
state/00_test_list.txt
textures/00_test_list.txt
vertex_arrays/00_test_list.txt
10 changes: 0 additions & 10 deletions sdk/tests/conformance2/core/00_test_list.txt

This file was deleted.

1 change: 1 addition & 0 deletions sdk/tests/conformance2/glsl3/00_test_list.txt
Expand Up @@ -4,5 +4,6 @@ array-assign-constructor.html
array-equality.html
array-in-complex-expression.html
array-length-side-effects.html
frag-depth.html
misplaced-version-directive.html
shader-linking.html
File renamed without changes.
3 changes: 3 additions & 0 deletions sdk/tests/conformance2/rendering/00_test_list.txt
@@ -0,0 +1,3 @@
draw-buffers.html
element-index-uint.html
instanced-arrays.html
5 changes: 5 additions & 0 deletions sdk/tests/conformance2/textures/00_test_list.txt
@@ -1,3 +1,8 @@
gl-get-tex-parameter.html
tex-input-validation.html
tex-mipmap-levels.html
tex-new-formats.html
tex-storage-2d.html
tex-storage-and-subimage-3d.html
texel-fetch-undefined.html
texture-npot.html
1 change: 1 addition & 0 deletions sdk/tests/conformance2/vertex_arrays/00_test_list.txt
@@ -0,0 +1 @@
vertex-array-object.html

0 comments on commit 867de0e

Please sign in to comment.