Results for valgrind/spec/!OpenGL 1.1/texwrap-1D-proj

Overview

Status: skip
Result: skip

Back to summary

Details

Detail Value
returncode 0
time 4.44722819328
errors
  • ==31546== Invalid write of size 4
  • ==31546== at 0x4B80062: _mesa_texstore_argb8888 (texstore.c:1578)
  • ==31546== by 0x4B80F10: _mesa_texstore (texstore.c:4053)
  • ==31546== by 0x4A88B82: intelTexImage (intel_tex_image.c:500)
  • ==31546== by 0x4A897CE: intelTexImage1D (intel_tex_image.c:565)
  • ==31546== by 0x4B6E373: teximage (teximage.c:2506)
  • ==31546== by 0x4B6ECFE: _mesa_TexImage1D (teximage.c:2554)
  • ==31546== by 0x804D9B6: init_textures (texwrap.c:1201)
  • ==31546== by 0x804E3D0: piglit_init (texwrap.c:1401)
  • ==31546== by 0x805052E: main (piglit-framework.c:116)
  • ==31546== Address 0xb78fb000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==31546==
info
Returncode: 0

Errors:
==31546== Invalid write of size 4
==31546==    at 0x4B80062: _mesa_texstore_argb8888 (texstore.c:1578)
==31546==    by 0x4B80F10: _mesa_texstore (texstore.c:4053)
==31546==    by 0x4A88B82: intelTexImage (intel_tex_image.c:500)
==31546==    by 0x4A897CE: intelTexImage1D (intel_tex_image.c:565)
==31546==    by 0x4B6E373: teximage (teximage.c:2506)
==31546==    by 0x4B6ECFE: _mesa_TexImage1D (teximage.c:2554)
==31546==    by 0x804D9B6: init_textures (texwrap.c:1201)
==31546==    by 0x804E3D0: piglit_init (texwrap.c:1401)
==31546==    by 0x805052E: main (piglit-framework.c:116)
==31546==  Address 0xb78fb000 is not stack'd, malloc'd or (recently) free'd
==31546== 


Output:
Parameter: 1D
Using TEXTURE_1D.
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
Testing NEAREST with projective mapping: CLAMP
Testing NEAREST with projective mapping: CLAMP_TO_EDGE
Testing NEAREST with projective mapping: CLAMP_TO_BORDER
Testing NEAREST with projective mapping: MIRRORED_REPEAT
Testing LINEAR with projective mapping: REPEAT
Testing LINEAR with projective mapping: CLAMP
Probe at (95,125) @ 0,0
  Expected: 140 114 63 204
  Observed: 255 0 0 204
Testing LINEAR with projective mapping: CLAMP_TO_EDGE
Testing LINEAR with projective mapping: CLAMP_TO_BORDER
Testing LINEAR with projective mapping: MIRRORED_REPEAT
Testing NEAREST with projective mapping and swizzling: REPEAT
Testing NEAREST with projective mapping and swizzling: CLAMP
Testing NEAREST with projective mapping and swizzling: CLAMP_TO_EDGE
Testing NEAREST with projective mapping and swizzling: CLAMP_TO_BORDER
Testing NEAREST with projective mapping and swizzling: MIRRORED_REPEAT
Testing LINEAR with projective mapping and swizzling: REPEAT
Testing LINEAR with projective mapping and swizzling: CLAMP
Probe at (95,125) @ 0,0
  Expected: 63 140 114 204
  Observed: 0 255 0 204
Testing LINEAR with projective mapping and swizzling: CLAMP_TO_EDGE
Testing LINEAR with projective mapping and swizzling: CLAMP_TO_BORDER
Testing LINEAR with projective mapping and swizzling: MIRRORED_REPEAT

Back to summary