| Index: test/webkit/fast/js/kde/conditional-expected.txt
|
| diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/js/kde/conditional-expected.txt
|
| similarity index 89%
|
| copy from test/webkit/array-sort-reentrance-expected.txt
|
| copy to test/webkit/fast/js/kde/conditional-expected.txt
|
| index 7119af90817eee9b7937e36da25e13456a8ba826..29f10f8ec16a0ccf64255d59bcd2b039b7f5bd33 100644
|
| --- a/test/webkit/array-sort-reentrance-expected.txt
|
| +++ b/test/webkit/fast/js/kde/conditional-expected.txt
|
| @@ -21,11 +21,17 @@
|
| # (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 true ? 1 : 2 is 1
|
| +PASS false ? 1 : 2 is 2
|
| +PASS 'abc' ? 1 : 2 is 1
|
| +PASS null ? 1 : 2 is 2
|
| +PASS undefined ? 1 : 2 is 2
|
| +PASS /*var a=1;if (undefined) a = 2;*/ a is 1
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|