| 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{-.\[\]\(\)]$/');
|
|
|