Results for glean/readPixSanity

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.986374855042
errors
  • X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
  • Major opcode of failed request: 137 (DRI2)
  • Minor opcode of failed request: 8 ()
  • Resource id in failed request: 0x3c0000b
  • Serial number of failed request: 1878
  • Current serial number in output stream: 1878
info
Returncode: 1

Errors:
X Error of failed request:  BadDrawable (invalid Pixmap or Window parameter)
  Major opcode of failed request:  137 (DRI2)
  Minor opcode of failed request:  8 ()
  Resource id in failed request:  0x3c0000b
  Serial number of failed request:  1878
  Current serial number in output stream:  1878


Output:
----------------------------------------------------------------------
This test performs a sanity check of glReadPixels, using as
few other portions of the GL as possible.  If this test fails,
it may be pointless to run other tests, since so many of them
depend on reading the contents of the framebuffer to determine
if they pass.

The test works by using glClear to fill the framebuffer with a
randomly-chosen value, reading the contents of the
framebuffer, and comparing the actual contents with the
expected contents.  RGB, RGBA, color index, stencil, and depth
buffers (whichever are applicable to the current rendering
context) are checked.  The test passes if the actual contents
are within 1 LSB of the expected contents.

readPixSanity:  PASS rgba8, db, z24, s8, win+pmap, id 33
	RGBA largest readback error was 0 bits
	Depth largest readback error was 0.353147 bits
readPixSanity:  PASS rgba8, db, z24, s8, win+pmap, id 34
	RGBA largest readback error was 0 bits
	Depth largest readback error was 0.353147 bits
readPixSanity:  PASS rgba8, db, z24, s8, win+pmap, id 102
	RGBA largest readback error was 0 bits
	Depth largest readback error was 0.353147 bits

Back to summary