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

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

Issue 5896001: Fix ES5 failure after removing Number/String/Boolean.prototype.toJSON. (Closed)
Patch Set: Created 10 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214: UNIMPLEMENTED 81 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214: UNIMPLEMENTED
82 82
83 # NOT IMPLEMENTED: RegExp.prototype.multiline 83 # NOT IMPLEMENTED: RegExp.prototype.multiline
84 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215: UNIMPLEMENTED 84 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215: UNIMPLEMENTED
85 85
86 # All of the tests below marked SUBSETFAIL (in 15.2.3.4) fail because 86 # All of the tests below marked SUBSETFAIL (in 15.2.3.4) fail because
87 # the tests assumes that objects can not have more properties 87 # the tests assumes that objects can not have more properties
88 # than those described in the spec - but according to spec they can 88 # than those described in the spec - but according to spec they can
89 # have additional properties. 89 # have additional properties.
90 # All compareArray calls in these tests could be exchanged with a 90 # All compareArray calls in these tests could be exchanged with a
91 # isSubsetOfArray call (I will upload a path to the es5conform site). 91 # isSubsetOfArray call (I will upload a patch to the es5conform site).
92 92
93 # SUBSETFAIL 93 # SUBSETFAIL
94 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK 94 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK
95 95
96 # SUBSETFAIL + we do not implement all methods on Object. 96 # SUBSETFAIL + we do not implement all methods on Object.
97 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK 97 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK
98 98
99 # SUBSETFAIL 99 # SUBSETFAIL
100 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK 100 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK
101 101
102 # SUBSETFAIL + we do not implement Function.prototype.bind. 102 # SUBSETFAIL + we do not implement Function.prototype.bind.
103 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-4: FAIL_OK 103 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-4: FAIL_OK
104 104
105 # SUBSETFAIL 105 # SUBSETFAIL
106 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-5: FAIL_OK 106 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-5: FAIL_OK
107 107
108 # SUBSETFAIL 108 # SUBSETFAIL
109 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK 109 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK
110 110
111 # SUBSETFAIL 111 # SUBSETFAIL
112 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK 112 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK
113 113
114 # SUBSETFAIL 114 # SUBSETFAIL
115 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-8: FAIL_OK
116
117 # SUBSETFAIL
118 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-9: FAIL_OK
119
120 # SUBSETFAIL
121 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-11: FAIL_OK 115 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-11: FAIL_OK
122 116
123 # We do not implement all methods on RegExp. 117 # We do not implement all methods on RegExp.
124 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-13: FAIL 118 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-13: FAIL
125 119
126 # SUBSETFAIL 120 # SUBSETFAIL
127 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-14: FAIL_OK 121 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-14: FAIL_OK
128 122
129 # EvalError.prototype does not have message property. 123 # EvalError.prototype does not have message property.
130 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-15: FAIL 124 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-15: FAIL
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK 237 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
244 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK 238 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
245 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK 239 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
246 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK 240 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
247 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK 241 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
248 242
249 [ $arch == mips ] 243 [ $arch == mips ]
250 244
251 # Skip all tests on MIPS. 245 # Skip all tests on MIPS.
252 *: SKIP 246 *: SKIP
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698