Title: [277699] trunk/LayoutTests
Revision
277699
Author
dp...@igalia.com
Date
2021-05-18 17:31:19 -0700 (Tue, 18 May 2021)

Log Message

[GTK] Unreviewed test gardening. Update two baselines of inspector test that were failing.

* platform/gtk/TestExpectations:
* platform/gtk/http/tests/inspector/network/resource-sizes-network-expected.txt:
* platform/gtk/inspector/dom/getAccessibilityPropertiesForNode-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (277698 => 277699)


--- trunk/LayoutTests/ChangeLog	2021-05-19 00:26:11 UTC (rev 277698)
+++ trunk/LayoutTests/ChangeLog	2021-05-19 00:31:19 UTC (rev 277699)
@@ -1,3 +1,11 @@
+2021-05-18  Diego Pino Garcia  <dp...@igalia.com>
+
+        [GTK] Unreviewed test gardening. Update two baselines of inspector test that were failing.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/http/tests/inspector/network/resource-sizes-network-expected.txt:
+        * platform/gtk/inspector/dom/getAccessibilityPropertiesForNode-expected.txt:
+
 2021-05-18  Robert Jenner  <jen...@apple.com>
 
         Disable WebSQL in WebKitTestRunner

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (277698 => 277699)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2021-05-19 00:26:11 UTC (rev 277698)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2021-05-19 00:31:19 UTC (rev 277699)
@@ -131,7 +131,6 @@
 webkit.org/b/215405 accessibility/gtk/caret-browsing-select-focus.html [ Failure ]
 webkit.org/b/215405 accessibility/gtk/combobox-descendants-orientation-crash.html [ Failure ]
 webkit.org/b/215405 accessibility/gtk/text-for-range-combo-box.html [ Failure ]
-webkit.org/b/215405 inspector/dom/getAccessibilityPropertiesForNode.html [ Failure ]
 webkit.org/b/223862 accessibility/gtk/text-for-range-embedded-objects.html [ Failure ]
 webkit.org/b/223862 accessibility/gtk/text-for-range-entry-and-password.html [ Failure ]
 webkit.org/b/223862 accessibility/gtk/text-for-range-formatted.html [ Failure ]
@@ -2077,8 +2076,6 @@
 
 webkit.org/b/199437 compositing/geometry/limit-layer-bounds-clipping-ancestor.html [ Failure ]
 
-webkit.org/b/199872 [ Release ] http/tests/inspector/network/resource-sizes-network.html [ Failure ]
-
 webkit.org/b/201260 http/wpt/service-workers/server-trust-evaluation.https.html [ Failure ]
 webkit.org/b/201264 mathml/presentation/foreign-element-in-token.html [ Failure ]
 

Modified: trunk/LayoutTests/platform/gtk/http/tests/inspector/network/resource-sizes-network-expected.txt (277698 => 277699)


--- trunk/LayoutTests/platform/gtk/http/tests/inspector/network/resource-sizes-network-expected.txt	2021-05-19 00:26:11 UTC (rev 277698)
+++ trunk/LayoutTests/platform/gtk/http/tests/inspector/network/resource-sizes-network-expected.txt	2021-05-19 00:31:19 UTC (rev 277699)
@@ -7,40 +7,28 @@
 PASS: compressed should be false.
 PASS: responseSource should be Symbol(network).
 size: 2955
-requestBodyTransferSize: NaN
-responseBodyTransferSize: NaN
+requestBodyTransferSize: 0
+responseBodyTransferSize: 2955
 estimatedNetworkEncodedSize: 2955
-networkEncodedSize: NaN
+networkEncodedSize: 2955
 PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
-FAIL: networkTotalTransferSize should be >= (encoded body size + headers).
-    Expected: greater than or equal to 2975
-    Actual: NaN
-FAIL: requestHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
-FAIL: responseHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
+PASS: networkTotalTransferSize should be >= (encoded body size + headers).
+PASS: requestHeadersTransferSize should be non-empty.
+PASS: responseHeadersTransferSize should be non-empty.
 
--- Running test case: Resource.Size.Network.empty
+-- Running test case: Resource.Size.Network.text.empty
 PASS: statusCode should be 200.
 PASS: compressed should be false.
 PASS: responseSource should be Symbol(network).
-size: NaN
-requestBodyTransferSize: NaN
-responseBodyTransferSize: NaN
+size: 0
+requestBodyTransferSize: 0
+responseBodyTransferSize: 0
 estimatedNetworkEncodedSize: 0
-networkEncodedSize: NaN
+networkEncodedSize: 0
 PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
-FAIL: networkTotalTransferSize should be >= (encoded body size + headers).
-    Expected: greater than or equal to 20
-    Actual: NaN
-FAIL: requestHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
-FAIL: responseHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
+PASS: networkTotalTransferSize should be >= (encoded body size + headers).
+PASS: requestHeadersTransferSize should be non-empty.
+PASS: responseHeadersTransferSize should be non-empty.
 
 -- Running test case: Resource.Size.Network.text.gzipped
 PASS: statusCode should be 200.
@@ -47,20 +35,14 @@
 PASS: compressed should be true.
 PASS: responseSource should be Symbol(network).
 size: 2955
-requestBodyTransferSize: NaN
-responseBodyTransferSize: NaN
-estimatedNetworkEncodedSize: 2995
-networkEncodedSize: NaN
+requestBodyTransferSize: 0
+responseBodyTransferSize: 1229
+estimatedNetworkEncodedSize: 1229
+networkEncodedSize: 1229
 PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
