[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Timothy Arceri changed: What|Removed |Added Status|REOPENED|RESOLVED

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #19 from Vinson Lee --- Applied attachment 129406. make check passes. Mesa 17.1.0-devel: src/compiler/test-suite.log

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Timothy Arceri changed: What|Removed |Added Attachment #129405|0 |1 is

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Timothy Arceri changed: What|Removed |Added Attachment #129404|0 |1 is

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #16 from Timothy Arceri --- Created attachment 129404 --> https://bugs.freedesktop.org/attachment.cgi?id=129404=edit Possible fix Does this patch help? -- You are receiving this mail because: You are the

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Matt Turner changed: What|Removed |Added Blocks|98471 |99517 Referenced

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #15 from Vinson Lee --- Here is make check failure with the debug statements from attachment 129357. FAIL: glsl/tests/cache-test === Failed to create ./cache-test-tmp/xdg-cache-home for

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #14 from Emil Velikov --- Semi-random thoughts which came to mind. Feel free to pursue if interested - I'm sidetracked with something else atm. - endianess issue ? - fs is missing/buggy/etc. flock and

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Emil Velikov changed: What|Removed |Added See Also|

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #12 from Emil Velikov --- Created attachment 129357 --> https://bugs.freedesktop.org/attachment.cgi?id=129357=edit Some debug printfs Adding a reference to the Gentoo bug and the patch in question. Once

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #11 from Timothy Arceri --- FRom the gentoo bug: "This only happens with ABI_X86=32, the test passes for native abi." -- You are receiving this mail because: You are the assignee for the bug. You are the QA

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #10 from Vinson Lee --- Can someone provide a patch with the print statements wanted to test? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #9 from Emil Velikov --- To check the theory in comment 8 just add a couple of printfs in test_put_and_get() and/or get_cache_file(). Vinson can you give this a try - it will save us all a fair bit of

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #8 from Tapani Pälli --- (In reply to Timothy Arceri from comment #7) > The real issue is these MAX_SIZE limits are far too small. Arguably we > should handle it anyway or maybe apply a minimum size. hmm let me

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #7 from Timothy Arceri --- The real issue is these MAX_SIZE limits are far too small. Arguably we should handle it anyway or maybe apply a minimum size. -- You are receiving this mail because: You are the QA

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Vinson Lee changed: What|Removed |Added Resolution|FIXED |---

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Emil Velikov changed: What|Removed |Added Resolution|--- |FIXED

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2017-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #4 from Emil Velikov --- Fwiw I've ran into identical issue whist importing a SHA1 implementation. The issue here is buggy SHA1 implementation. As such if you print the result of _mesa_sha1_compute and

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2016-11-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #3 from Emil Velikov --- The "Failed to create foo" messages are expected and deliberate. The actual issue is the next lines: Error: Test 'cache_put eviction with MAX_SIZE=1K' failed: Expected=1, Actual=2

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2016-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #2 from Tapani Pälli --- maybe it does not implement '-p' for the mkdir? My original cache set did this, if wanted some code can be taken from here:

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2016-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 --- Comment #1 from Timothy Arceri --- There is a problem creating the folders I'm not sure why. Do you have some kind of odd user setup? Either way I don't think this should be a blocked for 13.0 because nobody should be

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2016-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Vinson Lee changed: What|Removed |Added Version|git |13.0 -- You are

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2016-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Vinson Lee changed: What|Removed |Added Blocks||98471 Referenced

[Mesa-dev] [Bug 97967] glsl/tests/cache-test regression

2016-09-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97967 Bug ID: 97967 Summary: glsl/tests/cache-test regression Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Keywords: