Index: test/webkit/fast/js/basic-strict-mode-expected.txt |
diff --git a/test/webkit/fast/js/basic-strict-mode-expected.txt b/test/webkit/fast/js/basic-strict-mode-expected.txt |
index 4bda2b173ac624f820b3139763a5cda9c93d988d..a7a29606ed2d95d88b417d09d98e795ddf1bf9ed 100644 |
--- a/test/webkit/fast/js/basic-strict-mode-expected.txt |
+++ b/test/webkit/fast/js/basic-strict-mode-expected.txt |
@@ -206,14 +206,14 @@ PASS (function f(arg){'use strict'; var descriptor = Object.getOwnPropertyDescri |
PASS (function f(arg){'use strict'; var descriptor = Object.getOwnPropertyDescriptor(f.__proto__, 'caller'); return descriptor.get === descriptor.set; })() is true |
PASS (function f(arg){'use strict'; var descriptor = Object.getOwnPropertyDescriptor(f.__proto__, 'arguments'); return descriptor.get === descriptor.set; })() is true |
PASS 'use strict'; (function f() { for(var i in this); })(); true; is true |
-PASS 'use strict'̻ threw exception SyntaxError: Unexpected token ILLEGAL. |
-PASS (function(){'use strict'̻}) threw exception SyntaxError: Unexpected token ILLEGAL. |
-PASS 'use strict'5.f threw exception SyntaxError: Unexpected token ILLEGAL. |
-PASS (function(){'use strict'5.f}) threw exception SyntaxError: Unexpected token ILLEGAL. |
-PASS 'use strict';̻ threw exception SyntaxError: Unexpected token ILLEGAL. |
-PASS (function(){'use strict';̻}) threw exception SyntaxError: Unexpected token ILLEGAL. |
-PASS 'use strict';5.f threw exception SyntaxError: Unexpected token ILLEGAL. |
-PASS (function(){'use strict';5.f}) threw exception SyntaxError: Unexpected token ILLEGAL. |
+PASS 'use strict'̻ threw exception SyntaxError: Invalid or unexpected token. |
+PASS (function(){'use strict'̻}) threw exception SyntaxError: Invalid or unexpected token. |
+PASS 'use strict'5.f threw exception SyntaxError: Invalid or unexpected token. |
+PASS (function(){'use strict'5.f}) threw exception SyntaxError: Invalid or unexpected token. |
+PASS 'use strict';̻ threw exception SyntaxError: Invalid or unexpected token. |
+PASS (function(){'use strict';̻}) threw exception SyntaxError: Invalid or unexpected token. |
+PASS 'use strict';5.f threw exception SyntaxError: Invalid or unexpected token. |
+PASS (function(){'use strict';5.f}) threw exception SyntaxError: Invalid or unexpected token. |
PASS 'use strict';1-(eval=1); threw exception SyntaxError: Unexpected eval or arguments in strict mode. |
PASS (function(){'use strict';1-(eval=1);}) threw exception SyntaxError: Unexpected eval or arguments in strict mode. |
PASS 'use strict';arguments=1; threw exception SyntaxError: Unexpected eval or arguments in strict mode. |