<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Crash in gdk_wayland_drag_context_manage_dnd"
href="https://bugs.webkit.org/show_bug.cgi?id=166431#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Crash in gdk_wayland_drag_context_manage_dnd"
href="https://bugs.webkit.org/show_bug.cgi?id=166431">bug 166431</a>
from <span class="vcard"><a class="email" href="mailto:clopez@igalia.com" title="Carlos Alberto Lopez Perez <clopez@igalia.com>"> <span class="fn">Carlos Alberto Lopez Perez</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=166431#c4">comment #4</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=166431#c3">comment #3</a>)
> > (In reply to <a href="show_bug.cgi?id=166431#c2">comment #2</a>)
> > > (In reply to <a href="show_bug.cgi?id=166431#c1">comment #1</a>)
> > > > Is drag-and-drop working for wayland?
> > >
> > > In general, yes it is. I'm sure we used to have a bug where it would just
> > > crash, but seems to work generally now. So it's good that we have layout
> > > tests that can reproduce drag-and-drop issues that might otherwise be
> > > non-obvious.
> >
> > Can you reproduce the crashes on those tests by running them with
> > --display-server=wayland and without using the internal jhbuild?
>
> Hm, I'm not sure I want to try figuring out how to run layout tests outside
> the internal jhbuild. I tried this:
>
> $ jhbuild run run-webkit-tests --gtk
> --build-directory=/home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME
> editing/pasteboard
>
> ('jhbuild run' is necessary because I always build WebKit inside my GNOME
> JHBuild environment.)
>
> I got this error:
>
> WebKitTestRunner was not found at
> /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME/Release/bin/
> WebKitTestRunner
>
> The problem is that it appended /Release to the build directory. I need it
> to not do that. :/
> </span >
I do the following:
#1 Rename your current build dir to restore it later:
$ mv WebKitBuild WebKitBuild.back
#2 Build webkit without support for media-stream because it requires openwebrtc that is not shipped with your distro.
$ Tools/Scripts/build-webkit --gtk --release --cmakeargs='-DENABLE_MEDIA_STREAM=OFF'
#3 When it finish, run the layout tests as usual using the script Tools/Scripts/run-webkit-tests
#4 When you finish remove this WebKitBuild directory and rename back the previous one.
# Tip: using ccache helps a lot to have lower build times when doing things like this repeatedly.
<span class="quote">> > The bot is running with gtk+ 3.16 and wayland/weston 1.8. I wonder if the
> > issue is also reproducible on last fedora.
>
> Ah, good point. That's an eternity in Wayland years. ;) I don't think the
> results from our Wayland bot will be very useful until upgrade our JHBuild
> environment to GTK+ 3.22. I still insist on getting the bots green before we
> do that. I will try to work on this in April if nobody beats me to it.</span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>