| Index: test/webkit/fast/js/string-split-double-empty-expected.txt
|
| diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/js/string-split-double-empty-expected.txt
|
| similarity index 90%
|
| copy from test/webkit/array-sort-reentrance-expected.txt
|
| copy to test/webkit/fast/js/string-split-double-empty-expected.txt
|
| index 7119af90817eee9b7937e36da25e13456a8ba826..a7acfdcfb789c80b1445c35abc5055abb5a658fa 100644
|
| --- a/test/webkit/array-sort-reentrance-expected.txt
|
| +++ b/test/webkit/fast/js/string-split-double-empty-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 test checks for a regression against split() function returns wrong answer for second empty split.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS "".split(/s+/) is [""]
|
| +PASS "".split(/s+/) is [""]
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|