-FAIL: networkTotalTransferSize should be >= (encoded body size + headers).
-    Expected: greater than or equal to 1249
-    Actual: NaN
-FAIL: requestHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
-FAIL: responseHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
+PASS: networkTotalTransferSize should be >= (encoded body size + headers).
+PASS: requestHeadersTransferSize should be non-empty.
+PASS: responseHeadersTransferSize should be non-empty.
 
 -- Running test case: Resource.Size.Network.text.gzipped.no-content-length
 PASS: statusCode should be 200.
@@ -67,20 +49,14 @@
 PASS: compressed should be true.
 PASS: responseSource should be Symbol(network).
 size: 2955
-requestBodyTransferSize: NaN
-responseBodyTransferSize: NaN
-estimatedNetworkEncodedSize: 2955
-networkEncodedSize: NaN
+requestBodyTransferSize: 0
+responseBodyTransferSize: 1241
+estimatedNetworkEncodedSize: 1241
+networkEncodedSize: 1241
 PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
-FAIL: networkTotalTransferSize should be >= (encoded body size + headers).
-    Expected: greater than or equal to 1249
-    Actual: NaN
-FAIL: requestHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
-FAIL: responseHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
+PASS: networkTotalTransferSize should be >= (encoded body size + headers).
+PASS: requestHeadersTransferSize should be non-empty.
+PASS: responseHeadersTransferSize should be non-empty.
 
 -- Running test case: Resource.Size.Network.image
 PASS: statusCode should be 200.
@@ -87,20 +63,14 @@
 PASS: compressed should be false.
 PASS: responseSource should be Symbol(network).
 size: 12940
-requestBodyTransferSize: NaN
-responseBodyTransferSize: NaN
+requestBodyTransferSize: 0
+responseBodyTransferSize: 12940
 estimatedNetworkEncodedSize: 12940
-networkEncodedSize: NaN
+networkEncodedSize: 12940
 PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
-FAIL: networkTotalTransferSize should be >= (encoded body size + headers).
-    Expected: greater than or equal to 12960
-    Actual: NaN
-FAIL: requestHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
-FAIL: responseHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
+PASS: networkTotalTransferSize should be >= (encoded body size + headers).
+PASS: requestHeadersTransferSize should be non-empty.
+PASS: responseHeadersTransferSize should be non-empty.
 
 -- Running test case: Resource.Size.Network.404
 PASS: statusCode should be 404.
@@ -107,20 +77,14 @@
 PASS: compressed should be false.
 PASS: responseSource should be Symbol(network).
 size: 512
-requestBodyTransferSize: NaN
-responseBodyTransferSize: NaN
+requestBodyTransferSize: 0
+responseBodyTransferSize: 512
 estimatedNetworkEncodedSize: 512
-networkEncodedSize: NaN
+networkEncodedSize: 512
 PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
-FAIL: networkTotalTransferSize should be >= (encoded body size + headers).
-    Expected: greater than or equal to 532
-    Actual: NaN
-FAIL: requestHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
-FAIL: responseHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
+PASS: networkTotalTransferSize should be >= (encoded body size + headers).
+PASS: requestHeadersTransferSize should be non-empty.
+PASS: responseHeadersTransferSize should be non-empty.
 
 -- Running test case: Resource.Size.Network.requestData
 PASS: statusCode should be 200.
@@ -127,21 +91,13 @@
 PASS: compressed should be false.
 PASS: responseSource should be Symbol(network).
 size: 28
-requestBodyTransferSize: NaN
-responseBodyTransferSize: NaN
+requestBodyTransferSize: 1027
+responseBodyTransferSize: 28
 estimatedNetworkEncodedSize: 28
-networkEncodedSize: NaN
+networkEncodedSize: 28
 PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
-FAIL: networkTotalTransferSize should be >= (encoded body size + headers).
-    Expected: greater than or equal to 48
-    Actual: NaN
-FAIL: requestHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
-FAIL: responseHeadersTransferSize should be non-empty.
-    Expected: greater than 20
-    Actual: NaN
-FAIL: requestHeadersTransferSize should be > 1060 bytes.
-    Expected: greater than 1060
-    Actual: NaN
+PASS: networkTotalTransferSize should be >= (encoded body size + headers).
+PASS: requestHeadersTransferSize should be non-empty.
+PASS: responseHeadersTransferSize should be non-empty.
+PASS: requestHeadersTransferSize should be > 1060 bytes.
 

Modified: trunk/LayoutTests/platform/gtk/inspector/dom/getAccessibilityPropertiesForNode-expected.txt (277698 => 277699)


--- trunk/LayoutTests/platform/gtk/inspector/dom/getAccessibilityPropertiesForNode-expected.txt	2021-05-19 00:26:11 UTC (rev 277698)
+++ trunk/LayoutTests/platform/gtk/inspector/dom/getAccessibilityPropertiesForNode-expected.txt	2021-05-19 00:31:19 UTC (rev 277699)
@@ -289,19 +289,25 @@
     exists: true
     label:
     role: button
+    childNodeIds.length: 1
     focused: false
     required: false
     isPopUpButton: true
 
 <option>not selected</option>
-    exists: false
+    exists: true
     label:
-    role:
+    role: option
+    hidden: true
+    parentNodeId: exists
 
-<option selected="">FIXME: Selected is false. Expected true. http://webkit.org/b/129835</option>
-    exists: false
+<option selected="">selected</option>
+    exists: true
     label:
-    role:
+    role: option
+    hidden: true
+    parentNodeId: exists
+    selected: true
 
 <img src="" alt="x" style="display:none;">
     exists: false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to