Index: LayoutTests/fast/js/mozilla/strict/15.4.4.8-expected.txt |
diff --git a/LayoutTests/fast/js/mozilla/strict/15.4.4.8-expected.txt b/LayoutTests/fast/js/mozilla/strict/15.4.4.8-expected.txt |
index 952e553c4b8732ee8fd50f7d07b7da9fa6707138..680f6829d62511dcedf72cd74eac202f160163f2 100644 |
--- a/LayoutTests/fast/js/mozilla/strict/15.4.4.8-expected.txt |
+++ b/LayoutTests/fast/js/mozilla/strict/15.4.4.8-expected.txt |
@@ -1,14 +1,14 @@ |
-PASS 'use strict'; var a = arr(); a.reverse() threw exception of type TypeError. |
-PASS var a = arr(); a.reverse() threw exception of type TypeError. |
+FAIL 'use strict'; var a = arr(); a.reverse() should throw an instance of TypeError |
+FAIL var a = arr(); a.reverse() should throw an instance of TypeError |
PASS true === true |
-PASS 'use strict'; var o = obj(); Array.prototype.reverse.call(o) threw exception of type TypeError. |
-PASS var o = obj(); Array.prototype.reverse.call(o) threw exception of type TypeError. |
+FAIL 'use strict'; var o = obj(); Array.prototype.reverse.call(o) should throw an instance of TypeError |
+FAIL var o = obj(); Array.prototype.reverse.call(o) should throw an instance of TypeError |
PASS true === true |
-PASS 'use strict'; var a = agap(); a.reverse() threw exception of type TypeError. |
-PASS var a = agap(); a.reverse() threw exception of type TypeError. |
+FAIL 'use strict'; var a = agap(); a.reverse() should throw an instance of TypeError |
+FAIL var a = agap(); a.reverse() should throw an instance of TypeError |
PASS true === true |
-PASS 'use strict'; var o = ogap(); Array.prototype.reverse.call(o) threw exception of type TypeError. |
-PASS var o = ogap(); Array.prototype.reverse.call(o) threw exception of type TypeError. |
+FAIL 'use strict'; var o = ogap(); Array.prototype.reverse.call(o) should throw an instance of TypeError |
+FAIL var o = ogap(); Array.prototype.reverse.call(o) should throw an instance of TypeError |
PASS true === true |
PASSED! |
PASS successfullyParsed is true |