Modified: trunk/LayoutTests/ChangeLog (109500 => 109501)
--- trunk/LayoutTests/ChangeLog 2012-03-02 05:35:18 UTC (rev 109500)
+++ trunk/LayoutTests/ChangeLog 2012-03-02 05:37:41 UTC (rev 109501)
@@ -2,6 +2,12 @@
Unreviewed, gardening.
+ * platform/chromium/fast/js/mozilla/strict/13.1-expected.txt: Removed.
+
+2012-03-01 Kentaro Hara <[email protected]>
+
+ Unreviewed, gardening.
+
* platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt: Removed.
2012-03-01 Kentaro Hara <[email protected]>
Deleted: trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/13.1-expected.txt (109500 => 109501)
--- trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/13.1-expected.txt 2012-03-02 05:35:18 UTC (rev 109500)
+++ trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/13.1-expected.txt 2012-03-02 05:37:41 UTC (rev 109501)
@@ -1,205 +0,0 @@
-PASS !!Function("'use strict'; function f(x,y) {}") is true
-PASS !!Function("function f(x,y) {}") is true
-PASS true === true
-PASS Function("'use strict'; function f(x,x) {}") threw exception of type SyntaxError.
-PASS !!Function("function f(x,x) {}") is true
-PASS true === true
-PASS Function("'use strict'; function f(x,y,z,y) {}") threw exception of type SyntaxError.
-PASS !!Function("function f(x,y,z,y) {}") is true
-PASS true === true
-PASS Function("'use strict'; function f(a,b,c,d,e,f,g,h,d) {}") threw exception of type SyntaxError.
-PASS !!Function("function f(a,b,c,d,e,f,g,h,d) {}") is true
-PASS true === true
-FAIL !!Function("'use strict'; function f([x,y]) {}") should be true. Threw exception SyntaxError: Unexpected token [
-FAIL !!Function("function f([x,y]) {}") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; function f([x,x]){}") threw exception of type SyntaxError.
-PASS Function("function f([x,x]){}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function f(x,[x]){}") threw exception of type SyntaxError.
-PASS Function("function f(x,[x]){}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function f(x,x) { \"use strict\" };") threw exception of type SyntaxError.
-PASS Function("function f(x,x) { \"use strict\" };") threw exception of type SyntaxError.
-PASS true === true
-PASS true === true
-PASS true === true
-PASS 'use strict'; Function("x","x","'use strict'") threw exception of type SyntaxError.
-PASS Function("x","x","'use strict'") threw exception of type SyntaxError.
-PASS true === true
-PASS true === true
-PASS Function("'use strict'; (function (x,x) 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function (x,x) 2)") should be true. Threw exception SyntaxError: Unexpected number
-PASS true === true
-FAIL !!Function("'use strict'; (function (x,y) 2)") should be true. Threw exception SyntaxError: Unexpected number
-FAIL !!Function("(function (x,y) 2)") should be true. Threw exception SyntaxError: Unexpected number
-PASS true === true
-PASS Function("'use strict'; function f(eval){}") threw exception of type SyntaxError.
-PASS !!Function("function f(eval){}") is true
-PASS true === true
-PASS Function("'use strict'; function f([eval]){}") threw exception of type SyntaxError.
-FAIL !!Function("function f([eval]){}") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; function f({x:eval}){}") threw exception of type SyntaxError.
-FAIL !!Function("function f({x:eval}){}") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; function eval(){}") threw exception of type SyntaxError.
-PASS !!Function("function eval(){}") is true
-PASS true === true
-PASS Function("'use strict'; function f(eval){\"use strict\";}") threw exception of type SyntaxError.
-PASS Function("function f(eval){\"use strict\";}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function f([eval]){\"use strict\";}") threw exception of type SyntaxError.
-PASS Function("function f([eval]){\"use strict\";}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function f({x:eval}){\"use strict\";}") threw exception of type SyntaxError.
-PASS Function("function f({x:eval}){\"use strict\";}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function eval(){\"use strict\";}") threw exception of type SyntaxError.
-PASS Function("function eval(){\"use strict\";}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function f(eval){})") threw exception of type SyntaxError.
-PASS !!Function("(function f(eval){})") is true
-PASS true === true
-PASS Function("'use strict'; (function f([eval]){})") threw exception of type SyntaxError.
-FAIL !!Function("(function f([eval]){})") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; (function f({x:eval}){})") threw exception of type SyntaxError.
-FAIL !!Function("(function f({x:eval}){})") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; (function eval(){})") threw exception of type SyntaxError.
-PASS !!Function("(function eval(){})") is true
-PASS true === true
-PASS Function("'use strict'; (function f(eval){\"use strict\";})") threw exception of type SyntaxError.
-PASS Function("(function f(eval){\"use strict\";})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function f([eval]){\"use strict\";})") threw exception of type SyntaxError.
-PASS Function("(function f([eval]){\"use strict\";})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function f({x:eval}){\"use strict\";})") threw exception of type SyntaxError.
-PASS Function("(function f({x:eval}){\"use strict\";})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function eval(){\"use strict\";})") threw exception of type SyntaxError.
-PASS Function("(function eval(){\"use strict\";})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function f(eval) 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function f(eval) 2)") should be true. Threw exception SyntaxError: Unexpected number
-PASS true === true
-PASS Function("'use strict'; (function f([eval]) 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function f([eval]) 2)") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; (function f({x:eval}) 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function f({x:eval}) 2)") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; (function eval() 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function eval() 2)") should be true. Threw exception SyntaxError: Unexpected number
-PASS true === true
-PASS Function("'use strict'; ({set x(eval){}})") threw exception of type SyntaxError.
-PASS !!Function("({set x(eval){}})") is true
-PASS true === true
-PASS Function("'use strict'; ({set x([eval]){}})") threw exception of type SyntaxError.
-FAIL !!Function("({set x([eval]){}})") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; ({set x({x:eval}){}})") threw exception of type SyntaxError.
-FAIL !!Function("({set x({x:eval}){}})") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; ({set x(eval){\"use strict\";}})") threw exception of type SyntaxError.
-PASS Function("({set x(eval){\"use strict\";}})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; ({set x([eval]){\"use strict\";}})") threw exception of type SyntaxError.
-PASS Function("({set x([eval]){\"use strict\";}})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; ({set x({x:eval}){\"use strict\";}})") threw exception of type SyntaxError.
-PASS Function("({set x({x:eval}){\"use strict\";}})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function f(arguments){}") threw exception of type SyntaxError.
-PASS !!Function("function f(arguments){}") is true
-PASS true === true
-PASS Function("'use strict'; function f([arguments]){}") threw exception of type SyntaxError.
-FAIL !!Function("function f([arguments]){}") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; function f({x:arguments}){}") threw exception of type SyntaxError.
-FAIL !!Function("function f({x:arguments}){}") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; function arguments(){}") threw exception of type SyntaxError.
-PASS !!Function("function arguments(){}") is true
-PASS true === true
-PASS Function("'use strict'; function f(arguments){\"use strict\";}") threw exception of type SyntaxError.
-PASS Function("function f(arguments){\"use strict\";}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function f([arguments]){\"use strict\";}") threw exception of type SyntaxError.
-PASS Function("function f([arguments]){\"use strict\";}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function f({x:arguments}){\"use strict\";}") threw exception of type SyntaxError.
-PASS Function("function f({x:arguments}){\"use strict\";}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; function arguments(){\"use strict\";}") threw exception of type SyntaxError.
-PASS Function("function arguments(){\"use strict\";}") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function f(arguments){})") threw exception of type SyntaxError.
-PASS !!Function("(function f(arguments){})") is true
-PASS true === true
-PASS Function("'use strict'; (function f([arguments]){})") threw exception of type SyntaxError.
-FAIL !!Function("(function f([arguments]){})") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; (function f({x:arguments}){})") threw exception of type SyntaxError.
-FAIL !!Function("(function f({x:arguments}){})") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; (function arguments(){})") threw exception of type SyntaxError.
-PASS !!Function("(function arguments(){})") is true
-PASS true === true
-PASS Function("'use strict'; (function f(arguments){\"use strict\";})") threw exception of type SyntaxError.
-PASS Function("(function f(arguments){\"use strict\";})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function f([arguments]){\"use strict\";})") threw exception of type SyntaxError.
-PASS Function("(function f([arguments]){\"use strict\";})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function f({x:arguments}){\"use strict\";})") threw exception of type SyntaxError.
-PASS Function("(function f({x:arguments}){\"use strict\";})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function arguments(){\"use strict\";})") threw exception of type SyntaxError.
-PASS Function("(function arguments(){\"use strict\";})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; (function f(arguments) 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function f(arguments) 2)") should be true. Threw exception SyntaxError: Unexpected number
-PASS true === true
-PASS Function("'use strict'; (function f([arguments]) 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function f([arguments]) 2)") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; (function f({x:arguments}) 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function f({x:arguments}) 2)") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; (function arguments() 2)") threw exception of type SyntaxError.
-FAIL !!Function("(function arguments() 2)") should be true. Threw exception SyntaxError: Unexpected number
-PASS true === true
-PASS Function("'use strict'; ({set x(arguments){}})") threw exception of type SyntaxError.
-PASS !!Function("({set x(arguments){}})") is true
-PASS true === true
-PASS Function("'use strict'; ({set x([arguments]){}})") threw exception of type SyntaxError.
-FAIL !!Function("({set x([arguments]){}})") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; ({set x({x:arguments}){}})") threw exception of type SyntaxError.
-FAIL !!Function("({set x({x:arguments}){}})") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; ({set x(arguments){\"use strict\";}})") threw exception of type SyntaxError.
-PASS Function("({set x(arguments){\"use strict\";}})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; ({set x([arguments]){\"use strict\";}})") threw exception of type SyntaxError.
-PASS Function("({set x([arguments]){\"use strict\";}})") threw exception of type SyntaxError.
-PASS true === true
-PASS Function("'use strict'; ({set x({x:arguments}){\"use strict\";}})") threw exception of type SyntaxError.
-PASS Function("({set x({x:arguments}){\"use strict\";}})") threw exception of type SyntaxError.
-PASS true === true
-PASS true === true
-PASS 'use strict'; Function("eval","'use strict';") threw exception of type SyntaxError.
-PASS Function("eval","'use strict';") threw exception of type SyntaxError.
-PASS true === true
-PASS true === true
-PASS 'use strict'; Function("arguments","'use strict';") threw exception of type SyntaxError.
-PASS Function("arguments","'use strict';") threw exception of type SyntaxError.
-PASS true === true
- PASSED!
-PASS successfullyParsed is true
-
-TEST COMPLETE
-