mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Print FIXME instead of throwing NotSupportedError in WebAudio
This allows us to browse https://pierre.co/ instead of being navigated to error screen.
This commit is contained in:
parent
36a255eedd
commit
c2c9348636
Notes:
github-actions[bot]
2025-05-28 18:39:06 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: c2c9348636
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4885
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/tcl3
4 changed files with 24 additions and 14 deletions
|
|
@ -2,8 +2,8 @@ Harness status: OK
|
|||
|
||||
Found 317 tests
|
||||
|
||||
309 Pass
|
||||
8 Fail
|
||||
312 Pass
|
||||
5 Fail
|
||||
Pass # AUDIT TASK RUNNER STARTED.
|
||||
Pass Executing "initialize"
|
||||
Pass Executing "Offline createGain"
|
||||
|
|
@ -318,6 +318,6 @@ Pass > [verifyTests]
|
|||
Pass Number of nodes not tested : 0
|
||||
Pass < [verifyTests] All assertions passed. (total 1 assertions)
|
||||
Pass > [automation]
|
||||
Fail X Test automations (check console logs) incorrectly threw NotSupportedError: "FIXME: Implement AudioParam::linear_ramp_to_value_at_time".
|
||||
Fail < [automation] 1 out of 1 assertions were failed.
|
||||
Fail # AUDIT TASK RUNNER FINISHED: 1 out of 24 tasks were failed.
|
||||
Pass Test automations (check console logs) did not throw an exception.
|
||||
Pass < [automation] All assertions passed. (total 1 assertions)
|
||||
Pass # AUDIT TASK RUNNER FINISHED: 24 tasks ran successfully.
|
||||
Loading…
Add table
Add a link
Reference in a new issue