Title: [274782] trunk/LayoutTests
Revision
274782
Author
[email protected]
Date
2021-03-22 12:55:08 -0700 (Mon, 22 Mar 2021)

Log Message

Unreviewed, unskip audioworkletprocessor-param-getter-overridden.https.html WPT test as it is no longer failing.

LayoutTests/imported/w3c:

* web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https-expected.txt: Added.

LayoutTests:

* TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (274781 => 274782)


--- trunk/LayoutTests/ChangeLog	2021-03-22 19:54:05 UTC (rev 274781)
+++ trunk/LayoutTests/ChangeLog	2021-03-22 19:55:08 UTC (rev 274782)
@@ -1,3 +1,9 @@
+2021-03-22  Chris Dumez  <[email protected]>
+
+        Unreviewed, unskip audioworkletprocessor-param-getter-overridden.https.html WPT test as it is no longer failing.
+
+        * TestExpectations:
+
 2021-03-22  Zalan Bujtas  <[email protected]>
 
         [ macOS debug arm64 ] ASSERTION FAILED: count >= 1 ./rendering/RenderMultiColumnSet.cpp(450) : unsigned int WebCore::RenderMultiColumnSet::columnCount() const

Modified: trunk/LayoutTests/TestExpectations (274781 => 274782)


--- trunk/LayoutTests/TestExpectations	2021-03-22 19:54:05 UTC (rev 274781)
+++ trunk/LayoutTests/TestExpectations	2021-03-22 19:55:08 UTC (rev 274782)
@@ -346,9 +346,6 @@
 # Skip WPT webaudio tests that are timing out.
 imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediastreamaudiosourcenode-interface/mediastreamaudiosourcenode-routing.html [ Skip ]
 
-# Test has been crashing since its import.
-webkit.org/b/223538 imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https.html [ Skip ]
-
 # Test has been failing and flaky since its import.
 imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/nan-param.html [ Failure Pass ]
 

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (274781 => 274782)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-03-22 19:54:05 UTC (rev 274781)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-03-22 19:55:08 UTC (rev 274782)
@@ -1,5 +1,11 @@
 2021-03-22  Chris Dumez  <[email protected]>
 
+        Unreviewed, unskip audioworkletprocessor-param-getter-overridden.https.html WPT test as it is no longer failing.
+
+        * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https-expected.txt: Added.
+
+2021-03-22  Chris Dumez  <[email protected]>
+
         Implement AbortSignal.abort()
         https://bugs.webkit.org/show_bug.cgi?id=223071
         <rdar://problem/75575483>

Added: trunk/LayoutTests/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https-expected.txt (0 => 274782)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https-expected.txt	2021-03-22 19:55:08 UTC (rev 274782)
@@ -0,0 +1,18 @@
+
+PASS # AUDIT TASK RUNNER STARTED.
+PASS Executing "Initializing AudioWorklet and Context"
+PASS Executing "Verifying AudioParam in AudioWorkletNode"
+PASS Audit report
+PASS > [Initializing AudioWorklet and Context]
+PASS < [Initializing AudioWorklet and Context] All assertions passed. (total 0 assertions)
+PASS > [Verifying AudioParam in AudioWorkletNode]
+FAIL X The rendered buffer: Expected 0 for all values but found 128 unexpected values:
+	Index	Actual
+	[0]	1
+	[1]	1
+	[2]	1
+	[3]	1
+	...and 124 more errors. assert_true: expected true got false
+FAIL < [Verifying AudioParam in AudioWorkletNode] 1 out of 1 assertions were failed. assert_true: expected true got false
+FAIL # AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed. assert_true: expected true got false
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to