Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 1.04600000381 |
note | Returncode was 1 |
info | Returncode: 1 Errors: Output: Parameter: 1D Using TEXTURE_1D. Parameter: npot Using NPOT dimensions. Parameter: proj Using projective mapping. Hint: If you only fail CLAMP and CLAMP_TO_BORDER tests, the border color is wrong. Testing NEAREST with projective mapping: REPEAT Probe at (18,36) @ 4,0 Expected: 0 0 0 0 Observed: 255 255 255 255 Testing NEAREST with projective mapping: CLAMP Probe at (128,36) @ 8,0 Expected: 255 0 0 204 Observed: 255 255 255 255 Testing NEAREST with projective mapping: CLAMP_TO_EDGE Probe at (217,36) @ 5,0 Expected: 255 0 0 204 Observed: 255 255 255 255 Testing NEAREST with projective mapping: CLAMP_TO_BORDER Probe at (303,36) @ 1,0 Expected: 25 229 127 204 Observed: 255 0 0 204 Testing NEAREST with projective mapping: MIRRORED_REPEAT Probe at (398,36) @ 0,0 Expected: 255 255 255 255 Observed: 0 0 0 0 Testing LINEAR with projective mapping: REPEAT Probe at (6,134) @ 0,0 Expected: 255 255 255 255 Observed: 203 255 255 234 Testing LINEAR with projective mapping: CLAMP Probe at (125,134) @ 7,0 Expected: 140 114 63 204 Observed: 251 4 2 204 Testing LINEAR with projective mapping: CLAMP_TO_EDGE Probe at (217,134) @ 5,0 Expected: 255 0 0 204 Observed: 255 235 235 251 Testing LINEAR with projective mapping: CLAMP_TO_BORDER Probe at (303,134) @ 1,0 Expected: 25 229 127 204 Observed: 176 79 44 204 Testing LINEAR with projective mapping: MIRRORED_REPEAT Probe at (398,134) @ 0,0 Expected: 255 255 255 255 Observed: 84 84 84 84 |