| Index: test/webkit/fast/js/regexp-look-ahead-expected.txt
|
| diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/js/regexp-look-ahead-expected.txt
|
| similarity index 89%
|
| copy from test/webkit/array-sort-reentrance-expected.txt
|
| copy to test/webkit/fast/js/regexp-look-ahead-expected.txt
|
| index 7119af90817eee9b7937e36da25e13456a8ba826..14c16cdd2ad5324c8c24d87f5d74816f47c96c04 100644
|
| --- a/test/webkit/array-sort-reentrance-expected.txt
|
| +++ b/test/webkit/fast/js/regexp-look-ahead-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.
|
| +Test for regression against Yarr Interpreter is crashing in some cases of look-ahead regex patterns
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS "ab".match(/a(?=b|c)/) is ["a"]
|
| +PASS "abd".match(/a(?=c|b)|d/) is ["a"]
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|