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

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

Issue 2431223005: Implement DefineOwnProperty for TypedArrays (Closed)
Patch Set: formatting fixes Created 4 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
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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP], 433 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP],
434 434
435 # https://bugs.chromium.org/p/v8/issues/detail?id=5327 435 # https://bugs.chromium.org/p/v8/issues/detail?id=5327
436 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL], 436 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL],
437 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL], 437 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL],
438 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL], 438 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL],
439 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL], 439 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL],
440 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL], 440 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL],
441 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL], 441 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL],
442 442
443 # https://bugs.chromium.org/p/v8/issues/detail?id=5328
444 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-no t-writable': [FAIL],
445 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL] ,
446 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL],
447 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F AIL],
448 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in dex': [FAIL],
449
450 # https://bugs.chromium.org/p/v8/issues/detail?id=5329 443 # https://bugs.chromium.org/p/v8/issues/detail?id=5329
451 'built-ins/RegExp/prototype/source/value-line-terminator': [FAIL], 444 'built-ins/RegExp/prototype/source/value-line-terminator': [FAIL],
452 445
453 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 446 # https://bugs.chromium.org/p/v8/issues/detail?id=5112
454 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L], 447 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L],
455 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL], 448 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL],
456 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL], 449 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL],
457 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL], 450 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL],
458 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL], 451 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL],
459 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL], 452 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL],
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 631
639 # v8:5401 632 # v8:5401
640 'language/module-code/namespace/internals/set': [FAIL], 633 'language/module-code/namespace/internals/set': [FAIL],
641 'language/module-code/namespace/internals/define-own-property': [FAIL], 634 'language/module-code/namespace/internals/define-own-property': [FAIL],
642 635
643 # https://github.com/tc39/test262/issues/773 636 # https://github.com/tc39/test262/issues/773
644 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] , 637 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] ,
645 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 638 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
646 639
647 ] 640 ]
OLDNEW
« test/mjsunit/element-accessor.js ('K') | « test/mjsunit/element-accessor.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698