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

Unified Diff: LayoutTests/fast/js/JSON-stringify-replacer-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
« no previous file with comments | « LayoutTests/fast/js/JSON-parse-expected.txt ('k') | LayoutTests/fast/js/Object-create-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/JSON-stringify-replacer-expected.txt
diff --git a/LayoutTests/fast/js/JSON-stringify-replacer-expected.txt b/LayoutTests/fast/js/JSON-stringify-replacer-expected.txt
deleted file mode 100644
index a05e6d925b2219b86566673f41cb796da99b7804..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/JSON-stringify-replacer-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Test to ensure correct behaviour of replacer functions in JSON.stringify
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS JSON.stringify(object, returnUndefined) is undefined.
-PASS JSON.stringify(array, returnUndefined) is undefined.
-PASS JSON.stringify(object, returnObjectFor1) is '{"0":0,"1":{},"2":2}'
-PASS JSON.stringify(array, returnObjectFor1) is '[0,{},2,null]'
-PASS JSON.stringify(object, returnArrayFor1) is '{"0":0,"1":[],"2":2}'
-PASS JSON.stringify(array, returnArrayFor1) is '[0,[],2,null]'
-PASS JSON.stringify(object, returnUndefinedFor1) is '{"0":0,"2":2}'
-PASS JSON.stringify(array, returnUndefinedFor1) is '[0,null,2,null]'
-PASS JSON.stringify(object, returnFunctionFor1) is '{"0":0,"2":2}'
-PASS JSON.stringify(array, returnFunctionFor1) is '[0,null,2,null]'
-PASS JSON.stringify(object, returnNullFor1) is '{"0":0,"1":null,"2":2}'
-PASS JSON.stringify(array, returnNullFor1) is '[0,null,2,null]'
-PASS JSON.stringify(object, returnStringForUndefined) is '{"0":0,"1":1,"2":2,"3":"undefined value"}'
-PASS JSON.stringify(array, returnStringForUndefined) is '[0,1,2,"undefined value"]'
-PASS JSON.stringify(object, returnCycleObjectFor1) threw exception TypeError: JSON.stringify cannot serialize cyclic structures..
-PASS JSON.stringify(array, returnCycleObjectFor1) threw exception TypeError: JSON.stringify cannot serialize cyclic structures..
-PASS JSON.stringify(object, returnCycleArrayFor1) threw exception TypeError: JSON.stringify cannot serialize cyclic structures..
-PASS JSON.stringify(array, returnCycleArrayFor1) threw exception TypeError: JSON.stringify cannot serialize cyclic structures..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/JSON-parse-expected.txt ('k') | LayoutTests/fast/js/Object-create-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698