[Mesa-dev] [Bug 110525] [CTS] dEQP-VK.api.invariance.random crashes

2019-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110525

Samuel Pitoiset  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|NEW |RESOLVED

--- Comment #4 from Samuel Pitoiset  ---
This is a CTS bug, see Gerrit #3909 (Bas sent a fix).

-- 
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 110525] [CTS] dEQP-VK.api.invariance.random crashes

2019-04-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110525

--- Comment #3 from Bas Nieuwenhuizen  ---
Yep mesa-build is my debug build. (Also note that I spelled the env var wrong
in the pasted text. I did rerun it with the correct env var which did not
result in any changes.)

-- 
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 110525] [CTS] dEQP-VK.api.invariance.random crashes

2019-04-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110525

--- Comment #2 from Samuel Pitoiset  ---
Uhu? I can definitely reproduce it. Do you have assertions enabled in your
build?

-- 
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 110525] [CTS] dEQP-VK.api.invariance.random crashes

2019-04-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110525

--- Comment #1 from Bas Nieuwenhuizen  ---
Can't reproduce:

[bas@bas-workstation vulkan]$
VK_CD_FILENAMES=/home/bas/projects/mesa-build/src/amd/vulkan/dev_icd.json
./deqp-vk -n dEQP-VK.api.invariance.random --deqp-vk-device-id=1
Writing test log into TestResults.qpa
dEQP Core git-5deebf4709ed3e2c3aaad3b8bb8703f236309b97 (0x5deebf47) starting..
  target implementation = 'Default'

Test case 'dEQP-VK.api.invariance.random'..
  Pass (Pass)

DONE!

Test run totals:
  Passed:1/1 (100.0%)
  Failed:0/1 (0.0%)
  Not supported: 0/1 (0.0%)
  Warnings:  0/1 (0.0%)
[bas@bas-workstation vulkan]$
VK_CD_FILENAMES=/home/bas/projects/mesa-build/src/amd/vulkan/dev_icd.json
./deqp-vk -n dEQP-VK.api.invariance.random --deqp-vk-device-id=2
Writing test log into TestResults.qpa
dEQP Core git-5deebf4709ed3e2c3aaad3b8bb8703f236309b97 (0x5deebf47) starting..
  target implementation = 'Default'

Test case 'dEQP-VK.api.invariance.random'..
  Pass (Pass)

DONE!

Test run totals:
  Passed:1/1 (100.0%)
  Failed:0/1 (0.0%)
  Not supported: 0/1 (0.0%)
  Warnings:  0/1 (0.0%)

-- 
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 110525] [CTS] dEQP-VK.api.invariance.random crashes

2019-04-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110525

Bug ID: 110525
   Summary: [CTS] dEQP-VK.api.invariance.random crashes
   Product: Mesa
   Version: git
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/Vulkan/radeon
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: samuel.pitoi...@gmail.com
QA Contact: mesa-dev@lists.freedesktop.org

$ ./deqp-vk --deqp-case=dEQP-VK.api.invariance.random
Writing test log into TestResults.qpa
dEQP Core git-4e663ef25fe639f467d583e0a145edee66cddd82 (0x4e663ef2) starting..
  target implementation = 'Default'

Test case 'dEQP-VK.api.invariance.random'..
deqp-vk: ../src/amd/vulkan/radv_image.c:1038: radv_image_create: Assertion
`info.width % desc->width_divisor == 0' failed.
Aborted (core dumped)

git bisect start
# good: [055f6281d410aa55ac56169973897000d0e0cd42] intel/fs: Don't handle
texop_tex for shaders without implicit LOD
git bisect good 055f6281d410aa55ac56169973897000d0e0cd42
# bad: [934f178341f7ec3bb10e3fa1499198e7988b086f] anv/descriptor_set: Don't
fully destroy sets in pool destroy/reset
git bisect bad 934f178341f7ec3bb10e3fa1499198e7988b086f
# bad: [5f942db190ef2154fb6512bcac3f42b4df45e0f5] panfrost/midgard: Copy prop
for texture registers
git bisect bad 5f942db190ef2154fb6512bcac3f42b4df45e0f5
# good: [5564c38212ac3d3aa2fdfca4da03f10db79a07a4] radv: Update descriptor sets
for multiple planes.
git bisect good 5564c38212ac3d3aa2fdfca4da03f10db79a07a4
# bad: [fc9248e13e20ed49e9e672b6cb82fa5b05c48e61] radv: Enable YCBCR conversion
feature.
git bisect bad fc9248e13e20ed49e9e672b6cb82fa5b05c48e61
# good: [b769a549ee6325e3759a60af19de034e5666ffdb] radv: Add hashing for the
ycbcr samplers.
git bisect good b769a549ee6325e3759a60af19de034e5666ffdb
# bad: [379b82daced4efd90fbf2df26fb99b0a7ba43e05] radv: Add ycbcr subsampled &
multiplane formats to csv.
git bisect bad 379b82daced4efd90fbf2df26fb99b0a7ba43e05
# good: [52c1adda21bb9b1dfb06934279866014accd09d1] radv: Add ycbcr format
features.
git bisect good 52c1adda21bb9b1dfb06934279866014accd09d1
# first bad commit: [379b82daced4efd90fbf2df26fb99b0a7ba43e05] radv: Add ycbcr
subsampled & multiplane formats to csv.

commit 379b82daced4efd90fbf2df26fb99b0a7ba43e05 (refs/bisect/bad)
Author: Bas Nieuwenhuizen 
Date:   Tue Apr 16 01:05:29 2019 +0200

radv: Add ycbcr subsampled & multiplane formats to csv.

Reviewed-by: Samuel Pitoiset 

-- 
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