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

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

Issue 1846303002: Further ES2015 RegExp spec compliance fixes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix cctest Created 4 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
« no previous file with comments | « test/mjsunit/es6/regexp-tostring.js ('k') | test/webkit/fast/regex/toString-expected.txt » ('j') | 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], 93 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL],
94 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], 94 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL],
95 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], 95 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL],
96 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], 96 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL],
97 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], 97 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL],
98 98
99 # https://code.google.com/p/v8/issues/detail?id=4253 99 # https://code.google.com/p/v8/issues/detail?id=4253
100 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 100 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
101 101
102 ###### BEGIN REGEXP SUBCLASSING SECTION ###### 102 ###### BEGIN REGEXP SUBCLASSING SECTION ######
103 # https://code.google.com/p/v8/issues/detail?id=4602 103 # Spec change in progress https://github.com/tc39/ecma262/pull/494
104 # Fails due to mismatching [[OriginalFlags]] and getters 104 # RegExpBuiltinMatch reads flags from [[OriginalFlags]]
105 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], 105 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-sticky': [FAIL],
106 'built-ins/RegExp/prototype/Symbol.match/builtin-get-global-err': [FAIL],
107 'built-ins/RegExp/prototype/Symbol.match/builtin-get-sticky-err': [FAIL],
108 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex': [FA IL],
109 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex-err': [FAIL],
106 'built-ins/RegExp/prototype/Symbol.match/coerce-sticky': [FAIL], 110 'built-ins/RegExp/prototype/Symbol.match/coerce-sticky': [FAIL],
107 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL], 111 'built-ins/RegExp/prototype/Symbol.match/get-sticky-err': [FAIL],
108 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], 112 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
109 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], 113 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
114 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL],
115 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP],
110 'built-ins/RegExp/prototype/Symbol.search/get-sticky-coerce': [FAIL], 116 'built-ins/RegExp/prototype/Symbol.search/get-sticky-coerce': [FAIL],
117 'built-ins/RegExp/prototype/Symbol.search/get-sticky-err': [FAIL],
118 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL],
119 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL],
120 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL],
111 121
112 # Missing lastIndex support 122 # Missing lastIndex support
113 'built-ins/RegExp/prototype/Symbol.split/str-result-coerce-length-err': [FAIL] , 123 'built-ins/RegExp/prototype/Symbol.split/str-result-coerce-length-err': [FAIL] ,
114 124
115 # Times out 125 # Times out
116 'built-ins/RegExp/prototype/Symbol.split/str-coerce-lastindex': [SKIP], 126 'built-ins/RegExp/prototype/Symbol.split/str-coerce-lastindex': [SKIP],
127 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP],
128 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP],
117 129
118 # Sticky support busted 130 # Sticky support busted
119 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], 131 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
120 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], 132 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL],
121 133
122 # SKIP rather than FAIL, as the test checks for an exception which 134 # SKIP rather than FAIL, as the test checks for an exception which
123 # happens to be thrown for some other reason. 135 # happens to be thrown for some other reason.
124 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], 136 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP],
125 137
126 # Spec change in progress: https://github.com/tc39/ecma262/issues/489
127 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP],
128 #
129 ###### END REGEXP SUBCLASSING SECTION ###### 138 ###### END REGEXP SUBCLASSING SECTION ######
130 139
131 # https://code.google.com/p/v8/issues/detail?id=4360 140 # https://code.google.com/p/v8/issues/detail?id=4360
132 'intl402/Collator/10.1.1_1': [FAIL], 141 'intl402/Collator/10.1.1_1': [FAIL],
133 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 142 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
134 'intl402/NumberFormat/11.1.1_1': [FAIL], 143 'intl402/NumberFormat/11.1.1_1': [FAIL],
135 144
136 # https://code.google.com/p/v8/issues/detail?id=4476 145 # https://code.google.com/p/v8/issues/detail?id=4476
137 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL], 146 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
138 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], 147 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 347 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
339 }], # asan == True 348 }], # asan == True
340 349
341 ['asan == True or msan == True or tsan == True', { 350 ['asan == True or msan == True or tsan == True', {
342 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 351 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
343 # The failed allocation causes an asan/msan/tsan error 352 # The failed allocation causes an asan/msan/tsan error
344 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 353 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
345 }], # asan == True or msan == True or tsan == True 354 }], # asan == True or msan == True or tsan == True
346 355
347 ] 356 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/regexp-tostring.js ('k') | test/webkit/fast/regex/toString-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698