Title: [272676] trunk/LayoutTests
Revision
272676
Author
commit-qu...@webkit.org
Date
2021-02-10 12:31:53 -0800 (Wed, 10 Feb 2021)

Log Message

Rename testcase to indicate hang
https://bugs.webkit.org/show_bug.cgi?id=221375

Patch by Rob Buis <rb...@igalia.com> on 2021-02-10
Reviewed by Ryosuke Niwa.

Rename testcase to indicate hang rather than crash.

* plugins/embed-creation-hang-expected.txt: Renamed from LayoutTests/plugins/embed-creation-crash-expected.txt.
* plugins/embed-creation-hang.html: Renamed from LayoutTests/plugins/embed-creation-crash.html.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (272675 => 272676)


--- trunk/LayoutTests/ChangeLog	2021-02-10 20:25:46 UTC (rev 272675)
+++ trunk/LayoutTests/ChangeLog	2021-02-10 20:31:53 UTC (rev 272676)
@@ -1,3 +1,15 @@
+2021-02-10  Rob Buis  <rb...@igalia.com>
+
+        Rename testcase to indicate hang
+        https://bugs.webkit.org/show_bug.cgi?id=221375
+
+        Reviewed by Ryosuke Niwa.
+
+        Rename testcase to indicate hang rather than crash.
+
+        * plugins/embed-creation-hang-expected.txt: Renamed from LayoutTests/plugins/embed-creation-crash-expected.txt.
+        * plugins/embed-creation-hang.html: Renamed from LayoutTests/plugins/embed-creation-crash.html.
+
 2021-02-10  Razvan Caliman  <rcali...@apple.com>
 
         Web Inspector: Display all CSS grids on page in Layout panel

Deleted: trunk/LayoutTests/plugins/embed-creation-crash-expected.txt (272675 => 272676)


--- trunk/LayoutTests/plugins/embed-creation-crash-expected.txt	2021-02-10 20:25:46 UTC (rev 272675)
+++ trunk/LayoutTests/plugins/embed-creation-crash-expected.txt	2021-02-10 20:31:53 UTC (rev 272676)
@@ -1 +0,0 @@
-This test should not hang.

Deleted: trunk/LayoutTests/plugins/embed-creation-crash.html (272675 => 272676)


--- trunk/LayoutTests/plugins/embed-creation-crash.html	2021-02-10 20:25:46 UTC (rev 272675)
+++ trunk/LayoutTests/plugins/embed-creation-crash.html	2021-02-10 20:31:53 UTC (rev 272676)
@@ -1,9 +0,0 @@
-<script>
-  _onload_ = () => {
-      testRunner.dumpAsText();
-      testRunner.waitUntilDone();
-      testRunner.notifyDone();
-      var a = document.createElement('embed');
-    }
-</script>
-<p>This test should not hang.</p>

Copied: trunk/LayoutTests/plugins/embed-creation-hang-expected.txt (from rev 272670, trunk/LayoutTests/plugins/embed-creation-crash-expected.txt) (0 => 272676)


--- trunk/LayoutTests/plugins/embed-creation-hang-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/plugins/embed-creation-hang-expected.txt	2021-02-10 20:31:53 UTC (rev 272676)
@@ -0,0 +1 @@
+This test should not hang.

Copied: trunk/LayoutTests/plugins/embed-creation-hang.html (from rev 272670, trunk/LayoutTests/plugins/embed-creation-crash.html) (0 => 272676)


--- trunk/LayoutTests/plugins/embed-creation-hang.html	                        (rev 0)
+++ trunk/LayoutTests/plugins/embed-creation-hang.html	2021-02-10 20:31:53 UTC (rev 272676)
@@ -0,0 +1,9 @@
+<script>
+  _onload_ = () => {
+      testRunner.dumpAsText();
+      testRunner.waitUntilDone();
+      testRunner.notifyDone();
+      var a = document.createElement('embed');
+    }
+</script>
+<p>This test should not hang.</p>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to