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

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 1506933003: JSON.parse: properly deal with reviver result (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years 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 unified diff | Download patch
« no previous file with comments | « test/mjsunit/json.js ('k') | test/webkit/fast/js/JSON-parse-reviver.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'for-in-special-cases': [SKIP], 795 'for-in-special-cases': [SKIP],
796 'function-call': [SKIP], 796 'function-call': [SKIP],
797 'get-caller-js-function': [SKIP], 797 'get-caller-js-function': [SKIP],
798 'get-prototype-of': [SKIP], 798 'get-prototype-of': [SKIP],
799 'getter-in-prototype': [SKIP], 799 'getter-in-prototype': [SKIP],
800 'getters-on-elements': [SKIP], 800 'getters-on-elements': [SKIP],
801 'global-hash': [SKIP], 801 'global-hash': [SKIP],
802 'global-load-from-eval-in-with': [SKIP], 802 'global-load-from-eval-in-with': [SKIP],
803 'global-vars-with': [SKIP], 803 'global-vars-with': [SKIP],
804 'instanceof-2': [SKIP], 804 'instanceof-2': [SKIP],
805 'json': [SKIP],
805 'math-floor-of-div-minus-zero': [SKIP], 806 'math-floor-of-div-minus-zero': [SKIP],
806 'math-min-max': [SKIP], 807 'math-min-max': [SKIP],
807 'messages': [SKIP], 808 'messages': [SKIP],
808 'mirror-object': [SKIP], 809 'mirror-object': [SKIP],
809 'numops-fuzz-part1': [SKIP], 810 'numops-fuzz-part1': [SKIP],
810 'numops-fuzz-part2': [SKIP], 811 'numops-fuzz-part2': [SKIP],
811 'numops-fuzz-part3': [SKIP], 812 'numops-fuzz-part3': [SKIP],
812 'numops-fuzz-part4': [SKIP], 813 'numops-fuzz-part4': [SKIP],
813 'object-literal-gc': [SKIP], 814 'object-literal-gc': [SKIP],
814 'osr-elements-kind': [SKIP], 815 'osr-elements-kind': [SKIP],
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'regress/regress-crbug-347903': [SKIP], 1069 'regress/regress-crbug-347903': [SKIP],
1069 'regress/regress-crbug-505007-1': [SKIP], 1070 'regress/regress-crbug-505007-1': [SKIP],
1070 'regress/regress-crbug-505007-2': [SKIP], 1071 'regress/regress-crbug-505007-2': [SKIP],
1071 'regress/short-circuit': [SKIP], 1072 'regress/short-circuit': [SKIP],
1072 'stack-traces-overflow': [SKIP], 1073 'stack-traces-overflow': [SKIP],
1073 'unicodelctest': [SKIP], 1074 'unicodelctest': [SKIP],
1074 'unicodelctest-no-optimization': [SKIP], 1075 'unicodelctest-no-optimization': [SKIP],
1075 }], # ignition == True and (arch == arm or arch == arm64) 1076 }], # ignition == True and (arch == arm or arch == arm64)
1076 1077
1077 ] 1078 ]
OLDNEW
« no previous file with comments | « test/mjsunit/json.js ('k') | test/webkit/fast/js/JSON-parse-reviver.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698