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

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

Issue 2149303003: Revert "Make toLocaleString on arrays always call toLocaleString on its elements." (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/mjsunit/es6/typedarray-tostring.js ('k') | 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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], 328 'built-ins/Function/prototype/toString/setter-class-static': [FAIL],
329 'built-ins/Function/prototype/toString/setter-object': [FAIL], 329 'built-ins/Function/prototype/toString/setter-object': [FAIL],
330 'built-ins/Function/prototype/toString/unicode': [FAIL], 330 'built-ins/Function/prototype/toString/unicode': [FAIL],
331 331
332 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 332 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
333 'language/module-code/*': [SKIP], 333 'language/module-code/*': [SKIP],
334 334
335 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 335 # https://bugs.chromium.org/p/v8/issues/detail?id=5012
336 'intl402/Intl/getCanonicalLocales/*': [FAIL], 336 'intl402/Intl/getCanonicalLocales/*': [FAIL],
337 337
338 # https://bugs.chromium.org/p/v8/issues/detail?id=5113
339 'built-ins/TypedArray/prototype/toLocaleString/calls-tolocalestring-from-each- value': [FAIL],
340 'built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value' : [FAIL],
341 'built-ins/TypedArray/prototype/toLocaleString/calls-valueof-from-each-value': [FAIL],
342 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -tolocalestring': [FAIL],
343 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -tostring': [FAIL],
344 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -valueof': [FAIL],
345 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-nextelement- tolocalestring': [FAIL],
346 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-nextelement- tostring': [FAIL],
347 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-nextelement- valueof': [FAIL],
348
338 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 349 # https://bugs.chromium.org/p/v8/issues/detail?id=5115
339 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [FAIL], 350 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [FAIL],
340 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], 351 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL],
341 352
342 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 353 # https://bugs.chromium.org/p/v8/issues/detail?id=5116
343 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], 354 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL],
344 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist ent-nan': [PASS, FAIL], 355 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist ent-nan': [PASS, FAIL],
345 'built-ins/TypedArrays/internals/DefineOwnProperty/conversion-operation-consis tent-nan': [PASS, FAIL], 356 'built-ins/TypedArrays/internals/DefineOwnProperty/conversion-operation-consis tent-nan': [PASS, FAIL],
346 'built-ins/TypedArrays/internals/Set/conversion-operation-consistent-nan': [PA SS, FAIL], 357 'built-ins/TypedArrays/internals/Set/conversion-operation-consistent-nan': [PA SS, FAIL],
347 358
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 }], # asan == True 609 }], # asan == True
599 610
600 ['asan == True or msan == True or tsan == True', { 611 ['asan == True or msan == True or tsan == True', {
601 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 612 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
602 # The failed allocation causes an asan/msan/tsan error 613 # The failed allocation causes an asan/msan/tsan error
603 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 614 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
604 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 615 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
605 }], # asan == True or msan == True or tsan == True 616 }], # asan == True or msan == True or tsan == True
606 617
607 ] 618 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/typedarray-tostring.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698