Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 637060

Summary: media-libs/mesa-17.2.4 FAIL: glsl/tests/cache-test
Product: Gentoo Linux Reporter: ernsteiswuerfel <erhard_f>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED UPSTREAM    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: PPC   
OS: Linux   
URL: https://bugs.freedesktop.org/show_bug.cgi?id=103668
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build.log

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.