| Index: test/webkit/fast/js/read-modify-eval-expected.txt
|
| diff --git a/test/webkit/date-utc-timeclip-expected.txt b/test/webkit/fast/js/read-modify-eval-expected.txt
|
| similarity index 73%
|
| copy from test/webkit/date-utc-timeclip-expected.txt
|
| copy to test/webkit/fast/js/read-modify-eval-expected.txt
|
| index 4901631d59c8d8f729458d1be81c33c57fcac8f8..4a16d0a7a25157c7534f430b615fe0615aad4394 100644
|
| --- a/test/webkit/date-utc-timeclip-expected.txt
|
| +++ b/test/webkit/fast/js/read-modify-eval-expected.txt
|
| @@ -21,19 +21,28 @@
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -Date.UTC() should apply TimeClip operation according to ECMA-262.
|
| +Tests whether eval() works inside statements that read and modify a value.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS Date.UTC(275760, 8, 12, 23, 59, 59, 999) is 8639999999999999
|
| -PASS Date.UTC(275760, 8, 13) is 8640000000000000
|
| -PASS isNaN(Date.UTC(275760, 8, 13, 0, 0, 0, 1)) is true
|
| -PASS isNaN(Date.UTC(275760, 8, 14)) is true
|
| -PASS Date.UTC(-271821, 3, 20, 0, 0, 0, 1) is -8639999999999999
|
| -PASS Date.UTC(-271821, 3, 20) is -8640000000000000
|
| -PASS isNaN(Date.UTC(-271821, 3, 19, 23, 59, 59, 999)) is true
|
| -PASS isNaN(Date.UTC(-271821, 3, 19)) is true
|
| +PASS multTest(); is true
|
| +PASS divTest(); is true
|
| +PASS addTest(); is true
|
| +PASS subTest(); is true
|
| +PASS lshiftTest(); is true
|
| +PASS rshiftTest(); is true
|
| +PASS urshiftTest(); is true
|
| +PASS andTest(); is true
|
| +PASS xorTest(); is true
|
| +PASS orTest(); is true
|
| +PASS modTest(); is true
|
| +PASS preIncTest(); is true
|
| +PASS preDecTest(); is true
|
| +PASS postIncTest(); is true
|
| +PASS postDecTest(); is true
|
| +PASS primitiveThisTest.call(1); is true
|
| +FAIL strictThisTest.call(1); should throw an exception. Was true.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|