Title: [277159] trunk/LayoutTests
Revision
277159
Author
[email protected]
Date
2021-05-06 22:38:34 -0700 (Thu, 06 May 2021)

Log Message

[WPE] Garden a few more failures

Unreviewed test gardening.

* platform/wpe/TestExpectations:
* platform/wpe/fast/inline/crash-when-revert-has-trailing-line-break-expected.txt: Added to keep
  testing whether the crash happens instead of skipping.
* platform/wpe/fonts/sans-serif-expected.txt: Rebaseline after r275515.
* platform/wpe/fonts/serif-expected.txt: Ditto.
* platform/wpe/http/tests/cache/network-error-during-revalidation-expected.txt: Removed.
  Using DumpJSConsoleLogInStdErr instead to reuse root baseline.
* platform/wpe/http/tests/xmlhttprequest/state-after-network-error-expected.txt: Ditto.
* platform/wpe/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added after r275515.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (277158 => 277159)


--- trunk/LayoutTests/ChangeLog	2021-05-07 05:00:39 UTC (rev 277158)
+++ trunk/LayoutTests/ChangeLog	2021-05-07 05:38:34 UTC (rev 277159)
@@ -1,3 +1,19 @@
+2021-05-06  Lauro Moura  <[email protected]>
+
+        [WPE] Garden a few more failures
+
+        Unreviewed test gardening.
+
+        * platform/wpe/TestExpectations:
+        * platform/wpe/fast/inline/crash-when-revert-has-trailing-line-break-expected.txt: Added to keep
+          testing whether the crash happens instead of skipping.
+        * platform/wpe/fonts/sans-serif-expected.txt: Rebaseline after r275515.
+        * platform/wpe/fonts/serif-expected.txt: Ditto.
+        * platform/wpe/http/tests/cache/network-error-during-revalidation-expected.txt: Removed.
+          Using DumpJSConsoleLogInStdErr instead to reuse root baseline.
+        * platform/wpe/http/tests/xmlhttprequest/state-after-network-error-expected.txt: Ditto.
+        * platform/wpe/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added after r275515.
+
 2021-05-06  Chris Dumez  <[email protected]>
 
         Port Filesystem::fileMetadata() & Filesystem::getFileModificationTime() to std::filesystem

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (277158 => 277159)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2021-05-07 05:00:39 UTC (rev 277158)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2021-05-07 05:38:34 UTC (rev 277159)
@@ -159,6 +159,10 @@
 # WPE Pass but marked as fail in wk2
 imported/w3c/web-platform-tests/webaudio/the-audio-api/the-destinationnode-interface/destination.html
 
+# Avoid libsoup console messages as suggested in bug185254
+http/tests/cache/network-error-during-revalidation.html [ DumpJSConsoleLogInStdErr ]
+http/tests/xmlhttprequest/state-after-network-error.html [ DumpJSConsoleLogInStdErr ]
+
 #//////////////////////////////////////////////////////////////////////////////////////////
 # Triaged Expectations
 # * KEEP THE SECTIONS SORTED ALPHABETICALLY.

Added: trunk/LayoutTests/platform/wpe/fast/inline/crash-when-revert-has-trailing-line-break-expected.txt (0 => 277159)


--- trunk/LayoutTests/platform/wpe/fast/inline/crash-when-revert-has-trailing-line-break-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/inline/crash-when-revert-has-trailing-line-break-expected.txt	2021-05-07 05:38:34 UTC (rev 277159)
@@ -0,0 +1,2 @@
+
+

Modified: trunk/LayoutTests/platform/wpe/fonts/sans-serif-expected.txt (277158 => 277159)


