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

Unified Diff: LayoutTests/fast/js/object-literal-syntax-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: LayoutTests/fast/js/object-literal-syntax-expected.txt
diff --git a/LayoutTests/fast/js/object-literal-syntax-expected.txt b/LayoutTests/fast/js/object-literal-syntax-expected.txt
deleted file mode 100644
index 49cde99b9970b57d9c0618eddef7f1426ce7ee5e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/object-literal-syntax-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Make sure that we correctly identify parse errors in object literals
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS ({a:1, get a(){}}) threw exception SyntaxError: Unexpected token '}'.
-PASS ({a:1, set a(){}}) threw exception SyntaxError: Unexpected token '}'.
-PASS ({get a(){}, a:1}) threw exception SyntaxError: Unexpected token '}'.
-PASS ({set a(){}, a:1}) threw exception SyntaxError: Unexpected token '}'.
-PASS ({get a(){}, get a(){}}) threw exception SyntaxError: Unexpected token '}'.
-PASS ({set a(){}, set a(){}}) threw exception SyntaxError: Unexpected token '}'.
-PASS ({set a(){}, get a(){}, set a(){}}) threw exception SyntaxError: Unexpected token '}'.
-PASS (function(){({a:1, get a(){}})}) threw exception SyntaxError: Unexpected token '}'.
-PASS (function(){({a:1, set a(){}})}) threw exception SyntaxError: Unexpected token '}'.
-PASS (function(){({get a(){}, a:1})}) threw exception SyntaxError: Unexpected token '}'.
-PASS (function(){({set a(){}, a:1})}) threw exception SyntaxError: Unexpected token '}'.
-PASS (function(){({get a(){}, get a(){}})}) threw exception SyntaxError: Unexpected token '}'.
-PASS (function(){({set a(){}, set a(){}})}) threw exception SyntaxError: Unexpected token '}'.
-PASS (function(){({set a(){}, get a(){}, set a(){}})}) threw exception SyntaxError: Unexpected token '}'.
-PASS ({a:1, a:1, a:1}), true is true
-PASS ({get a(){}, set a(){}}), true is true
-PASS ({set a(){}, get a(){}}), true is true
-PASS (function(){({a:1, a:1, a:1})}), true is true
-PASS (function(){({get a(){}, set a(){}})}), true is true
-PASS (function(){({set a(){}, get a(){}})}), true is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/object-extra-comma-expected.txt ('k') | LayoutTests/fast/js/object-prototype-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698