Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 0.211585044861 |
note | Returncode was 1 |
errors |
|
command | /home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.30/compiler/keywords/sampler1D.frag fail 1.30 |
info | Returncode: 1 Errors: Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/keywords/sampler1D.frag: Output: Shader source: // [config] // expect_result: fail // glsl_version: 1.30 // [end config] // // Check that 'sampler1D' is a keyword. #version 130 int f() { int sampler1D; return 0; } |