Title: [109500] trunk/LayoutTests
Revision
109500
Author
[email protected]
Date
2012-03-01 21:35:18 -0800 (Thu, 01 Mar 2012)

Log Message

Unreviewed, gardening.

* platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (109499 => 109500)


--- trunk/LayoutTests/ChangeLog	2012-03-02 05:26:40 UTC (rev 109499)
+++ trunk/LayoutTests/ChangeLog	2012-03-02 05:35:18 UTC (rev 109500)
@@ -2,6 +2,12 @@
 
         Unreviewed, gardening.
 
+        * platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt: Removed.
+
+2012-03-01  Kentaro Hara  <[email protected]>
+
+        Unreviewed, gardening.
+
         * platform/chromium-linux/fast/frames/transparent-scrollbar-expected.png: Removed.
         * platform/chromium-mac-snowleopard/fast/frames/transparent-scrollbar-expected.png: Added.
         * platform/chromium-win/fast/frames/transparent-scrollbar-expected.png: Added.

Deleted: trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt (109499 => 109500)


--- trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt	2012-03-02 05:26:40 UTC (rev 109499)
+++ trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt	2012-03-02 05:35:18 UTC (rev 109500)
@@ -1,23 +0,0 @@
-PASS Function("'use strict'; try{}catch(eval){}") threw exception of type SyntaxError.
-PASS !!Function("try{}catch(eval){}") is true
-PASS true === true
-PASS Function("'use strict'; try{}catch([eval]){}") threw exception of type SyntaxError.
-FAIL !!Function("try{}catch([eval]){}") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; try{}catch({x:eval}){}") threw exception of type SyntaxError.
-FAIL !!Function("try{}catch({x:eval}){}") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
-PASS Function("'use strict'; try{}catch(arguments){}") threw exception of type SyntaxError.
-PASS !!Function("try{}catch(arguments){}") is true
-PASS true === true
-PASS Function("'use strict'; try{}catch([arguments]){}") threw exception of type SyntaxError.
-FAIL !!Function("try{}catch([arguments]){}") should be true. Threw exception SyntaxError: Unexpected token [
-PASS true === true
-PASS Function("'use strict'; try{}catch({x:arguments}){}") threw exception of type SyntaxError.
-FAIL !!Function("try{}catch({x:arguments}){}") should be true. Threw exception SyntaxError: Unexpected token {
-PASS true === true
- PASSED! 
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to