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

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

Issue 2681323002: [regexp] Update lastIndex semantics in RegExpBuiltinExec (Closed)
Patch Set: Update test262.status Created 3 years, 10 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/regress/regress-2438.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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'language/statements/variable/binding-resolution': [FAIL], 84 'language/statements/variable/binding-resolution': [FAIL],
85 85
86 # https://code.google.com/p/v8/issues/detail?id=4253 86 # https://code.google.com/p/v8/issues/detail?id=4253
87 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 87 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
88 88
89 ###### BEGIN REGEXP SUBCLASSING SECTION ###### 89 ###### BEGIN REGEXP SUBCLASSING SECTION ######
90 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 90 # https://bugs.chromium.org/p/v8/issues/detail?id=5361
91 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], 91 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
92 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], 92 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL],
93 93
94 # https://bugs.chromium.org/p/v8/issues/detail?id=5949
95 'built-ins/RegExp/prototype/exec/failure-lastindex-no-access': [FAIL],
96 'built-ins/RegExp/prototype/exec/success-lastindex-no-access': [FAIL],
97
94 ###### END REGEXP SUBCLASSING SECTION ###### 98 ###### END REGEXP SUBCLASSING SECTION ######
95 99
96 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 100 # https://bugs.chromium.org/p/v8/issues/detail?id=4895
97 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], 101 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL],
98 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA IL], 102 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA IL],
99 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], 103 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL],
100 'built-ins/TypedArrays/internals/Get/detached-buffer-realm': [FAIL], 104 'built-ins/TypedArrays/internals/Get/detached-buffer-realm': [FAIL],
101 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], 105 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL],
102 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer-realm': [FAIL] , 106 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer-realm': [FAIL] ,
103 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], 107 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL],
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 618
615 ['variant == asm_wasm', { 619 ['variant == asm_wasm', {
616 '*': [SKIP], 620 '*': [SKIP],
617 }], # variant == asm_wasm 621 }], # variant == asm_wasm
618 622
619 ['variant == wasm_traps', { 623 ['variant == wasm_traps', {
620 '*': [SKIP], 624 '*': [SKIP],
621 }], # variant == wasm_traps 625 }], # variant == wasm_traps
622 626
623 ] 627 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-2438.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698