WebKit Bugzilla
Attachment 341578 Details for
Bug 186098
: [GTK] Unreviewed test gardening
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186098-20180530180359.patch (text/plain), 5.38 KB, created by
Ms2ger (he/him; ⌚ UTC+1/+2)
on 2018-05-30 09:04:00 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ms2ger (he/him; ⌚ UTC+1/+2)
Created:
2018-05-30 09:04:00 PDT
Size:
5.38 KB
patch
obsolete
>Subversion Revision: 232292 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 10e9cfbe52c401c9e4b26c80817d4be75b7dac61..876a9b12cc1a84589d6747f941914e59cba3837a 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-30 Ms2ger <Ms2ger@igalia.com> >+ >+ [GTK] Unreviewed test gardening >+ https://bugs.webkit.org/show_bug.cgi?id=186098 >+ >+ Unreviewed gardening. >+ >+ * TestWebKitAPI/glib/TestExpectations.json: update expectations. >+ > 2018-05-29 Youenn Fablet <youenn@apple.com> > > Add a consistency check between URL and CFURL >diff --git a/Tools/TestWebKitAPI/glib/TestExpectations.json b/Tools/TestWebKitAPI/glib/TestExpectations.json >index fa6508385abd4e1290e94f6deb4ff0dedcdfc97e..ff97dd144bb576ee004fdb3790e1ff42f2f979d5 100644 >--- a/Tools/TestWebKitAPI/glib/TestExpectations.json >+++ b/Tools/TestWebKitAPI/glib/TestExpectations.json >@@ -142,6 +142,9 @@ > }, > "TestWTF": { > "subtests": { >+ "WTF_Condition.TenProducersTenConsumersOneSlot": { >+ "expected": {"all": {"slow": true}} >+ }, > "WTF_DateMath.calculateLocalTimeOffset": { > "expected": {"wpe": {"status": ["FAIL"]}} > }, >@@ -151,6 +154,9 @@ > "WTF_Lock.ContendedLongSection": { > "expected": {"all": {"slow": true}} > }, >+ "WTF_Lock.ManyContendedLongSections": { >+ "expected": {"all": {"slow": true}} >+ }, > "WTF_Lock.ManyContendedShortSections": { > "expected": {"all": {"slow": true}} > }, >@@ -187,7 +193,7 @@ > "expected": {"wpe": {"status": ["FAIL"]}} > }, > "/webkit/WebKitWebView/load-failed-with-tls-errors": { >- "expected": {"wpe": {"status": ["FAIL"]}} >+ "expected": {"all": {"status": ["FAIL"]}} > }, > "/webkit/WebKitWebView/insecure-content": { > "expected": {"wpe": {"status": ["FAIL"]}} >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index db09be34b23e881f461d44844b07fc68dae17361..b8466176bb5ef7678726e5e3f2b89d4527fc05d6 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,18 @@ >+2018-05-30 Ms2ger <Ms2ger@igalia.com> >+ >+ [GTK] Unreviewed test gardening >+ https://bugs.webkit.org/show_bug.cgi?id=186098 >+ >+ Unreviewed gardening. >+ >+ * platform/gtk/TestExpectations: >+ - css3/blending/blend-mode-clip-accelerated-transformed-blending.html: passing since r230479, failing again since 230991. >+ - fast/text/font-collection.html: fails due to a lack of font collection support >+ - editing/caret/caret-in-empty-cell.html: fails since it was added >+ - css3/color-filters/color-filter-color-property-list-item.html: fails since it was added >+ - css3/color-filters/color-filter-opacity.html: fails since it was added >+ - fast/hidpi/filters-turbulence.html: fails since it was added >+ > 2018-05-30 Stephen McGruer <smcgruer@chromium.org> > > iOS: setting 'defaultValue' of input type=date from script should cause a UI update >diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations >index 9ed9ac9acbab2e3b551e38079f971b9b4753007b..cb54630c85806c84809ed0111cf836c8113e792f 100644 >--- a/LayoutTests/platform/gtk/TestExpectations >+++ b/LayoutTests/platform/gtk/TestExpectations >@@ -287,6 +287,7 @@ webkit.org/b/169916 css3/blending/blend-mode-body-element.html [ ImageOnlyFailur > webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-blending-child.html [ ImageOnlyFailure ] > webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-blending-double.html [ ImageOnlyFailure ] > webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-blending-with-siblings.html [ ImageOnlyFailure ] >+webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-transformed-blending.html [ ImageOnlyFailure ] > webkit.org/b/169916 css3/blending/blend-mode-clip-rect-accelerated-blending.html [ ImageOnlyFailure ] > webkit.org/b/169916 css3/blending/blend-mode-html-element-screen.html [ ImageOnlyFailure ] > webkit.org/b/169916 css3/blending/blend-mode-isolated-group-1.html [ Missing Failure ] >@@ -1189,6 +1190,9 @@ webkit.org/b/184295 http/wpt/loading/redirect-headers.html [ Skip ] > http/tests/media/now-playing-info-private-browsing.html [ Skip ] > http/tests/media/now-playing-info.html [ Skip ] > >+# Font collections >+webkit.org/b/186086 fast/text/font-collection.html [ ImageOnlyFailure ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of Expected failures. > # >@@ -3391,6 +3395,10 @@ webkit.org/b/185912 fast/canvas/webgl/index-validation-with-subsequent-draws.htm > webkit.org/b/185913 fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke.html [ Failure ] > > webkit.org/b/186035 transitions/interrupted-transition-hardware.html [ ImageOnlyFailure ] >+webkit.org/b/186099 editing/caret/caret-in-empty-cell.html [ ImageOnlyFailure ] >+webkit.org/b/186100 css3/color-filters/color-filter-color-property-list-item.html [ ImageOnlyFailure ] >+webkit.org/b/186100 css3/color-filters/color-filter-opacity.html [ ImageOnlyFailure ] >+webkit.org/b/186100 fast/hidpi/filters-turbulence.html [ ImageOnlyFailure ] > > #//////////////////////////////////////////////////////////////////////////////////////// > # End of non-crashing, non-flaky tests failing
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186098
: 341578