Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637060 - media-libs/mesa-17.2.4 FAIL: glsl/tests/cache-test
Summary: media-libs/mesa-17.2.4 FAIL: glsl/tests/cache-test
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-11-10 16:09 UTC by ernsteiswuerfel
Modified: 2018-01-02 11:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_637060.txt,6.00 KB, text/plain)
2017-11-10 16:09 UTC, ernsteiswuerfel
Details
build.log (mesa_build.log.xz,65.93 KB, application/x-xz)
2017-11-10 16:12 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2017-11-10 16:09:58 UTC
Created attachment 503426 [details]
emerge --info

As this happens in mesa-17.3.0_rc3 too I reported it also upstrem:
https://bugs.freedesktop.org/show_bug.cgi?id=103668

==============================================
   Mesa 17.2.4: src/compiler/test-suite.log
==============================================

# TOTAL: 10
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: glsl/tests/cache-test
===========================

Failed to create ./cache-test-tmp/xdg-cache-home for shader cache (No such file or directory)---disabling.
Failed to create ./cache-test-tmp/mesa-glsl-cache-dir for shader cache (No such file or directory)---disabling.
Error: Test 'put_key of a colliding key evicts from the cache' failed: Expected=0, Actual=1
Error: Test 'put_key of orginal key evicts the colliding key' failed: Expected=0, Actual=1
FAIL glsl/tests/cache-test (exit status: 1)
Comment 1 ernsteiswuerfel archtester 2017-11-10 16:12:33 UTC
Created attachment 503428 [details]
build.log
Comment 2 Matt Turner gentoo-dev 2017-11-26 05:08:32 UTC
The cache-test failure should now be fixed upstream. I expect the fix to be in 17.2.7 and 17.3.0.
Comment 3 ernsteiswuerfel archtester 2017-11-26 15:34:07 UTC
Just built mesa from git, the bug is fixed now.