Title: [267512] trunk/LayoutTests
Revision
267512
Author
[email protected]
Date
2020-09-23 18:36:12 -0700 (Wed, 23 Sep 2020)

Log Message

Unreviewed, we should put it under js/dom since it is not usable in JSC shell
https://bugs.webkit.org/show_bug.cgi?id=216851

* js/dom/script-tests/transform-stream.js: Renamed from LayoutTests/js/script-tests/transform-stream.js.
* js/dom/transform-stream-expected.txt: Renamed from LayoutTests/js/transform-stream-expected.txt.
* js/dom/transform-stream.html: Renamed from LayoutTests/js/transform-stream.html.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (267511 => 267512)


--- trunk/LayoutTests/ChangeLog	2020-09-24 00:22:30 UTC (rev 267511)
+++ trunk/LayoutTests/ChangeLog	2020-09-24 01:36:12 UTC (rev 267512)
@@ -1,3 +1,12 @@
+2020-09-23  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, we should put it under js/dom since it is not usable in JSC shell
+        https://bugs.webkit.org/show_bug.cgi?id=216851
+
+        * js/dom/script-tests/transform-stream.js: Renamed from LayoutTests/js/script-tests/transform-stream.js.
+        * js/dom/transform-stream-expected.txt: Renamed from LayoutTests/js/transform-stream-expected.txt.
+        * js/dom/transform-stream.html: Renamed from LayoutTests/js/transform-stream.html.
+
 2020-09-23  Chris Dumez  <[email protected]>
 
         web audio api outputs silence for 302 redirected resource in safari

Copied: trunk/LayoutTests/js/dom/script-tests/transform-stream.js (from rev 267511, trunk/LayoutTests/js/script-tests/transform-stream.js) (0 => 267512)


--- trunk/LayoutTests/js/dom/script-tests/transform-stream.js	                        (rev 0)
+++ trunk/LayoutTests/js/dom/script-tests/transform-stream.js	2020-09-24 01:36:12 UTC (rev 267512)
@@ -0,0 +1,4 @@
+description(
+"Tests exception checking in JSDOMBuiltinConstructorBase::callFunctionWithCurrentArguments."
+);
+new TransformStream();

Copied: trunk/LayoutTests/js/dom/transform-stream-expected.txt (from rev 267511, trunk/LayoutTests/js/transform-stream-expected.txt) (0 => 267512)


--- trunk/LayoutTests/js/dom/transform-stream-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/js/dom/transform-stream-expected.txt	2020-09-24 01:36:12 UTC (rev 267512)
@@ -0,0 +1,9 @@
+Tests exception checking in JSDOMBuiltinConstructorBase::callFunctionWithCurrentArguments.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Copied: trunk/LayoutTests/js/dom/transform-stream.html (from rev 267511, trunk/LayoutTests/js/transform-stream.html) (0 => 267512)


--- trunk/LayoutTests/js/dom/transform-stream.html	                        (rev 0)
+++ trunk/LayoutTests/js/dom/transform-stream.html	2020-09-24 01:36:12 UTC (rev 267512)
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><!-- webkit-test-runner [ jscOptions=--validateExceptionChecks=true ] -->
+<html>
+<head>
+<script src=""
+</head>
+<body>
+<script src=""
+<script src=""
+</body>
+</html>

Deleted: trunk/LayoutTests/js/script-tests/transform-stream.js (267511 => 267512)


--- trunk/LayoutTests/js/script-tests/transform-stream.js	2020-09-24 00:22:30 UTC (rev 267511)
+++ trunk/LayoutTests/js/script-tests/transform-stream.js	2020-09-24 01:36:12 UTC (rev 267512)
@@ -1,4 +0,0 @@
-description(
-"Tests exception checking in JSDOMBuiltinConstructorBase::callFunctionWithCurrentArguments."
-);
-new TransformStream();

Deleted: trunk/LayoutTests/js/transform-stream-expected.txt (267511 => 267512)


--- trunk/LayoutTests/js/transform-stream-expected.txt	2020-09-24 00:22:30 UTC (rev 267511)
+++ trunk/LayoutTests/js/transform-stream-expected.txt	2020-09-24 01:36:12 UTC (rev 267512)
@@ -1,9 +0,0 @@
-Tests exception checking in JSDOMBuiltinConstructorBase::callFunctionWithCurrentArguments.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/js/transform-stream.html (267511 => 267512)


--- trunk/LayoutTests/js/transform-stream.html	2020-09-24 00:22:30 UTC (rev 267511)
+++ trunk/LayoutTests/js/transform-stream.html	2020-09-24 01:36:12 UTC (rev 267512)
@@ -1,10 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><!-- webkit-test-runner [ jscOptions=--validateExceptionChecks=true ] -->
-<html>
-<head>
-<script src=""
-</head>
-<body>
-<script src=""
-<script src=""
-</body>
-</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to