Title: [282188] trunk/LayoutTests
Revision
282188
Author
commit-qu...@webkit.org
Date
2021-09-08 18:47:36 -0700 (Wed, 08 Sep 2021)

Log Message

[GLIB] Unreviewed test gardening. Update some test baselines.
https://bugs.webkit.org/show_bug.cgi?id=230074

Patch by Arcady Goldmints-Orlov <agoldmi...@igalia.com> on 2021-09-08

* platform/glib/webgl/webgl-allow-shared-expected.txt:
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (282187 => 282188)


--- trunk/LayoutTests/ChangeLog	2021-09-09 00:58:10 UTC (rev 282187)
+++ trunk/LayoutTests/ChangeLog	2021-09-09 01:47:36 UTC (rev 282188)
@@ -1,3 +1,12 @@
+2021-09-08  Arcady Goldmints-Orlov  <agoldmi...@igalia.com>
+
+        [GLIB] Unreviewed test gardening. Update some test baselines.
+        https://bugs.webkit.org/show_bug.cgi?id=230074
+
+        * platform/glib/webgl/webgl-allow-shared-expected.txt:
+        * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
+        * platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt:
+
 2021-09-08  Eric Hutchison  <ehutchi...@apple.com>
 
         media/track/track-cue-css.html is a flaky image failure.

Modified: trunk/LayoutTests/platform/glib/webgl/webgl-allow-shared-expected.txt (282187 => 282188)


--- trunk/LayoutTests/platform/glib/webgl/webgl-allow-shared-expected.txt	2021-09-09 00:58:10 UTC (rev 282187)
+++ trunk/LayoutTests/platform/glib/webgl/webgl-allow-shared-expected.txt	2021-09-09 01:47:36 UTC (rev 282188)
@@ -1,7 +1,7 @@
 CONSOLE MESSAGE: WebGL: INVALID_VALUE: bufferSubData: offset out of range
 CONSOLE MESSAGE: WebGL: INVALID_ENUM: texImage2D: invalid texture type
 CONSOLE MESSAGE: WebGL: INVALID_ENUM: texSubImage2D: invalid texture type
-CONSOLE MESSAGE: WebGL: INVALID_ENUM: compressedTexImage2D: invalid internalformat
+CONSOLE MESSAGE: WebGL: INVALID_ENUM: compressedTexImage2D: invalid format
 CONSOLE MESSAGE: WebGL: INVALID_ENUM: compressedTexSubImage2D: invalid format
 CONSOLE MESSAGE: WebGL: INVALID_ENUM: readPixels: invalid type
 

Modified: trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt (282187 => 282188)


--- trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt	2021-09-09 00:58:10 UTC (rev 282187)
+++ trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt	2021-09-09 01:47:36 UTC (rev 282188)
@@ -22,6 +22,7 @@
 navigator.requestMediaKeySystemAccess() is OK
 navigator.sendBeacon() threw err TypeError: Not enough arguments
 navigator.serviceWorker is OK
+navigator.storage is OK
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
@@ -48,6 +49,7 @@
 navigator.requestMediaKeySystemAccess() is OK
 navigator.sendBeacon() threw err TypeError: Not enough arguments
 navigator.serviceWorker is OK
+navigator.storage is OK
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK

Modified: trunk/LayoutTests/platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt (282187 => 282188)


--- trunk/LayoutTests/platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt	2021-09-09 00:58:10 UTC (rev 282187)
+++ trunk/LayoutTests/platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt	2021-09-09 01:47:36 UTC (rev 282188)
@@ -22,6 +22,7 @@
 navigator.requestMediaKeySystemAccess() is OK
 navigator.sendBeacon() threw err TypeError: Not enough arguments
 navigator.serviceWorker is OK
+navigator.storage is OK
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
@@ -49,6 +50,7 @@
 navigator.requestMediaKeySystemAccess() is OK
 navigator.sendBeacon() threw err TypeError: Not enough arguments
 navigator.serviceWorker is OK
+navigator.storage is OK
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to