summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2022-07-27 16:09:51 +0100
committerDaniel Stone <daniels@collabora.com>2022-08-04 16:21:27 +0000
commit3a1dfe70fa3593e4c9cb866f1f15a4956c32cd15 (patch)
tree20b03d4b8a68a4db1fbb1be9a7fa555b41f3e537 /tests
parentd8be6896b50c2bed211d3da7c4c10076ff247f4f (diff)
tests: Rename tests with overly-long names
Under CMake, we end up with a limit of 250 characters for the path name. CMake was generating names like: C:/Users/Administrator/runner/builds/daniels/piglit/target_api/gl/tests/spec/arb_framebuffer_object/CMakeFiles/same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.dir/./same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.c.obj Rename the three most egregiously long test names to work around this. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/710>
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/arb_framebuffer_object/CMakeLists.gl.txt4
-rw-r--r--tests/spec/arb_framebuffer_object/same-attachment-renderbuffer-depth_stencil.c (renamed from tests/spec/arb_framebuffer_object/same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.c)0
-rw-r--r--tests/spec/arb_framebuffer_object/same-attachment-tex2d-depth_stencil.c (renamed from tests/spec/arb_framebuffer_object/same-attachment-glFramebufferTexture2D-GL_DEPTH_STENCIL_ATTACHMENT.c)0
-rw-r--r--tests/spec/arb_sample_shading/execution/CMakeLists.gl.txt2
-rw-r--r--tests/spec/arb_sample_shading/execution/builtin-gl-sample-mask-mrt-alpha-to-coverage.cpp (renamed from tests/spec/arb_sample_shading/execution/builtin-gl-sample-mask-mrt-alpha-to-coverage-combinations.cpp)0
5 files changed, 3 insertions, 3 deletions
diff --git a/tests/spec/arb_framebuffer_object/CMakeLists.gl.txt b/tests/spec/arb_framebuffer_object/CMakeLists.gl.txt
index 40c71b896..718911d39 100644
--- a/tests/spec/arb_framebuffer_object/CMakeLists.gl.txt
+++ b/tests/spec/arb_framebuffer_object/CMakeLists.gl.txt
@@ -15,8 +15,8 @@ piglit_add_executable(get-renderbuffer-internalformat get-renderbuffer-internalf
piglit_add_executable(arb_framebuffer_object-get-attachment-parameter-default-framebuffer get-attachment-parameter-default-framebuffer.c)
piglit_add_executable(arb_framebuffer_object-mixed-buffer-sizes mixed-buffer-sizes.c)
piglit_add_executable(arb_framebuffer_object-negative-readpixels-no-rb negative-readpixels-no-rb.c)
-piglit_add_executable(same-attachment-glFramebufferTexture2D-GL_DEPTH_STENCIL_ATTACHMENT same-attachment-glFramebufferTexture2D-GL_DEPTH_STENCIL_ATTACHMENT.c)
-piglit_add_executable(same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.c)
+piglit_add_executable(same-attachment-tex2d-depth_stencil same-attachment-tex2d-depth_stencil.c)
+piglit_add_executable(same-attachment-renderbuffer-depth_stencil same-attachment-renderbuffer-depth_stencil.c)
piglit_add_executable (fbo-blit-scaled-linear blit-scaled-linear.cpp)
piglit_add_executable (fbo-attachments-blit-scaled-linear attachments-blit-scaled-linear.cpp)
piglit_add_executable(fbo-drawbuffers-none fbo-drawbuffers-none.c)
diff --git a/tests/spec/arb_framebuffer_object/same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.c b/tests/spec/arb_framebuffer_object/same-attachment-renderbuffer-depth_stencil.c
index 7094ddce2..7094ddce2 100644
--- a/tests/spec/arb_framebuffer_object/same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.c
+++ b/tests/spec/arb_framebuffer_object/same-attachment-renderbuffer-depth_stencil.c
diff --git a/tests/spec/arb_framebuffer_object/same-attachment-glFramebufferTexture2D-GL_DEPTH_STENCIL_ATTACHMENT.c b/tests/spec/arb_framebuffer_object/same-attachment-tex2d-depth_stencil.c
index 1de6a1caa..1de6a1caa 100644
--- a/tests/spec/arb_framebuffer_object/same-attachment-glFramebufferTexture2D-GL_DEPTH_STENCIL_ATTACHMENT.c
+++ b/tests/spec/arb_framebuffer_object/same-attachment-tex2d-depth_stencil.c
diff --git a/tests/spec/arb_sample_shading/execution/CMakeLists.gl.txt b/tests/spec/arb_sample_shading/execution/CMakeLists.gl.txt
index b219733e7..4ce7622a4 100644
--- a/tests/spec/arb_sample_shading/execution/CMakeLists.gl.txt
+++ b/tests/spec/arb_sample_shading/execution/CMakeLists.gl.txt
@@ -15,7 +15,7 @@ piglit_add_executable (arb_sample_shading-builtin-gl-sample-id builtin-gl-sample
piglit_add_executable (arb_sample_shading-builtin-gl-sample-mask builtin-gl-sample-mask.cpp)
piglit_add_executable (arb_sample_shading-builtin-gl-sample-mask-simple builtin-gl-sample-mask-simple.cpp)
piglit_add_executable (arb_sample_shading-builtin-gl-sample-mask-mrt-alpha builtin-gl-sample-mask-mrt-alpha.cpp)
-piglit_add_executable (arb_sample_shading-builtin-gl-sample-mask-mrt-alpha-to-coverage-combinations builtin-gl-sample-mask-mrt-alpha-to-coverage-combinations.cpp)
+piglit_add_executable (arb_sample_shading-builtin-gl-sample-mask-mrt-alpha-to-coverage builtin-gl-sample-mask-mrt-alpha-to-coverage.cpp)
piglit_add_executable (arb_sample_shading-builtin-gl-sample-position builtin-gl-sample-position.cpp)
piglit_add_executable (arb_sample_shading-interpolate-at-sample-position interpolate-at-sample-position.cpp)
piglit_add_executable (arb_sample_shading-ignore-centroid-qualifier ignore-centroid-qualifier.cpp)
diff --git a/tests/spec/arb_sample_shading/execution/builtin-gl-sample-mask-mrt-alpha-to-coverage-combinations.cpp b/tests/spec/arb_sample_shading/execution/builtin-gl-sample-mask-mrt-alpha-to-coverage.cpp
index 6d49d9cb1..6d49d9cb1 100644
--- a/tests/spec/arb_sample_shading/execution/builtin-gl-sample-mask-mrt-alpha-to-coverage-combinations.cpp
+++ b/tests/spec/arb_sample_shading/execution/builtin-gl-sample-mask-mrt-alpha-to-coverage.cpp