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

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

Issue 2339443002: [regexp] Avoid unneeded accesses to lastIndex (Closed)
Patch Set: Update test262 status Created 4 years, 3 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [PASS, F AIL], 119 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [PASS, F AIL],
120 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], 120 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL],
121 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], 121 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL],
122 122
123 # https://bugs.chromium.org/p/v8/issues/detail?id=5123 123 # https://bugs.chromium.org/p/v8/issues/detail?id=5123
124 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], 124 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
125 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], 125 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
126 126
127 ###### END REGEXP SUBCLASSING SECTION ###### 127 ###### END REGEXP SUBCLASSING SECTION ######
128 128
129 # https://bugs.chromium.org/p/v8/issues/detail?id=5360
130 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-lastindex-err': [FAIL] ,
131 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex': [FAIL ],
132 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore': [FAIL],
133
129 # https://code.google.com/p/v8/issues/detail?id=4360 134 # https://code.google.com/p/v8/issues/detail?id=4360
130 'intl402/Collator/10.1.1_1': [FAIL], 135 'intl402/Collator/10.1.1_1': [FAIL],
131 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 136 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
132 'intl402/NumberFormat/11.1.1_1': [FAIL], 137 'intl402/NumberFormat/11.1.1_1': [FAIL],
133 138
134 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 139 # https://bugs.chromium.org/p/v8/issues/detail?id=4895
135 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], 140 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL],
136 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], 141 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL],
137 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], 142 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL],
138 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], 143 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL],
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 }], # 'variant != ignition' 641 }], # 'variant != ignition'
637 ['variant == ignition', { 642 ['variant == ignition', {
638 'language/module-code/comment-*': [SKIP], 643 'language/module-code/comment-*': [SKIP],
639 'language/module-code/eval-*': [SKIP], 644 'language/module-code/eval-*': [SKIP],
640 'language/module-code/instn-*': [SKIP], 645 'language/module-code/instn-*': [SKIP],
641 'language/module-code/namespace/*': [SKIP], 646 'language/module-code/namespace/*': [SKIP],
642 'language/module-code/parse-err-*': [SKIP], 647 'language/module-code/parse-err-*': [SKIP],
643 }], # 'variant == ignition' 648 }], # 'variant == ignition'
644 649
645 ] 650 ]
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