Title: [235453] trunk/LayoutTests
- Revision
- 235453
- Author
- [email protected]
- Date
- 2018-08-28 19:37:08 -0700 (Tue, 28 Aug 2018)
Log Message
WebKitMediaSession should be GC collectable when its document is being stopped
https://bugs.webkit.org/show_bug.cgi?id=189016
<rdar://problem/43804904>
Unreviewed.
Increasing number of GC and checks to unflake tests on bots.
* http/tests/IndexedDB/collect-IDB-objects.https.html:
* http/tests/media/clearkey/collect-webkit-media-session.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (235452 => 235453)
--- trunk/LayoutTests/ChangeLog 2018-08-29 01:36:36 UTC (rev 235452)
+++ trunk/LayoutTests/ChangeLog 2018-08-29 02:37:08 UTC (rev 235453)
@@ -1,3 +1,15 @@
+2018-08-28 Youenn Fablet <[email protected]>
+
+ WebKitMediaSession should be GC collectable when its document is being stopped
+ https://bugs.webkit.org/show_bug.cgi?id=189016
+ <rdar://problem/43804904>
+
+ Unreviewed.
+ Increasing number of GC and checks to unflake tests on bots.
+
+ * http/tests/IndexedDB/collect-IDB-objects.https.html:
+ * http/tests/media/clearkey/collect-webkit-media-session.html:
+
2018-08-28 Devin Rousso <[email protected]>
console.log() shows (anonymous function) instead of the passed string when a certain format is used
Modified: trunk/LayoutTests/http/tests/IndexedDB/collect-IDB-objects.https.html (235452 => 235453)
--- trunk/LayoutTests/http/tests/IndexedDB/collect-IDB-objects.https.html 2018-08-29 01:36:36 UTC (rev 235452)
+++ trunk/LayoutTests/http/tests/IndexedDB/collect-IDB-objects.https.html 2018-08-29 02:37:08 UTC (rev 235453)
@@ -20,7 +20,7 @@
const frameIdentifier = internals.documentIdentifier(iframe.contentDocument);
iframe.src = ""
let counter = 0;
- while (++counter < 10) {
+ while (++counter < 50) {
if (!internals.isDocumentAlive(frameIdentifier)) {
resolveCallback();
return;
Modified: trunk/LayoutTests/http/tests/media/clearkey/collect-webkit-media-session.html (235452 => 235453)
--- trunk/LayoutTests/http/tests/media/clearkey/collect-webkit-media-session.html 2018-08-29 01:36:36 UTC (rev 235452)
+++ trunk/LayoutTests/http/tests/media/clearkey/collect-webkit-media-session.html 2018-08-29 02:37:08 UTC (rev 235453)
@@ -20,7 +20,7 @@
const frameIdentifier = internals.documentIdentifier(iframe.contentDocument);
iframe.src = ""
let counter = 0;
- while (++counter < 10) {
+ while (++counter < 50) {
if (!internals.isDocumentAlive(frameIdentifier)) {
resolveCallback();
return;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes