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

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

Issue 2438283002: Revert of [regexp] Use consistent map checks for fast paths (Closed)
Patch Set: Created 4 years, 2 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/regexp-flags.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'language/statements/variable/binding-resolution': [FAIL], 98 'language/statements/variable/binding-resolution': [FAIL],
99 99
100 # https://code.google.com/p/v8/issues/detail?id=4253 100 # https://code.google.com/p/v8/issues/detail?id=4253
101 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 101 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
102 102
103 ###### BEGIN REGEXP SUBCLASSING SECTION ###### 103 ###### BEGIN REGEXP SUBCLASSING SECTION ######
104 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 104 # https://bugs.chromium.org/p/v8/issues/detail?id=5361
105 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], 105 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
106 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], 106 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL],
107 107
108 # https://bugs.chromium.org/p/v8/issues/detail?id=5123
109 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
110 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
111
108 ###### END REGEXP SUBCLASSING SECTION ###### 112 ###### END REGEXP SUBCLASSING SECTION ######
109 113
110 # https://code.google.com/p/v8/issues/detail?id=4360 114 # https://code.google.com/p/v8/issues/detail?id=4360
111 'intl402/Collator/10.1.1_1': [FAIL], 115 'intl402/Collator/10.1.1_1': [FAIL],
112 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 116 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
113 'intl402/NumberFormat/11.1.1_1': [FAIL], 117 'intl402/NumberFormat/11.1.1_1': [FAIL],
114 118
115 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 119 # https://bugs.chromium.org/p/v8/issues/detail?id=4895
116 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], 120 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL],
117 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], 121 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL],
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 632
629 # v8:5401 633 # v8:5401
630 'language/module-code/namespace/internals/set': [FAIL], 634 'language/module-code/namespace/internals/set': [FAIL],
631 'language/module-code/namespace/internals/define-own-property': [FAIL], 635 'language/module-code/namespace/internals/define-own-property': [FAIL],
632 636
633 # https://github.com/tc39/test262/issues/773 637 # https://github.com/tc39/test262/issues/773
634 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] , 638 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] ,
635 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 639 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
636 640
637 ] 641 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/regexp-flags.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698