Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1189)

Unified Diff: test/webkit/fast/js/read-modify-eval-expected.txt

Issue 20280003: Migrate more tests from blink repository. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/webkit/fast/js/read-modify-eval.js ('k') | test/webkit/fast/js/regexp-bol.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « test/webkit/fast/js/read-modify-eval.js ('k') | test/webkit/fast/js/regexp-bol.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698