Title: [89955] trunk/LayoutTests
- Revision
- 89955
- Author
- [email protected]
- Date
- 2011-06-28 13:34:25 -0700 (Tue, 28 Jun 2011)
Log Message
2011-06-28 Nate Chapin <[email protected]>
Unreviewed, chromium test update for r89946.
* platform/chromium/fast/regex: Added.
* platform/chromium/fast/regex/constructor-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (89954 => 89955)
--- trunk/LayoutTests/ChangeLog 2011-06-28 20:21:37 UTC (rev 89954)
+++ trunk/LayoutTests/ChangeLog 2011-06-28 20:34:25 UTC (rev 89955)
@@ -1,3 +1,10 @@
+2011-06-28 Nate Chapin <[email protected]>
+
+ Unreviewed, chromium test update for r89946.
+
+ * platform/chromium/fast/regex: Added.
+ * platform/chromium/fast/regex/constructor-expected.txt: Added.
+
2011-06-28 Rob Buis <[email protected]>
Reviewed by Nikolas Zimmermann.
Added: trunk/LayoutTests/platform/chromium/fast/regex/constructor-expected.txt (0 => 89955)
--- trunk/LayoutTests/platform/chromium/fast/regex/constructor-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/regex/constructor-expected.txt 2011-06-28 20:34:25 UTC (rev 89955)
@@ -0,0 +1,13 @@
+This test checks use of the regexp constructor.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS re === RegExp(re) is true
+PASS re !== new RegExp(re) is true
+PASS re === RegExp(re,'i') threw exception TypeError: Cannot supply flags when constructing one RegExp from another.
+PASS re !== new RegExp(re,'i') threw exception TypeError: Cannot supply flags when constructing one RegExp from another.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes