summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2016-04-20 10:02:45 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2016-05-26 09:19:36 +0200
commit2ed9563e79670ba2430f0827050e9a851fc56e79 (patch)
tree8a5c675d3671301f84d30bc5c74c4ae118a3f68e /src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected
parenteee00274fa330edfa536da039ba9116bdceb9990 (diff)
downloadexternal_mesa3d-2ed9563e79670ba2430f0827050e9a851fc56e79.zip
external_mesa3d-2ed9563e79670ba2430f0827050e9a851fc56e79.tar.gz
external_mesa3d-2ed9563e79670ba2430f0827050e9a851fc56e79.tar.bz2
glsl: add unit tests data vertex/expected outcome for uninitialized warning
v2: fix 025 test. Add three more tests (Ian Romanick) Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected')
-rw-r--r--src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected b/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected
new file mode 100644
index 0000000..21cb2c5
--- /dev/null
+++ b/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected
@@ -0,0 +1,7 @@
+0:11(20): warning: `undefinedIndex' used uninitialized
+0:11(51): warning: `undefinedIndex' used uninitialized
+0:11(82): warning: `undefinedIndex' used uninitialized
+0:11(6): warning: `willBeDefined' used uninitialized
+0:14(20): warning: `undefinedIndex' used uninitialized
+0:14(51): warning: `undefinedIndex' used uninitialized
+0:14(82): warning: `undefinedIndex' used uninitialized