Bug 284428
Summary: | [GStreamer] imported/w3c/web-platform-tests/webcodecs/audio-encoder-config.https.any.worker.html is a permanent failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Component: | Media | Assignee: | Philippe Normand <philn> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jean-Yves Avenard [:jya]
In bug 284019 I fixed some bugs that caused a few AudioEncoder failure and reset the expectations to be all `PASS`
New failures are now showing
```
--- /home/ews/worker/GTK-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/webcodecs/audio-encoder-config.https.any.worker-expected.txt
+++ /home/ews/worker/GTK-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/webcodecs/audio-encoder-config.https.any.worker-actual.txt
@@ -27,14 +27,14 @@
PASS Test that AudioEncoder.isConfigSupported() doesn't support config: Unrecognized codec
PASS Test that AudioEncoder.isConfigSupported() doesn't support config: Sample rate is too small
PASS Test that AudioEncoder.isConfigSupported() doesn't support config: Sample rate is too large
-PASS Test that AudioEncoder.isConfigSupported() doesn't support config: Way too many channels
+FAIL Test that AudioEncoder.isConfigSupported() doesn't support config: Way too many channels assert_false: expected false got true
PASS Test that AudioEncoder.isConfigSupported() doesn't support config: Possible future opus codec string
PASS Test that AudioEncoder.isConfigSupported() doesn't support config: Possible future aac codec string
PASS Test that AudioEncoder.configure() doesn't support config: Bitrate is too low
PASS Test that AudioEncoder.configure() doesn't support config: Unrecognized codec
PASS Test that AudioEncoder.configure() doesn't support config: Sample rate is too small
PASS Test that AudioEncoder.configure() doesn't support config: Sample rate is too large
-PASS Test that AudioEncoder.configure() doesn't support config: Way too many channels
+FAIL Test that AudioEncoder.configure() doesn't support config: Way too many channels assert_unreached: flush succeeded unexpectedly Reached unreachable code
PASS Test that AudioEncoder.configure() doesn't support config: Possible future opus codec string
PASS Test that AudioEncoder.configure() doesn't support config: Possible future aac codec string
PASS AudioEncoder.isConfigSupported() supports: {"codec":"opus","sampleRate":8000,"numberOfChannels":1}
```
(FWIW, the test is likely invalid)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
Let's handle this in bug 284426.
*** This bug has been marked as a duplicate of bug 284426 ***