Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: test/webkit/fast/js/regexp-range-out-of-order.js

Issue 131363008: A64: Synchronize with r15922. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/webkit/fast/js/regexp-range-out-of-order.js
diff --git a/test/webkit/dfg-add-not-number.js b/test/webkit/fast/js/regexp-range-out-of-order.js
similarity index 87%
copy from test/webkit/dfg-add-not-number.js
copy to test/webkit/fast/js/regexp-range-out-of-order.js
index df6dcdf2ef2b3c08e57020a17f9d3992c8ca95d3..f1ca53be7442e0d6f2447c184811e96f9f94ae0f 100644
--- a/test/webkit/dfg-add-not-number.js
+++ b/test/webkit/fast/js/regexp-range-out-of-order.js
@@ -22,14 +22,9 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
description(
-"Tests that adding things that aren't numbers using ++ does not crash or generate bogus code."
-);
-function foo(a) {
- a++;
- return a;
-}
+'Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16129">bug 16129</a>: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build).'
-for (var i = 0; i < 100; ++i)
- shouldBe("foo(\"foo\" + i)", "NaN");
+);
+shouldThrow('/^[\s{-.\[\]\(\)]$/');

Powered by Google App Engine
This is Rietveld 408576698