All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0
       [not found] <bug-105990-502@http.bugs.freedesktop.org/>
@ 2018-04-11 20:15 ` bugzilla-daemon
  2018-04-11 22:19 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-04-11 20:15 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 905 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105990

Chris Wilson <chris@chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop
                   |sktop.org                   |.org
         QA Contact|intel-gfx-bugs@lists.freede |
                   |sktop.org                   |
          Component|DRM/Intel                   |IGT

--- Comment #3 from Chris Wilson <chris@chris-wilson.co.uk> ---
Hmm, it *is* reporting that is not currently master (I had thought that was a
silent return). However, it really, really should be master at that point, that
implies something else is and this test should be the only client...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2624 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0
       [not found] <bug-105990-502@http.bugs.freedesktop.org/>
  2018-04-11 20:15 ` [Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0 bugzilla-daemon
@ 2018-04-11 22:19 ` bugzilla-daemon
  2018-04-11 22:21 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-04-11 22:19 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 322 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105990

--- Comment #4 from Martin Peres <martin.peres@free.fr> ---
I agree. Maybe we could print the list of the clients when this fails? Bonus
points for showing which one is actually master?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1218 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0
       [not found] <bug-105990-502@http.bugs.freedesktop.org/>
  2018-04-11 20:15 ` [Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0 bugzilla-daemon
  2018-04-11 22:19 ` bugzilla-daemon
@ 2018-04-11 22:21 ` bugzilla-daemon
  2018-05-16 12:30 ` bugzilla-daemon
  2018-05-22 20:48 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-04-11 22:21 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 276 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105990

--- Comment #5 from Chris Wilson <chris@chris-wilson.co.uk> ---
We do for set_master, but not drop as I didn't think it failed for !master!!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1176 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0
       [not found] <bug-105990-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2018-04-11 22:21 ` bugzilla-daemon
@ 2018-05-16 12:30 ` bugzilla-daemon
  2018-05-22 20:48 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-05-16 12:30 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1332 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105990

Chris Wilson <chris@chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #6 from Chris Wilson <chris@chris-wilson.co.uk> ---
commit b7432bf309d5d5a6e07e8a0d8b522302fb0b4502 (HEAD, origin/master,
origin/HEA
D)
Author: Katarzyna Dec <katarzyna.dec@intel.com>
Date:   Tue May 15 10:40:55 2018 +0200

    lib/igt_device: Add information why cannot drop drm master

    Let's add additional information to igt_device_drop_master
    in case we try to run tests with e.g. x11 enabled.

    v2: Changed comment and added listing clients.
    v3: Changed igt_require to igt_assert.
    v4: Added checking if we are master already.

    References: https://bugs.freedesktop.org/show_bug.cgi?id=105990
    Signed-off-by: Katarzyna Dec <katarzyna.dec@intel.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>

Will prevent it happening again, but not actually answer who went rogue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3506 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0
       [not found] <bug-105990-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2018-05-16 12:30 ` bugzilla-daemon
@ 2018-05-22 20:48 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-05-22 20:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1377 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105990

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #7 from Martin Peres <martin.peres@free.fr> ---
(In reply to Chris Wilson from comment #6)
> commit b7432bf309d5d5a6e07e8a0d8b522302fb0b4502 (HEAD, origin/master,
> origin/HEA
> D)
> Author: Katarzyna Dec <katarzyna.dec@intel.com>
> Date:   Tue May 15 10:40:55 2018 +0200
> 
>     lib/igt_device: Add information why cannot drop drm master
>     
>     Let's add additional information to igt_device_drop_master
>     in case we try to run tests with e.g. x11 enabled.
>     
>     v2: Changed comment and added listing clients.
>     v3: Changed igt_require to igt_assert.
>     v4: Added checking if we are master already.
>     
>     References: https://bugs.freedesktop.org/show_bug.cgi?id=105990
>     Signed-off-by: Katarzyna Dec <katarzyna.dec@intel.com>
>     Cc: Chris Wilson <chris@chris-wilson.co.uk>
>     Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
> 
> Will prevent it happening again, but not actually answer who went rogue.

Great, thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3550 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-22 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-105990-502@http.bugs.freedesktop.org/>
2018-04-11 20:15 ` [Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0 bugzilla-daemon
2018-04-11 22:19 ` bugzilla-daemon
2018-04-11 22:21 ` bugzilla-daemon
2018-05-16 12:30 ` bugzilla-daemon
2018-05-22 20:48 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.