diff options
author | Alejandro Piñeiro <[email protected]> | 2016-04-20 10:02:45 +0200 |
---|---|---|
committer | Alejandro Piñeiro <[email protected]> | 2016-05-26 09:19:36 +0200 |
commit | 2ed9563e79670ba2430f0827050e9a851fc56e79 (patch) | |
tree | 8a5c675d3671301f84d30bc5c74c4ae118a3f68e /src/compiler/glsl/tests/warnings/028-conditional.vert.expected | |
parent | eee00274fa330edfa536da039ba9116bdceb9990 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/compiler/glsl/tests/warnings/028-conditional.vert.expected')
-rw-r--r-- | src/compiler/glsl/tests/warnings/028-conditional.vert.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/glsl/tests/warnings/028-conditional.vert.expected b/src/compiler/glsl/tests/warnings/028-conditional.vert.expected new file mode 100644 index 00000000000..aaf5b7bd219 --- /dev/null +++ b/src/compiler/glsl/tests/warnings/028-conditional.vert.expected @@ -0,0 +1,6 @@ +0:11(34): warning: `undefinedInt' used uninitialized +0:12(21): warning: `undefinedInt' used uninitialized +0:14(11): warning: `undefined' used uninitialized +0:14(36): warning: `undefinedInt' used uninitialized +0:15(11): warning: `undefined' used uninitialized +0:15(23): warning: `undefinedInt' used uninitialized |