gl_unittests failing on chromium.memory/Linux MSan Tests |
|||||
Issue descriptionFiled by sheriff-o-matic@appspot.gserviceaccount.com on behalf of asanka@chromium.org gl_unittests failing on chromium.memory/Linux MSan Tests Builders failed on: - Linux MSan Tests: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20MSan%20Tests
,
Sep 19
I don't see an obvious culprit in the blamelist for that build. :-(
,
Sep 19
+kbr: Could you help route this? The failing tests are: GLImageNativePixmap/GLImageTest/3.Create GLImageNativePixmap/GLImageNativePixmapToDmabufTest/1.GLTexture2DToDmabuf GLImageNativePixmap/GLImageNativePixmapToDmabufTest/0.GLTexture2DToDmabuf GLImageNativePixmap/GLImageTest/2.Create GLSurfaceEGLTest.SurfaceFormatTest GLImageNativePixmap/GLImageOddSizeTest/2.Create GLImageNativePixmap/GLImageTest/1.Create GLImageNativePixmap/GLImageTest/0.Create GLImageNativePixmap/GLImageOddSizeTest/0.Create GLImageNativePixmap/GLImageNativePixmapToDmabufTest/3.GLTexture2DToDmabuf GLImageNativePixmap/GLImageNativePixmapToDmabufTest/2.GLTexture2DToDmabuf GLImageNativePixmap/GLImageOddSizeTest/1.Create GLImageNativePixmap/GLImageOddSizeTest/3.Create
,
Sep 19
It looks like some of the Ubuntu bots have a libGLESv2.so and libEGL.so, and therefore try to run the test (and crash), and some don't, so they skip the test. Failing run: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20MSan%20Tests/11669 https://chromium-swarm.appspot.com/task?id=400bb0e97728e310&refresh=10&show_raw=1 which ran on this bot: https://chromium-swarm.appspot.com/bot?id=gce-trusty-canary-e973df7c-us-central1-c-xk0k&sort_stats=total%3Adesc where this passing run: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20MSan%20Tests/11670 https://chromium-swarm.appspot.com/task?id=400be63bfdc88b10&refresh=10&show_raw=1 ran on this bot: https://chromium-swarm.appspot.com/bot?id=gce-trusty-02248837-us-west1-c-70z6&sort_stats=total%3Adesc and reported: [ RUN ] GLImageNativePixmap/GLImageNativePixmapToDmabufTest/0.GLTexture2DToDmabuf [25089:25089:0919/112559.682763:14797875789:ERROR:gl_implementation.cc(281)] Failed to load libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory [25089:25089:0919/112559.729174:14797922195:WARNING:gl_image_native_pixmap_unittest.cc(29)] Skip test, missing extension EGL_MESA_image_dma_buf_export We should skip these tests with the memory sanitizer turned on. gklassen@: as pixel wrangler this week could you please #ifdef out these tests when the memory sanitizer is in use? For this you can use: #if !defined(MEMORY_SANITIZER) // Fails under MSAN: crbug.com/886995 ...Test code... #endif or similar. Thanks.
,
Sep 19
,
Sep 20
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cde6bdf69d88964dafb6bdc7b8236356c91ebea6 commit cde6bdf69d88964dafb6bdc7b8236356c91ebea6 Author: Weiliang Chen <weiliangc@chromium.org> Date: Thu Sep 20 16:37:41 2018 Skip GL unit tests that are failing for MSAN Skip GLImageNativePixmap tests and GLSurfaceEGLTest.SurfaceFormatTest for MSAN. TBR=kbr Bug: 886995 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I1b29243bd8219e81187aa0e8c5d8f50371423126 Reviewed-on: https://chromium-review.googlesource.com/1236833 Commit-Queue: weiliangc <weiliangc@chromium.org> Reviewed-by: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#592831} [modify] https://crrev.com/cde6bdf69d88964dafb6bdc7b8236356c91ebea6/ui/gl/gl_image_native_pixmap_unittest.cc [modify] https://crrev.com/cde6bdf69d88964dafb6bdc7b8236356c91ebea6/ui/gl/gl_surface_egl_unittest.cc
,
Sep 20
Thank you Wei for picking this up! Please reopen or file a new bug if failures persist. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by asanka@chromium.org
, Sep 19Components: Internals>GPU>Internals
Labels: -Pri-2 Pri-1