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

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

Issue 1051523003: [es6] Object.getPrototypeOf should work with values (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | test/webkit/prototypes.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
1 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
4 # met: 5 # met:
5 # 6 #
6 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 11 # disclaimer in the documentation and/or other materials provided
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'S15.9.5.40_A3_T2': [FAIL], 183 'S15.9.5.40_A3_T2': [FAIL],
183 'S15.9.5.41_A3_T2': [FAIL], 184 'S15.9.5.41_A3_T2': [FAIL],
184 'S15.9.5.42_A3_T2': [FAIL], 185 'S15.9.5.42_A3_T2': [FAIL],
185 'S15.9.5.4_A3_T2': [FAIL], 186 'S15.9.5.4_A3_T2': [FAIL],
186 'S15.9.5.5_A3_T2': [FAIL], 187 'S15.9.5.5_A3_T2': [FAIL],
187 'S15.9.5.6_A3_T2': [FAIL], 188 'S15.9.5.6_A3_T2': [FAIL],
188 'S15.9.5.7_A3_T2': [FAIL], 189 'S15.9.5.7_A3_T2': [FAIL],
189 'S15.9.5.8_A3_T2': [FAIL], 190 'S15.9.5.8_A3_T2': [FAIL],
190 'S15.9.5.9_A3_T2': [FAIL], 191 'S15.9.5.9_A3_T2': [FAIL],
191 192
193 # Object.getPrototypeOf wraps primitive values in ES6.
194 '15.2.3.2-1': [FAIL],
195 '15.2.3.2-1-3': [FAIL],
196 '15.2.3.2-1-4': [FAIL],
197
192 ######################## NEEDS INVESTIGATION ########################### 198 ######################## NEEDS INVESTIGATION ###########################
193 199
194 # These test failures are specific to the intl402 suite and need investigation 200 # These test failures are specific to the intl402 suite and need investigation
195 # to be either marked as bugs with issues filed for them or as deliberate 201 # to be either marked as bugs with issues filed for them or as deliberate
196 # incompatibilities if the test cases turn out to be broken or ambiguous. 202 # incompatibilities if the test cases turn out to be broken or ambiguous.
197 '6.2.3': [FAIL], 203 '6.2.3': [FAIL],
198 '9.2.1_2': [FAIL], 204 '9.2.1_2': [FAIL],
199 '9.2.6_2': [FAIL], 205 '9.2.6_2': [FAIL],
200 '10.1.1_a': [FAIL], 206 '10.1.1_a': [FAIL],
201 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], 207 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 278
273 # BUG(3251225): Tests that timeout with --nocrankshaft. 279 # BUG(3251225): Tests that timeout with --nocrankshaft.
274 'S15.1.3.1_A2.4_T1': [SKIP], 280 'S15.1.3.1_A2.4_T1': [SKIP],
275 'S15.1.3.1_A2.5_T1': [SKIP], 281 'S15.1.3.1_A2.5_T1': [SKIP],
276 'S15.1.3.2_A2.4_T1': [SKIP], 282 'S15.1.3.2_A2.4_T1': [SKIP],
277 'S15.1.3.2_A2.5_T1': [SKIP], 283 'S15.1.3.2_A2.5_T1': [SKIP],
278 'S15.1.3.3_A2.3_T1': [SKIP], 284 'S15.1.3.3_A2.3_T1': [SKIP],
279 'S15.1.3.4_A2.3_T1': [SKIP], 285 'S15.1.3.4_A2.3_T1': [SKIP],
280 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 286 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
281 ] 287 ]
OLDNEW
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | test/webkit/prototypes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698