repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glx: don't fail test if the X server is inconsistent
[piglit.git]
/
tests
/
spec
/
glsl-1.10
/
compiler
/
arithmetic-on-non-existing-variable.vert
blob
e46b88ec00d68f70ad8dbe63421b7324c8a8741e
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.10
4
// [end config]
5
//
6
7
void main()
8
{
9
int i;
10
for (i = 0; i < 10; i += j);
11
}