Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 0.999000072479 |
note | Returncode was 1 |
info | Returncode: 1 Errors: Output: Parameter: RECT Using TEXTURE_RECTANGLE. 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: CLAMP Probe at (39,36) @ 11,0 Expected: 255 0 0 204 Observed: 255 255 255 255 Testing NEAREST with projective mapping: CLAMP_TO_EDGE Probe at (128,36) @ 8,0 Expected: 255 0 0 204 Observed: 255 255 255 255 Testing NEAREST with projective mapping: CLAMP_TO_BORDER Probe at (268,36) @ 22,0 Expected: 25 229 127 204 Observed: 127 127 127 255 Testing LINEAR with projective mapping: CLAMP Probe at (36,134) @ 10,0 Expected: 82 172 95 204 Observed: 140 135 84 208 Testing LINEAR with projective mapping: CLAMP_TO_EDGE Probe at (128,134) @ 8,0 Expected: 255 0 0 204 Observed: 235 235 235 235 Testing LINEAR with projective mapping: CLAMP_TO_BORDER Probe at (268,134) @ 22,0 Expected: 25 229 127 204 Observed: 127 127 127 255 |