| Index: test/webkit/fast/js/kde/literals-expected.txt
|
| diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/js/kde/literals-expected.txt
|
| similarity index 92%
|
| copy from test/webkit/array-sort-reentrance-expected.txt
|
| copy to test/webkit/fast/js/kde/literals-expected.txt
|
| index 7119af90817eee9b7937e36da25e13456a8ba826..c1642848964c03077f0bd4df1c3e4c51130a3606 100644
|
| --- a/test/webkit/array-sort-reentrance-expected.txt
|
| +++ b/test/webkit/fast/js/kde/literals-expected.txt
|
| @@ -21,11 +21,19 @@
|
| # (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.
|
| +KDE JS Test
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS x is 1
|
| +PASS 0x0 is 0
|
| +PASS 0xF is 15
|
| +PASS 0xFF is 255
|
| +PASS 01 is 1
|
| +PASS 010 is 8
|
| +PASS 09 is 9
|
| +PASS 019 is 19
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|