From e79aaa8b8161f7da25c71e49ba8cf2ab4c219eb5 Mon Sep 17 00:00:00 2001 From: Morris Tseng Date: Wed, 27 Apr 2016 11:55:45 +0800 Subject: [PATCH] Bug 1193526 - Rename built_in_varying_array_out_of_bounds to biv_array_oob. r=jgilbert The name of some tests is too long and exceed maximum length of windows path. So we rename it to shorter name. MozReview-Commit-ID: 2Mp94FkUehd --HG-- rename : dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html => dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/biv_array_oob_001_to_001.html rename : dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag => dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/gl_Color.frag --- .../biv_array_oob_001_to_001.html} | 14 +++++++------- .../gl_Color.frag} | 0 .../ogles/GL/biv_array_oob/input.run.txt | 2 ++ .../input.run.txt | 2 -- .../checkout/conformance/ogles/mustpass.run.txt | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) rename dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/{built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html => biv_array_oob/biv_array_oob_001_to_001.html} (87%) rename dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/{built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag => biv_array_oob/gl_Color.frag} (100%) create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/input.run.txt delete mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html b/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/biv_array_oob_001_to_001.html similarity index 87% rename from dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html rename to dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/biv_array_oob_001_to_001.html index dc803dbe2f58..5916c4bcaf59 100644 --- a/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html +++ b/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/biv_array_oob_001_to_001.html @@ -28,7 +28,7 @@ -WebGL GLSL conformance test: built_in_varying_array_out_of_bounds_001_to_001.html +WebGL GLSL conformance test: biv_array_oob_001_to_001.html @@ -45,13 +45,13 @@ OpenGLESTestRunner.run({ "tests": [ { - "pattern": "build", + "pattern": "build", "testProgram": { - "vertexShader": "../default/default.vert", - "fragmentShader": "gl_Color_array_index_out_of_bounds_frag.frag" - }, - "name": "gl_Color_array_index_out_of_bounds_frag.test.html", - "linkstat": false, + "vertexShader": "../default/default.vert", + "fragmentShader": "gl_Color.frag" + }, + "name": "gl_Color_array_index_out_of_bounds_frag.test.html", + "linkstat": false, "compstat": false } ] diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag b/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/gl_Color.frag similarity index 100% rename from dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag rename to dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/gl_Color.frag diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/input.run.txt b/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/input.run.txt new file mode 100644 index 000000000000..59bd0651d4ec --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/input.run.txt @@ -0,0 +1,2 @@ +# this file is auto-generated. DO NOT EDIT. +biv_array_oob_001_to_001.html diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt b/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt deleted file mode 100644 index be6485a1f3f9..000000000000 --- a/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt +++ /dev/null @@ -1,2 +0,0 @@ -# this file is auto-generated. DO NOT EDIT. -built_in_varying_array_out_of_bounds_001_to_001.html diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/ogles/mustpass.run.txt b/dom/canvas/test/webgl-conf/checkout/conformance/ogles/mustpass.run.txt index e6b87db93af4..d56a82b545fe 100644 --- a/dom/canvas/test/webgl-conf/checkout/conformance/ogles/mustpass.run.txt +++ b/dom/canvas/test/webgl-conf/checkout/conformance/ogles/mustpass.run.txt @@ -9,7 +9,7 @@ GL/atan/input.run.txt GL/biConstants/input.run.txt GL/biuDepthRange/input.run.txt GL/build/input.run.txt -GL/built_in_varying_array_out_of_bounds/input.run.txt +GL/biv_array_oob/input.run.txt GL/ceil/input.run.txt GL/clamp/input.run.txt GL/control_flow/input.run.txt