--- trunk/LayoutTests/platform/wpe/fonts/sans-serif-expected.txt	2021-05-07 05:00:39 UTC (rev 277158)
+++ trunk/LayoutTests/platform/wpe/fonts/sans-serif-expected.txt	2021-05-07 05:38:34 UTC (rev 277159)
@@ -65,7 +65,7 @@
               text run at (0,90) width 756: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y"
               text run at (0,108) width 416: "Z [ \\ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
           RenderText {#text} at (0,0) size 0x0
-          RenderInline {FONT} at (0,0) size 0x0
+          RenderInline {FONT} at (0,0) size 0x17
             RenderText {#text} at (0,0) size 0x0
       RenderBlock {P} at (0,460) size 769x1710
         RenderInline {FONT} at (0,0) size 69x1709

Modified: trunk/LayoutTests/platform/wpe/fonts/serif-expected.txt (277158 => 277159)


--- trunk/LayoutTests/platform/wpe/fonts/serif-expected.txt	2021-05-07 05:00:39 UTC (rev 277158)
+++ trunk/LayoutTests/platform/wpe/fonts/serif-expected.txt	2021-05-07 05:38:34 UTC (rev 277159)
@@ -45,7 +45,7 @@
               text run at (0,90) width 769: "  ! \" # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\"
               text run at (0,108) width 368: "] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } >"
           RenderText {#text} at (0,0) size 0x0
-          RenderInline {FONT} at (0,0) size 0x0
+          RenderInline {FONT} at (0,0) size 0x17
             RenderText {#text} at (0,0) size 0x0
       RenderBlock {P} at (0,318) size 769x1710
         RenderInline {FONT} at (0,0) size 60x1709

Deleted: trunk/LayoutTests/platform/wpe/http/tests/cache/network-error-during-revalidation-expected.txt (277158 => 277159)


--- trunk/LayoutTests/platform/wpe/http/tests/cache/network-error-during-revalidation-expected.txt	2021-05-07 05:00:39 UTC (rev 277158)
+++ trunk/LayoutTests/platform/wpe/http/tests/cache/network-error-during-revalidation-expected.txt	2021-05-07 05:38:34 UTC (rev 277159)
@@ -1,11 +0,0 @@
-CONSOLE MESSAGE: Load cannot follow more than 20 redirections
-CONSOLE MESSAGE: Cannot load image http://127.0.0.1:8000/resources/network-simulator.php?test=cache-network-error-during-revalidation&path=/misc/resources/compass.jpg&allow-caching=1 due to access control checks.
-Test that failing revalidation with a network error does not cause a crash.
-
-Enabling network
-Loading an image once to cache it
-Disabling network
-Reloading to revalidate the image
-Enabling network
-Done
-

Deleted: trunk/LayoutTests/platform/wpe/http/tests/xmlhttprequest/state-after-network-error-expected.txt (277158 => 277159)


--- trunk/LayoutTests/platform/wpe/http/tests/xmlhttprequest/state-after-network-error-expected.txt	2021-05-07 05:00:39 UTC (rev 277158)
+++ trunk/LayoutTests/platform/wpe/http/tests/xmlhttprequest/state-after-network-error-expected.txt	2021-05-07 05:38:34 UTC (rev 277159)
@@ -1,8 +0,0 @@
-CONSOLE MESSAGE: Load cannot follow more than 20 redirections
-CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/resources/network-simulator.php?test=xmlhttprequest-state-after-network-error&path=/ due to access control checks.
-Test that request state reaches DONE even if a network error occurs.
-
-Should say SUCCESS:
-
-SUCCESS
-

Added: trunk/LayoutTests/platform/wpe/tables/mozilla/bugs/adforce_imgis_com-expected.txt (0 => 277159)


--- trunk/LayoutTests/platform/wpe/tables/mozilla/bugs/adforce_imgis_com-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/tables/mozilla/bugs/adforce_imgis_com-expected.txt	2021-05-07 05:38:34 UTC (rev 277159)
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderInline {BASE} at (0,0) size 0x17
+      RenderText {#text} at (0,0) size 0x0
+      RenderInline {A} at (0,0) size 468x17 [color=#0000EE]
+        RenderText {#text} at (0,0) size 0x0
+        RenderImage {IMG} at (0,0) size 468x60
+      RenderText {#text} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to