| Index: test/webkit/fast/js/kde/cast-expected.txt
|
| diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/js/kde/cast-expected.txt
|
| similarity index 90%
|
| copy from test/webkit/array-sort-reentrance-expected.txt
|
| copy to test/webkit/fast/js/kde/cast-expected.txt
|
| index 7119af90817eee9b7937e36da25e13456a8ba826..71605d951f6de0265234221f4917cd0a4c689ed5 100644
|
| --- a/test/webkit/array-sort-reentrance-expected.txt
|
| +++ b/test/webkit/fast/js/kde/cast-expected.txt
|
| @@ -21,11 +21,15 @@
|
| # (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 Boolean(1) === true is true
|
| +PASS var s = String; s(1) === '1' is true
|
| +PASS n = Number; n(true) === 1 is true
|
| +PASS String(Array('a', 'b' )) is 'a,b'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|