<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&#64;igalia.com" title="Carlos Alberto Lopez Perez &lt;clopez&#64;igalia.com&gt;"> <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">&gt; (In reply to <a href="show_bug.cgi?id=166431#c3">comment #3</a>)
&gt; &gt; (In reply to <a href="show_bug.cgi?id=166431#c2">comment #2</a>)
&gt; &gt; &gt; (In reply to <a href="show_bug.cgi?id=166431#c1">comment #1</a>)
&gt; &gt; &gt; &gt; Is drag-and-drop working for wayland?
&gt; &gt; &gt; 
&gt; &gt; &gt; In general, yes it is. I'm sure we used to have a bug where it would just
&gt; &gt; &gt; crash, but seems to work generally now. So it's good that we have layout
&gt; &gt; &gt; tests that can reproduce drag-and-drop issues that might otherwise be
&gt; &gt; &gt; non-obvious.
&gt; &gt; 
&gt; &gt; Can you reproduce the crashes on those tests by running them with
&gt; &gt; --display-server=wayland and without using the internal jhbuild?
&gt; 
&gt; Hm, I'm not sure I want to try figuring out how to run layout tests outside
&gt; the internal jhbuild. I tried this:
&gt; 
&gt; $ jhbuild run run-webkit-tests --gtk
&gt; --build-directory=/home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME
&gt; editing/pasteboard
&gt; 
&gt; ('jhbuild run' is necessary because I always build WebKit inside my GNOME
&gt; JHBuild environment.)
&gt; 
&gt; I got this error:
&gt; 
&gt; WebKitTestRunner was not found at
&gt; /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME/Release/bin/
&gt; WebKitTestRunner
&gt; 
&gt; The problem is that it appended /Release to the build directory. I need it
&gt; to not do that. :/
&gt; </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">&gt; &gt; The bot is running with gtk+ 3.16 and wayland/weston 1.8. I wonder if the
&gt; &gt; issue  is also reproducible on last fedora.
&gt; 
&gt; Ah, good point. That's an eternity in Wayland years. ;) I don't think the
&gt; results from our Wayland bot will be very useful until upgrade our JHBuild
&gt; environment to GTK+ 3.22. I still insist on getting the bots green before we
&gt; 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>