Changeset 42177 in webkit for trunk/LayoutTests/fast/js/resources/regexp-overflow.js
- Timestamp:
- Apr 2, 2009, 11:22:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/fast/js/resources/regexp-overflow.js
r41849 r42177 33 33 34 34 shouldBe('new RegExp(complexPattern).exec(complexInput)[0]', 'complexInput'); // Big but OK 35 shouldBe('new RegExp(complexPattern + complexPattern).exec(complexInput + complexInput)', 'null'); // Too big 35 // The analogous "too big" case is tested separately in 36 // regexp-overflow-too-big.html so engines that don't limit regexp execution 37 // time don't time out in this test. See 38 // https://bugs.webkit.org/show_bug.cgi?id=18327 . 36 39 37 40 var s = "a";
Note:
See TracChangeset
for help on using the changeset viewer.