Title: [252214] trunk/LayoutTests
Revision
252214
Author
yu...@chromium.org
Date
2019-11-07 15:44:55 -0800 (Thu, 07 Nov 2019)

Log Message

Web Inspector: http/tests/inspector/target/target-events-for-provisional-page.html is flaky when running with other tests
https://bugs.webkit.org/show_bug.cgi?id=203965
<rdar://problem/56988642>

Reviewed by Devin Rousso.

Enforce enableProcessSwapOnWindowOpen=true for the test so that it PSON is enabled regardless of other tests
that may run before (the test may reuse Page instance from the previous test on which
Page::openedByDOMWithOpener==true).

* http/tests/inspector/target/target-events-for-provisional-page.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (252213 => 252214)


--- trunk/LayoutTests/ChangeLog	2019-11-07 23:39:56 UTC (rev 252213)
+++ trunk/LayoutTests/ChangeLog	2019-11-07 23:44:55 UTC (rev 252214)
@@ -1,3 +1,17 @@
+2019-11-07  Yury Semikhatsky  <yu...@chromium.org>
+
+        Web Inspector: http/tests/inspector/target/target-events-for-provisional-page.html is flaky when running with other tests
+        https://bugs.webkit.org/show_bug.cgi?id=203965
+        <rdar://problem/56988642>
+
+        Reviewed by Devin Rousso.
+
+        Enforce enableProcessSwapOnWindowOpen=true for the test so that it PSON is enabled regardless of other tests
+        that may run before (the test may reuse Page instance from the previous test on which
+        Page::openedByDOMWithOpener==true).
+
+        * http/tests/inspector/target/target-events-for-provisional-page.html:
+
 2019-11-07  Kate Cheney  <katherine_che...@apple.com>
 
        Many resourceLoadStatistics tests and storageAccess tests using the ITP

Modified: trunk/LayoutTests/http/tests/inspector/target/target-events-for-provisional-page.html (252213 => 252214)


--- trunk/LayoutTests/http/tests/inspector/target/target-events-for-provisional-page.html	2019-11-07 23:39:56 UTC (rev 252213)
+++ trunk/LayoutTests/http/tests/inspector/target/target-events-for-provisional-page.html	2019-11-07 23:44:55 UTC (rev 252214)
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html><!-- webkit-test-runner [ enableProcessSwapOnWindowOpen=true ] -->
 <html>
 <head>
 <meta charset="utf-8">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to