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

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

Issue 2798403004: [SAB] Fix {newtarget-prototype-is-not-object,proto-from-ctor-realm} tests (Closed)
Patch Set: fix broken test Created 3 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
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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 'built-ins/Atomics/and/good-views': ['--harmony-sharedarraybuffer', FAIL], 499 'built-ins/Atomics/and/good-views': ['--harmony-sharedarraybuffer', FAIL],
500 'built-ins/Atomics/compareExchange/good-views': ['--harmony-sharedarraybuffer' , FAIL], 500 'built-ins/Atomics/compareExchange/good-views': ['--harmony-sharedarraybuffer' , FAIL],
501 'built-ins/Atomics/exchange/good-views': ['--harmony-sharedarraybuffer', FAIL] , 501 'built-ins/Atomics/exchange/good-views': ['--harmony-sharedarraybuffer', FAIL] ,
502 'built-ins/Atomics/load/good-views': ['--harmony-sharedarraybuffer', FAIL], 502 'built-ins/Atomics/load/good-views': ['--harmony-sharedarraybuffer', FAIL],
503 'built-ins/Atomics/or/good-views': ['--harmony-sharedarraybuffer', FAIL], 503 'built-ins/Atomics/or/good-views': ['--harmony-sharedarraybuffer', FAIL],
504 'built-ins/Atomics/store/good-views': ['--harmony-sharedarraybuffer', FAIL], 504 'built-ins/Atomics/store/good-views': ['--harmony-sharedarraybuffer', FAIL],
505 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL], 505 'built-ins/Atomics/sub/good-views': ['--harmony-sharedarraybuffer', FAIL],
506 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL], 506 'built-ins/Atomics/wake/good-views': ['--harmony-sharedarraybuffer', FAIL],
507 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], 507 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL],
508 508
509 # https://bugs.chromium.org/p/v8/issues/detail?id=5983
510 'built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object': [FAIL],
511
512 # https://bugs.chromium.org/p/v8/issues/detail?id=5984
513 'built-ins/SharedArrayBuffer/proto-from-ctor-realm': [FAIL],
514
515 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 509 # https://bugs.chromium.org/p/v8/issues/detail?id=6045
516 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], 510 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL],
517 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], 511 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL],
518 512
519 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 513 # https://bugs.chromium.org/p/v8/issues/detail?id=6049
520 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller ': [FAIL_SLOPPY], 514 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller ': [FAIL_SLOPPY],
521 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume nts': [FAIL_SLOPPY], 515 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume nts': [FAIL_SLOPPY],
522 516
523 ######################## NEEDS INVESTIGATION ########################### 517 ######################## NEEDS INVESTIGATION ###########################
524 518
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 678 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
685 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], 679 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP],
686 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], 680 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
687 }], # asan == True or msan == True or tsan == True 681 }], # asan == True or msan == True or tsan == True
688 682
689 ['variant == wasm_traps', { 683 ['variant == wasm_traps', {
690 '*': [SKIP], 684 '*': [SKIP],
691 }], # variant == wasm_traps 685 }], # variant == wasm_traps
692 686
693 ] 687 ]
OLDNEW
« src/js/typedarray.js ('K') | « test/mjsunit/harmony/sharedarraybuffer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698