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

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

Issue 1820293002: [es6] Stage tail call elimination. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update test262 expectations Created 4 years, 9 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 | « src/flag-definitions.h ('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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'language/statements/class/subclass/builtin-objects/NativeError/TypeError-mess age': [FAIL], 178 'language/statements/class/subclass/builtin-objects/NativeError/TypeError-mess age': [FAIL],
179 'language/statements/class/subclass/builtin-objects/NativeError/URIError-messa ge': [FAIL], 179 'language/statements/class/subclass/builtin-objects/NativeError/URIError-messa ge': [FAIL],
180 'language/statements/class/subclass/builtin-objects/Error/message-property-ass ignment': [FAIL], 180 'language/statements/class/subclass/builtin-objects/Error/message-property-ass ignment': [FAIL],
181 181
182 # https://code.google.com/p/chromium/issues/detail?id=581577 182 # https://code.google.com/p/chromium/issues/detail?id=581577
183 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], 183 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
184 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], 184 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL],
185 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], 185 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL],
186 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], 186 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL],
187 187
188 # https://bugs.chromium.org/p/v8/issues/detail?id=4698
189 'language/expressions/call/tco-call-args': [FAIL],
190 'language/expressions/call/tco-member-args': [FAIL],
191 'language/expressions/comma/tco-final': [FAIL],
192 'language/expressions/conditional/tco-cond': [FAIL],
193 'language/expressions/conditional/tco-pos': [FAIL],
194 'language/expressions/logical-and/tco-right': [FAIL],
195 'language/expressions/logical-or/tco-right': [FAIL],
196 'language/expressions/tagged-template/tco-call': [FAIL],
197 'language/expressions/tagged-template/tco-member': [FAIL],
198 'language/expressions/tco-pos': [FAIL],
199 'language/statements/block/tco-stmt': [FAIL],
200 'language/statements/block/tco-stmt-list': [FAIL],
201 'language/statements/do-while/tco-body': [FAIL],
202 'language/statements/for/tco-const-body': [FAIL],
203 'language/statements/for/tco-let-body': [FAIL],
204 'language/statements/for/tco-lhs-body': [FAIL],
205 'language/statements/for/tco-var-body': [FAIL],
206 'language/statements/if/tco-else-body': [FAIL],
207 'language/statements/if/tco-if-body': [FAIL],
208 'language/statements/labeled/tco': [FAIL],
209 'language/statements/return/tco': [FAIL],
210 'language/statements/switch/tco-case-body': [FAIL],
211 'language/statements/switch/tco-case-body-dflt': [FAIL],
212 'language/statements/switch/tco-dftl-body': [FAIL],
213 'language/statements/try/tco-catch': [FAIL],
214 'language/statements/try/tco-catch-finally': [FAIL],
215 'language/statements/try/tco-finally': [FAIL],
216 'language/statements/while/tco-body': [FAIL],
217
218 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 188 # https://bugs.chromium.org/p/v8/issues/detail?id=4727
219 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], 189 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL],
220 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], 190 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL],
221 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], 191 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL],
222 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], 192 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL],
223 193
224 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 194 # https://bugs.chromium.org/p/v8/issues/detail?id=4784
225 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], 195 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL],
226 196
227 ######################## NEEDS INVESTIGATION ########################### 197 ######################## NEEDS INVESTIGATION ###########################
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 335 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
366 }], # asan == True 336 }], # asan == True
367 337
368 ['asan == True or msan == True or tsan == True', { 338 ['asan == True or msan == True or tsan == True', {
369 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 339 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
370 # The failed allocation causes an asan/msan/tsan error 340 # The failed allocation causes an asan/msan/tsan error
371 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 341 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
372 }], # asan == True or msan == True or tsan == True 342 }], # asan == True or msan == True or tsan == True
373 343
374 ] 344 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698