[Mesa-dev] [Bug 103668] mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test

2017-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103668

--- Comment #7 from erhar...@mailbox.org ---
I can confirm that the test passes now. Thanks!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103668] mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test

2017-11-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103668

Matt Turner  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Matt Turner  ---
Should be fixed by:

commit c690a7a8cdfb6425547bbb782020098405851194
Author: Matt Turner 
Date:   Thu Nov 23 10:41:34 2017 -0800

util: Fix disk_cache index calculation on big endian

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103668] mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test

2017-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103668

Matt Turner  changed:

   What|Removed |Added

   Assignee|mesa-dev@lists.freedesktop. |matts...@gmail.com
   |org |
 Status|NEW |ASSIGNED

--- Comment #5 from Matt Turner  ---
Patches on the list.

  util: Fix SHA1 implementation on big endian
  util: Add a SHA1 unit test program
  util: Fix disk_cache index calculation on big endian

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103668] mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test

2017-11-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103668

--- Comment #4 from Emil Velikov  ---
Right my bad. I missed the PPC piece in the report :-\

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103668] mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test

2017-11-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103668

--- Comment #3 from Ilia Mirkin  ---
That's pretty different... the other issue is about disk management, and
probably restricted by gentoo's auto-sandbox thing somehow.

This is PPC, so more likely an endian issue in the cache key computation code.
Or a problem in the test.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103668] mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test

2017-11-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103668

--- Comment #2 from Emil Velikov  ---
I'm suspecting something Gentoo related - either layout or FS.
We have a similar issue in bug 103122, again Gentoo.

Issue may not be as widespread as it seems - 17.3.0-rc3 is fine on pq (Pekka)
setup.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103668] mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test

2017-11-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103668

--- Comment #1 from Eric Engestrom  ---
(In reply to erhard_f from comment #0)
> 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.

just fyi, iirc these two messages are expected, they're not part of the problem
here

don't know that codebase enough to actually be of any help, though

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 103668] mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test

2017-11-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103668

Bug ID: 103668
   Summary: mesa-17.3.0_rc3: FAIL: glsl/tests/cache-test
   Product: Mesa
   Version: 17.3
  Hardware: PowerPC
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Mesa core
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: erhar...@mailbox.org
QA Contact: mesa-dev@lists.freedesktop.org

Created attachment 135372
  --> https://bugs.freedesktop.org/attachment.cgi?id=135372=edit
build.log

==
   Mesa 17.3.0-rc3: 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)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev