Title: [236542] trunk/LayoutTests
Revision
236542
Author
[email protected]
Date
2018-09-27 04:51:48 -0700 (Thu, 27 Sep 2018)

Log Message

[GTK] Several tests are failing since r217598
https://bugs.webkit.org/show_bug.cgi?id=172809

Unreviewed, GTK platform test expectations rebaseline.

* platform/gtk/TestExpectations:
* platform/gtk/http/tests/xmlhttprequest/cache-override-expected.txt: Removed.
* platform/gtk/webaudio/oscillator-custom-expected.wav:
* platform/gtk/webaudio/oscillator-sawtooth-expected.wav:
* platform/gtk/webaudio/oscillator-sine-expected.wav:
* platform/gtk/webaudio/oscillator-square-expected.wav:
* platform/gtk/webaudio/oscillator-triangle-expected.wav:

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (236541 => 236542)


--- trunk/LayoutTests/ChangeLog	2018-09-27 09:49:52 UTC (rev 236541)
+++ trunk/LayoutTests/ChangeLog	2018-09-27 11:51:48 UTC (rev 236542)
@@ -1,3 +1,18 @@
+2018-09-27  Philippe Normand  <[email protected]>
+
+        [GTK] Several tests are failing since r217598
+        https://bugs.webkit.org/show_bug.cgi?id=172809
+
+        Unreviewed, GTK platform test expectations rebaseline.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/http/tests/xmlhttprequest/cache-override-expected.txt: Removed.
+        * platform/gtk/webaudio/oscillator-custom-expected.wav:
+        * platform/gtk/webaudio/oscillator-sawtooth-expected.wav:
+        * platform/gtk/webaudio/oscillator-sine-expected.wav:
+        * platform/gtk/webaudio/oscillator-square-expected.wav:
+        * platform/gtk/webaudio/oscillator-triangle-expected.wav:
+
 2018-09-27  Antoine Quint  <[email protected]>
 
         [Web Animations] Turn Web Animations with CSS integration on

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (236541 => 236542)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2018-09-27 09:49:52 UTC (rev 236541)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2018-09-27 11:51:48 UTC (rev 236542)
@@ -3283,13 +3283,6 @@
 
 webkit.org/b/172280 webaudio/codec-tests/wav/24bit-22khz-resample.html [ Failure ]
 
-webkit.org/b/172809 http/tests/xmlhttprequest/cache-override.html [ Failure ]
-webkit.org/b/172809 webaudio/oscillator-custom.html [ Failure ]
-webkit.org/b/172809 webaudio/oscillator-sawtooth.html [ Failure ]
-webkit.org/b/172809 webaudio/oscillator-sine.html [ Failure ]
-webkit.org/b/172809 webaudio/oscillator-square.html [ Failure ]
-webkit.org/b/172809 webaudio/oscillator-triangle.html [ Failure ]
-
 webkit.org/b/172811 fast/block/float/032.html [ Failure ]
 webkit.org/b/172811 fast/forms/input-text-word-wrap.html [ Failure ]
 webkit.org/b/172811 fast/css/input-search-padding.html [ Failure ]

Deleted: trunk/LayoutTests/platform/gtk/http/tests/xmlhttprequest/cache-override-expected.txt (236541 => 236542)


--- trunk/LayoutTests/platform/gtk/http/tests/xmlhttprequest/cache-override-expected.txt	2018-09-27 09:49:52 UTC (rev 236541)
+++ trunk/LayoutTests/platform/gtk/http/tests/xmlhttprequest/cache-override-expected.txt	2018-09-27 11:51:48 UTC (rev 236542)
@@ -1,28 +0,0 @@
-Tests for bug 8210 - Conditional XMLHttpRequest gets should pass 304 responses unchanged.
-
-Fetching the resource once to cache the response...
-Automatically cached response body is correct; status = 200
-If-Modified-Since override: status = 304
-If-MODIFIED-Since override: status = 304
-If-Modified-Since override (modified): status = 200
-If-Unmodified-Since override: status = 200
-If-Unmodified-Since override (modified): status = 412
-If-Match override: status = 200
-If-Match override (none match): status = 200
-If-None-Match override: status = 304
-If-None-Match override (none match): status = 200
-If-Range override: status = 206
-If-Range override (none match): status = 200
-If-Modified-Since override (uncached response): status = 304
-async: Automatically cached response body is correct; status = 200
-async: If-Modified-Since override: status = 304
-async: If-Modified-Since override (modified): status = 200
-async: If-Unmodified-Since override: status = 200
-async: If-Unmodified-Since override (modified): status = 412
-async: If-Match override: status = 200
-async: If-Match override (none match): status = 200
-async: If-None-Match override: status = 304
-async: If-None-Match override (none match): status = 200
-async: If-Range override: status = 206
-async: If-Range override (none match): status = 200
-async: If-Modified-Since override (uncached response): status = 304

Modified: trunk/LayoutTests/platform/gtk/webaudio/oscillator-custom-expected.wav


(Binary files differ)

Modified: trunk/LayoutTests/platform/gtk/webaudio/oscillator-sawtooth-expected.wav


(Binary files differ)

Modified: trunk/LayoutTests/platform/gtk/webaudio/oscillator-sine-expected.wav


(Binary files differ)

Modified: trunk/LayoutTests/platform/gtk/webaudio/oscillator-square-expected.wav


(Binary files differ)

Modified: trunk/LayoutTests/platform/gtk/webaudio/oscillator-triangle-expected.wav


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to