WebKit Bugzilla
Attachment 373389 Details for
Bug 199446
: [GTK] Unreviewed test gardening
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-199446-20190703170202.patch (text/plain), 7.98 KB, created by
Alicia Boya García
on 2019-07-03 08:02:19 PDT
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Alicia Boya García
Created:
2019-07-03 08:02:19 PDT
Size:
7.98 KB
patch
obsolete
>Subversion Revision: 247091 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 5316aa4c47058fbca301b8c65a8ce3c020f9cea9..b4ee35b57bc16bbd25ff25bab3414e9bb7649725 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,14 @@ >+2019-07-03 Alicia Boya GarcÃa <aboya@igalia.com> >+ >+ [GTK] Unreviewed test gardening >+ https://bugs.webkit.org/show_bug.cgi?id=199446 >+ >+ * platform/gtk/TestExpectations: >+ * platform/gtk/compositing/overflow/textarea-scroll-touch-expected.txt: >+ * platform/gtk/fast/events/shadow-event-path-2-expected.txt: >+ * platform/gtk/fast/events/shadow-event-path-expected.txt: >+ * platform/wpe/TestExpectations: >+ > 2019-07-02 Fujii Hironori <Hironori.Fujii@sony.com> > > imported/blink/animations/display-inline-style-adjust.html isn't a valid ref test >diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations >index d748df12b5dad168d4447212e557fc933da6390d..7d683a52f16d673a568d21287a82b5fc9eccf3ad 100644 >--- a/LayoutTests/platform/gtk/TestExpectations >+++ b/LayoutTests/platform/gtk/TestExpectations >@@ -1296,6 +1296,10 @@ webkit.org/b/199010 css2.1/t1204-order-01-d.html [ Pass Crash ] > webkit.org/b/199014 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html [ Pass Crash ] > webkit.org/b/199018 fast/mediastream/RTCPeerConnection-add-removeTrack.html [ Crash ] > >+webkit.org/b/199444 fast/events/context-activated-by-key-event.html [ Debug ] [ Crash ] >+ >+webkit.org/b/199445 fast/forms/interactive-validation-remove-node-in-handler.html [ Debug ] [ Crash ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of Crashing tests > #//////////////////////////////////////////////////////////////////////////////////////// >@@ -2581,6 +2585,8 @@ webkit.org/b/198113 fast/mediastream/media-stream-page-muted.html [ Timeout ] > > webkit.org/b/198118 media/playlist-inherits-user-gesture.html [ Timeout ] > >+webkit.org/b/199442 http/tests/contentextensions/make-https.html [ Timeout ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of Tests timing out > #//////////////////////////////////////////////////////////////////////////////////////// >@@ -2938,7 +2944,7 @@ webkit.org/b/107118 fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ] > > webkit.org/b/108973 fast/css/negative-text-indent-in-inline-block.html [ ImageOnlyFailure ] > >-webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Failure ] >+webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Failure Crash ] > > webkit.org/b/110446 svg/as-background-image/svg-transformed-background.html [ ImageOnlyFailure ] > >@@ -3874,6 +3880,14 @@ webkit.org/b/199008 fast/repaint/fixed.html [ ImageOnlyFailure ] > > webkit.org/b/199009 fast/text/variations/optical-sizing-units.html [ ImageOnlyFailure ] > >+webkit.org/b/199437 compositing/geometry/limit-layer-bounds-clipping-ancestor.html [ Failure ] >+ >+webkit.org/b/199440 fast/mediastream/apply-constraints-video.html [ Failure ] >+webkit.org/b/199440 fast/mediastream/getUserMedia-video-rescaling.html [ Failure ] >+webkit.org/b/199440 fast/mediastream/mediastreamtrack-video-clone.html [ Failure ] >+ >+webkit.org/b/199441 http/tests/websocket/tests/hybi/deflate-frame-parameter.html [ Failure ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of non-crashing, non-flaky tests failing > #//////////////////////////////////////////////////////////////////////////////////////// >diff --git a/LayoutTests/platform/gtk/compositing/overflow/textarea-scroll-touch-expected.txt b/LayoutTests/platform/gtk/compositing/overflow/textarea-scroll-touch-expected.txt >index 023dcf186c9c228158202ed025a7f0038bdb2726..d3ce7bc8c6f783b0de32b223de56c9bd19774465 100644 >--- a/LayoutTests/platform/gtk/compositing/overflow/textarea-scroll-touch-expected.txt >+++ b/LayoutTests/platform/gtk/compositing/overflow/textarea-scroll-touch-expected.txt >@@ -16,12 +16,12 @@ > (GraphicsLayer > (offsetFromRenderer width=1 height=1) > (position 1.00 1.00) >+ (bounds origin 0.00 50.00) > (bounds 189.00 124.00) > (children 1 > (GraphicsLayer > (offsetFromRenderer width=1 height=1) > (scrollOffset (0,50)) >- (position 0.00 -50.00) > (anchor 0.00 0.00) > (bounds 189.00 263.00) > (drawsContent 1) >@@ -39,12 +39,12 @@ > (GraphicsLayer > (offsetFromRenderer width=1 height=1) > (position 1.00 1.00) >+ (bounds origin 0.00 50.00) > (bounds 189.00 124.00) > (children 1 > (GraphicsLayer > (offsetFromRenderer width=1 height=1) > (scrollOffset (0,50)) >- (position 0.00 -50.00) > (anchor 0.00 0.00) > (bounds 189.00 263.00) > (drawsContent 1) >diff --git a/LayoutTests/platform/gtk/fast/events/shadow-event-path-2-expected.txt b/LayoutTests/platform/gtk/fast/events/shadow-event-path-2-expected.txt >index 58fb5347e8c98224cb9eda63e998fdbda2c720eb..9fdc420ec5146438066e60e9971fc759965a0481 100644 >--- a/LayoutTests/platform/gtk/fast/events/shadow-event-path-2-expected.txt >+++ b/LayoutTests/platform/gtk/fast/events/shadow-event-path-2-expected.txt >@@ -67,16 +67,16 @@ mouseover@window > target:input#target > relatedTarget:html > >-mouseenter@input#target >- target:input#target >+mouseenter@body >+ target:body > relatedTarget:html > > mouseenter@div#detailsContainer > target:div#detailsContainer > relatedTarget:html > >-mouseenter@body >- target:body >+mouseenter@input#target >+ target:input#target > relatedTarget:html > > mousemove@input#target >diff --git a/LayoutTests/platform/gtk/fast/events/shadow-event-path-expected.txt b/LayoutTests/platform/gtk/fast/events/shadow-event-path-expected.txt >index 33d65138c1650bea5c4e34605c28f53249538854..7945b694c9e0f4a3bc033a9f5a7a1af6650bb203 100644 >--- a/LayoutTests/platform/gtk/fast/events/shadow-event-path-expected.txt >+++ b/LayoutTests/platform/gtk/fast/events/shadow-event-path-expected.txt >@@ -39,32 +39,32 @@ mouseover@window > target:input#target > relatedTarget:null > >-mouseenter@input#target >- target:input#target >+mouseenter@html >+ target:html > relatedTarget:null > >-mouseenter@div#divInsideSummary >- target:div#divInsideSummary >+mouseenter@body >+ target:body > relatedTarget:null > >-mouseenter@summary >- target:summary >+mouseenter@div#detailsContainer >+ target:div#detailsContainer > relatedTarget:null > > mouseenter@details > target:details > relatedTarget:null > >-mouseenter@div#detailsContainer >- target:div#detailsContainer >+mouseenter@summary >+ target:summary > relatedTarget:null > >-mouseenter@body >- target:body >+mouseenter@div#divInsideSummary >+ target:div#divInsideSummary > relatedTarget:null > >-mouseenter@html >- target:html >+mouseenter@input#target >+ target:input#target > relatedTarget:null > > mousemove@input#target >diff --git a/LayoutTests/platform/wpe/TestExpectations b/LayoutTests/platform/wpe/TestExpectations >index 4a1701cbe28169483eed36ba97a244e27a7f5e66..fd5c8b7a07fc1391a43bc2763584ed54a9afa430 100644 >--- a/LayoutTests/platform/wpe/TestExpectations >+++ b/LayoutTests/platform/wpe/TestExpectations >@@ -1636,6 +1636,10 @@ webkit.org/b/196195 inspector/console/console-screenshot.html [ Failure ] > > webkit.org/b/196199 http/tests/IndexedDB/storage-limit-1.https.html [ Failure ] > >+webkit.org/b/199440 fast/mediastream/apply-constraints-video.html [ Failure ] >+webkit.org/b/199440 fast/mediastream/getUserMedia-video-rescaling.html [ Failure ] >+webkit.org/b/199440 fast/mediastream/mediastreamtrack-video-clone.html [ Failure ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # >> NOTICE << > # Please see guidelines at the top of this file and place new test expectations
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
commit-queue
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199446
: 373389