On 5 September 2012 15:09, Ian Romanick <span dir="ltr"><<a href="mailto:idr@freedesktop.org" target="_blank">idr@freedesktop.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
From: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>><br>
<br>
This test is only built when shared-glapi is used.  Because of changes<br>
elsewhere in the tree that were necessary to make shared-glapi work<br>
correct with GLX, it's not feasible to make the test function both ways.<br>
<br>
Signed-off-by: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>><br></blockquote><div><br>This test is failing on my system when I run "make check":<br><br>[----------] 1 test from DispatchSanity_test<br>
[ RUN      ] DispatchSanity_test.GLES2<br>Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable<br>dispatch_sanity.cpp:122: Failure<br>Value of: table[i]<br>  Actual: 0x4de54e<br>
Expected: (_glapi_proc) _mesa_generic_nop<br>Which is: 0x41af72<br>i = 321<br>[  FAILED  ] DispatchSanity_test.GLES2 (4 ms)<br>[----------] 1 test from DispatchSanity_test (4 ms total)<br><br>Is anybody else getting this problem?<br>
<br>Here's how I have Mesa configured:<br><br>./autogen.sh \<br>    --with-gallium-drivers= \<br>    --enable-gles1 \<br>    --disable-glut \<br>    --enable-debug \<br>    --enable-egl \<br>    --enable-gles2 \<br>    --enable-texture-float \<br>
    --enable-glx-tls \<br>    --enable-shared-glapi \<br>    "--prefix=$PLATFORM_INSTALL_DIR" \<br>    --with-dri-drivers=swrast,i915,i965 \<br>    CFLAGS="-O0 $CFLAGS" \<br>    CXXFLAGS="-O0 $CXXFLAGS"<br>
</div></div>