Diff
Modified: trunk/LayoutTests/ChangeLog (154505 => 154506)
--- trunk/LayoutTests/ChangeLog 2013-08-23 19:17:58 UTC (rev 154505)
+++ trunk/LayoutTests/ChangeLog 2013-08-23 19:31:03 UTC (rev 154506)
@@ -1,3 +1,19 @@
+2013-08-23 Michael Saboff <[email protected]>
+
+ regexp-match-reify-before-putbyval is not a JSRegress test
+ https://bugs.webkit.org/show_bug.cgi?id=120181
+
+ Reviewed by Geoffrey Garen.
+
+ Moved and re-baselined regexp-match-reify-before-putbyval test into fast/js.
+
+ * fast/js/regexp-match-reify-before-putbyval-expected.txt: Copied from LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval-expected.txt.
+ * fast/js/regexp-match-reify-before-putbyval.html: Copied from LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval.html.
+ * fast/js/regress/regexp-match-reify-before-putbyval-expected.txt: Removed.
+ * fast/js/regress/regexp-match-reify-before-putbyval.html: Removed.
+ * fast/js/regress/script-tests/regexp-match-reify-before-putbyval.js: Removed.
+ * fast/js/script-tests/regexp-match-reify-before-putbyval.js: Copied from LayoutTests/fast/js/regress/script-tests/regexp-match-reify-before-putbyval.js.
+
2013-08-23 Alexey Proskuryakov <[email protected]>
http/tests/cache/partitioned-cache.html breaks subsequent cookie tests
Copied: trunk/LayoutTests/fast/js/regexp-match-reify-before-putbyval-expected.txt (from rev 154505, trunk/LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval-expected.txt) (0 => 154506)
--- trunk/LayoutTests/fast/js/regexp-match-reify-before-putbyval-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/js/regexp-match-reify-before-putbyval-expected.txt 2013-08-23 19:31:03 UTC (rev 154506)
@@ -0,0 +1,5 @@
+PASS matches is ['http://www.dummy.com/images/123x456/image.jpg','http://www.dummy.com/images/',111,'x',222,'/image.jpg']
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/fast/js/regexp-match-reify-before-putbyval.html (0 => 154506)
--- trunk/LayoutTests/fast/js/regexp-match-reify-before-putbyval.html (rev 0)
+++ trunk/LayoutTests/fast/js/regexp-match-reify-before-putbyval.html 2013-08-23 19:31:03 UTC (rev 154506)
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<head>
+<script src=""
+</head>
+<body>
+<script src=""
+<script src=""
+</body>
+</html>
Deleted: trunk/LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval-expected.txt (154505 => 154506)
--- trunk/LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval-expected.txt 2013-08-23 19:17:58 UTC (rev 154505)
+++ trunk/LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval-expected.txt 2013-08-23 19:31:03 UTC (rev 154506)
@@ -1,11 +0,0 @@
-JSRegress/regexp-match-reify-before-putbyval
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS matches is ['http://www.dummy.com/images/123x456/image.jpg','http://www.dummy.com/images/',111,'x',222,'/image.jpg']
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval.html (154505 => 154506)
--- trunk/LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval.html 2013-08-23 19:17:58 UTC (rev 154505)
+++ trunk/LayoutTests/fast/js/regress/regexp-match-reify-before-putbyval.html 2013-08-23 19:31:03 UTC (rev 154506)
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src=""
-</head>
-<body>
-<script src=""
-<script src=""
-<script src=""
-<script src=""
-</body>
-</html>
Deleted: trunk/LayoutTests/fast/js/regress/script-tests/regexp-match-reify-before-putbyval.js (154505 => 154506)
--- trunk/LayoutTests/fast/js/regress/script-tests/regexp-match-reify-before-putbyval.js 2013-08-23 19:17:58 UTC (rev 154505)
+++ trunk/LayoutTests/fast/js/regress/script-tests/regexp-match-reify-before-putbyval.js 2013-08-23 19:31:03 UTC (rev 154506)
@@ -1,7 +0,0 @@
-var src = '';
-
-var matches = src.match("^(.*/)([0-9]+)(x)([0-9]+)(/.*)$");
-matches[2] = 111;
-matches[4] = 222;
-
-shouldBe("matches", "['http://www.dummy.com/images/123x456/image.jpg','http://www.dummy.com/images/',111,'x',222,'/image.jpg']");
Copied: trunk/LayoutTests/fast/js/script-tests/regexp-match-reify-before-putbyval.js (from rev 154505, trunk/LayoutTests/fast/js/regress/script-tests/regexp-match-reify-before-putbyval.js) (0 => 154506)
--- trunk/LayoutTests/fast/js/script-tests/regexp-match-reify-before-putbyval.js (rev 0)
+++ trunk/LayoutTests/fast/js/script-tests/regexp-match-reify-before-putbyval.js 2013-08-23 19:31:03 UTC (rev 154506)
@@ -0,0 +1,7 @@
+var src = '';
+
+var matches = src.match("^(.*/)([0-9]+)(x)([0-9]+)(/.*)$");
+matches[2] = 111;
+matches[4] = 222;
+
+shouldBe("matches", "['http://www.dummy.com/images/123x456/image.jpg','http://www.dummy.com/images/',111,'x',222,'/image.jpg']");