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

Unified Diff: LayoutTests/fast/js/mozilla/strict/15.4.4.13-expected.txt

Issue 671293002: Rebaseline JS Array tests that will start passing after v8 r24855 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/js/mozilla/strict/15.4.4.9-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/mozilla/strict/15.4.4.13-expected.txt
diff --git a/LayoutTests/fast/js/mozilla/strict/15.4.4.13-expected.txt b/LayoutTests/fast/js/mozilla/strict/15.4.4.13-expected.txt
index a6e0b6726db43e09d996e3fc5401a418627410d4..29ea0d9f7218b08b4ae3f193bcf87dca06e9d695 100644
--- a/LayoutTests/fast/js/mozilla/strict/15.4.4.13-expected.txt
+++ b/LayoutTests/fast/js/mozilla/strict/15.4.4.13-expected.txt
@@ -1,11 +1,11 @@
-FAIL 'use strict'; var a = arr(); [a.unshift(40, 50), a] should throw an instance of TypeError
-FAIL var a = arr(); [a.unshift(40, 50), a] should throw an instance of TypeError
+PASS 'use strict'; var a = arr(); [a.unshift(40, 50), a] threw exception of type TypeError.
+PASS var a = arr(); [a.unshift(40, 50), a] threw exception of type TypeError.
PASS true === true
PASS 'use strict'; var o = obj(); [Array.prototype.unshift.call(o, 40, 50), o] threw exception of type TypeError.
PASS var o = obj(); [Array.prototype.unshift.call(o, 40, 50), o] threw exception of type TypeError.
PASS true === true
-FAIL 'use strict'; var a = agap(); [a.unshift(9), a] should throw an instance of TypeError
-FAIL var a = agap(); [a.unshift(9), a] should throw an instance of TypeError
+PASS 'use strict'; var a = agap(); [a.unshift(9), a] threw exception of type TypeError.
+PASS var a = agap(); [a.unshift(9), a] threw exception of type TypeError.
PASS true === true
PASS 'use strict'; var o = ogap(); [Array.prototype.unshift.call(o, 9), o] threw exception of type TypeError.
PASS var o = ogap(); [Array.prototype.unshift.call(o, 9), o] threw exception of type TypeError.
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/js/mozilla/strict/15.4.4.9-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698