| Index: test/webkit/fast/regex/alternative-length-miscalculation-expected.txt
|
| diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/regex/alternative-length-miscalculation-expected.txt
|
| similarity index 92%
|
| copy from test/webkit/array-sort-reentrance-expected.txt
|
| copy to test/webkit/fast/regex/alternative-length-miscalculation-expected.txt
|
| index 7119af90817eee9b7937e36da25e13456a8ba826..ff4e3a2693f16aa0eb4e2028b09a954e7ddca8ef 100644
|
| --- a/test/webkit/array-sort-reentrance-expected.txt
|
| +++ b/test/webkit/fast/regex/alternative-length-miscalculation-expected.txt
|
| @@ -21,11 +21,13 @@
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -This tests that a call to array.sort(compareFunction) does not crash from within a sort comparison function.
|
| +This page tests for length miscalculations in regular expression processing.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS re.exec('a') is null
|
| +PASS re2.test('') is false
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|