Skip to content

Commit e18b250

Browse files
committed
REGRESSION (r272392): [ MacOS ] webaudio/audioworklet-addModule-failure.html is flakey timing out
https://bugs.webkit.org/show_bug.cgi?id=221469 <rdar://problem/74027196> Unreviewed, make sure the test triggers JS garbage collection before exiting so that the next test does not fail with an out-of-memory error. * webaudio/audioworket-out-of-memory.html: Canonical link: https://commits.webkit.org/233744@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@272420 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 0889c5b commit e18b250

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

LayoutTests/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2021-02-05 Chris Dumez <cdumez@apple.com>
2+
3+
REGRESSION (r272392): [ MacOS ] webaudio/audioworklet-addModule-failure.html is flakey timing out
4+
https://bugs.webkit.org/show_bug.cgi?id=221469
5+
<rdar://problem/74027196>
6+
7+
Unreviewed, make sure the test triggers JS garbage collection before exiting so that the next test does
8+
not fail with an out-of-memory error.
9+
10+
* webaudio/audioworket-out-of-memory.html:
11+
112
2021-02-05 Carlos Garcia Campos <cgarcia@igalia.com>
213

314
REGRESSION(r271879) [SOUP] webrtc/datachannel/gather-candidates-networkprocess-crash.html is crashing in debug mode

LayoutTests/webaudio/audioworket-out-of-memory.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@
2828
CSS.paintWorklet.addModule('');
2929
}
3030
new AudioContext().audioWorklet.addModule('');
31+
32+
// Clean up before moving on to next test.
33+
$vm.gc();
3134
</script>

0 commit comments

Comments
 (0)