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

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

Issue 2290023002: test262 roll (Closed)
Patch Set: Remove d8 changes 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/test262/harness-adapt.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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 87
88 # https://code.google.com/p/v8/issues/detail?id=4251 88 # https://code.google.com/p/v8/issues/detail?id=4251
89 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], 89 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL],
90 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], 90 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL],
91 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], 91 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL],
92 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], 92 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL],
93 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], 93 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL],
94 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], 94 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL],
95 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], 95 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL],
96 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], 96 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL],
97 'language/statements/variable/binding-resolution': [FAIL],
97 98
98 # https://code.google.com/p/v8/issues/detail?id=4253 99 # https://code.google.com/p/v8/issues/detail?id=4253
99 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 100 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
100 101
101 ###### BEGIN REGEXP SUBCLASSING SECTION ###### 102 ###### BEGIN REGEXP SUBCLASSING SECTION ######
102 # Times out 103 # Times out
103 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP], 104 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP],
104 105
105 # Sticky support busted 106 # Sticky support busted
106 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], 107 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
(...skipping 23 matching lines...) Expand all
130 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], 131 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
131 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], 132 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
132 133
133 ###### END REGEXP SUBCLASSING SECTION ###### 134 ###### END REGEXP SUBCLASSING SECTION ######
134 135
135 # https://code.google.com/p/v8/issues/detail?id=4360 136 # https://code.google.com/p/v8/issues/detail?id=4360
136 'intl402/Collator/10.1.1_1': [FAIL], 137 'intl402/Collator/10.1.1_1': [FAIL],
137 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 138 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
138 'intl402/NumberFormat/11.1.1_1': [FAIL], 139 'intl402/NumberFormat/11.1.1_1': [FAIL],
139 140
140 # https://bugs.chromium.org/p/v8/issues/detail?id=4784
141 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL],
142 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL],
143
144 # https://bugs.chromium.org/p/v8/issues/detail?id=4901
145 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in dex': [FAIL],
146 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F AIL],
147 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL],
148 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL] ,
149 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-no t-writable': [FAIL],
150 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL],
151 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL],
152 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL],
153 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL],
154
155 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 141 # https://bugs.chromium.org/p/v8/issues/detail?id=4895
156 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], 142 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL],
157 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], 143 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL],
158 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], 144 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL],
159 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], 145 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL],
160 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], 146 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL],
161 # Some TypedArray methods throw due to the same bug, from Get 147 # Some TypedArray methods throw due to the same bug, from Get
162 'built-ins/TypedArray/prototype/every/callbackfn-detachbuffer': [FAIL], 148 'built-ins/TypedArray/prototype/every/callbackfn-detachbuffer': [FAIL],
163 'built-ins/TypedArray/prototype/filter/callbackfn-detachbuffer': [FAIL], 149 'built-ins/TypedArray/prototype/filter/callbackfn-detachbuffer': [FAIL],
164 'built-ins/TypedArray/prototype/find/predicate-may-detach-buffer': [FAIL], 150 'built-ins/TypedArray/prototype/find/predicate-may-detach-buffer': [FAIL],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], 194 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL],
209 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte offset': [FAIL], 195 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte offset': [FAIL],
210 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], 196 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL],
211 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte offset': [FAIL], 197 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte offset': [FAIL],
212 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], 198 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL],
213 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL], 199 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL],
214 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], 200 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL],
215 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], 201 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL],
216 'built-ins/DataView/detached-buffer': [FAIL], 202 'built-ins/DataView/detached-buffer': [FAIL],
217 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], 203 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL],
204 'built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoff set': [FAIL],
205 'built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffse t': [FAIL],
218 206
219 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 207 # https://bugs.chromium.org/p/v8/issues/detail?id=4648
220 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], 208 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL],
221 'built-ins/TypedArray/prototype/entries/detached-buffer': [FAIL], 209 'built-ins/TypedArray/prototype/entries/detached-buffer': [FAIL],
222 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], 210 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL],
223 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], 211 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL],
224 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], 212 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL],
225 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], 213 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL],
226 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], 214 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL],
227 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], 215 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL],
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'language/statements/for-of/dstr-array-rest-lref-err': [FAIL], 279 'language/statements/for-of/dstr-array-rest-lref-err': [FAIL],
292 280
293 # https://bugs.chromium.org/p/v8/issues/detail?id=896 281 # https://bugs.chromium.org/p/v8/issues/detail?id=896
294 'language/literals/regexp/early-err-pattern': [FAIL], 282 'language/literals/regexp/early-err-pattern': [FAIL],
295 283
296 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 284 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
297 'language/eval-code/direct/non-definable-function-with-function': [FAIL], 285 'language/eval-code/direct/non-definable-function-with-function': [FAIL],
298 'language/eval-code/direct/non-definable-function-with-variable': [FAIL], 286 'language/eval-code/direct/non-definable-function-with-variable': [FAIL],
299 'language/eval-code/indirect/non-definable-function-with-function': [FAIL], 287 'language/eval-code/indirect/non-definable-function-with-function': [FAIL],
300 'language/eval-code/indirect/non-definable-function-with-variable': [FAIL], 288 'language/eval-code/indirect/non-definable-function-with-variable': [FAIL],
289 'language/global-code/script-decl-func-err-non-configurable': [FAIL],
290 'language/global-code/script-decl-var-collision': [FAIL],
301 291
302 # https://bugs.chromium.org/p/v8/issues/detail?id=4124 292 # https://bugs.chromium.org/p/v8/issues/detail?id=4124
303 'built-ins/Simd/*': [SKIP], 293 'built-ins/Simd/*': [SKIP],
304 294
305 # https://bugs.chromium.org/p/v8/issues/detail?id=4958 295 # https://bugs.chromium.org/p/v8/issues/detail?id=4958
296 'built-ins/Function/prototype/toString/AsyncFunction': [FAIL],
297 'built-ins/Function/prototype/toString/async-function-declaration': [FAIL],
298 'built-ins/Function/prototype/toString/async-function-expression': [FAIL],
299 'built-ins/Function/prototype/toString/async-method': [FAIL],
306 'built-ins/Function/prototype/toString/Function': [FAIL], 300 'built-ins/Function/prototype/toString/Function': [FAIL],
307 'built-ins/Function/prototype/toString/GeneratorFunction': [FAIL], 301 'built-ins/Function/prototype/toString/GeneratorFunction': [FAIL],
308 'built-ins/Function/prototype/toString/function-declaration': [FAIL], 302 'built-ins/Function/prototype/toString/function-declaration': [FAIL],
309 'built-ins/Function/prototype/toString/function-declaration-non-simple-paramet er-list': [FAIL], 303 'built-ins/Function/prototype/toString/function-declaration-non-simple-paramet er-list': [FAIL],
310 'built-ins/Function/prototype/toString/function-expression': [FAIL], 304 'built-ins/Function/prototype/toString/function-expression': [FAIL],
311 'built-ins/Function/prototype/toString/generator-function-declaration': [FAIL] , 305 'built-ins/Function/prototype/toString/generator-function-declaration': [FAIL] ,
312 'built-ins/Function/prototype/toString/generator-function-expression': [FAIL], 306 'built-ins/Function/prototype/toString/generator-function-expression': [FAIL],
313 'built-ins/Function/prototype/toString/generator-method': [FAIL], 307 'built-ins/Function/prototype/toString/generator-method': [FAIL],
314 'built-ins/Function/prototype/toString/getter-class': [FAIL], 308 'built-ins/Function/prototype/toString/getter-class': [FAIL],
315 'built-ins/Function/prototype/toString/getter-class-static': [FAIL], 309 'built-ins/Function/prototype/toString/getter-class-static': [FAIL],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 # https://bugs.chromium.org/p/v8/issues/detail?id=5137 407 # https://bugs.chromium.org/p/v8/issues/detail?id=5137
414 'annexB/built-ins/RegExp/prototype/compile/flags-undefined': [FAIL], 408 'annexB/built-ins/RegExp/prototype/compile/flags-undefined': [FAIL],
415 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-distinct': [FAIL], 409 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-distinct': [FAIL],
416 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-same': [FAIL], 410 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-same': [FAIL],
417 'annexB/built-ins/RegExp/prototype/compile/pattern-undefined': [FAIL], 411 'annexB/built-ins/RegExp/prototype/compile/pattern-undefined': [FAIL],
418 412
419 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 413 # https://bugs.chromium.org/p/v8/issues/detail?id=5139
420 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL], 414 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL],
421 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], 415 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL],
422 416
423 # Fixed by https://github.com/tc39/test262/pull/662. 417 # https://bugs.chromium.org/p/v8/issues/detail?id=5155
424 'built-ins/Object/getOwnPropertyDescriptors/duplicate-keys': [FAIL], 418 'language/white-space/mongolian-vowel-separator': [FAIL],
419 'language/white-space/mongolian-vowel-separator-eval': [FAIL],
420 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL],
421 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL],
422 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL],
423 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL],
424 'built-ins/String/prototype/trim/u180e': [FAIL],
425 'built-ins/Number/S9.3.1_A3_T2_U180E': [FAIL],
426 'built-ins/Number/S9.3.1_A3_T1_U180E': [FAIL],
427 'built-ins/Number/S9.3.1_A2_U180E': [FAIL],
428
429 # https://bugs.chromium.org/p/v8/issues/detail?id=5051
430 'language/expressions/arrow-function/params-trailing-comma': [FAIL],
431 'language/expressions/arrow-function/params-trailing-comma-length': [FAIL],
432 'language/expressions/function/params-trailing-comma': [FAIL],
433 'language/expressions/function/params-trailing-comma-arguments': [FAIL],
434 'language/expressions/function/params-trailing-comma-length': [FAIL],
435 'language/expressions/generators/params-trailing-comma': [FAIL],
436 'language/expressions/generators/params-trailing-comma-arguments': [FAIL],
437 'language/expressions/generators/params-trailing-comma-length': [FAIL],
438 'language/expressions/object/method-definition/params-trailing-comma': [FAIL],
439 'language/expressions/object/method-definition/params-trailing-comma-arguments ': [FAIL],
440 'language/expressions/object/method-definition/params-trailing-comma-length': [FAIL],
441 'language/statements/class/definition/params-trailing-comma': [FAIL],
442 'language/statements/class/definition/params-trailing-comma-arguments': [FAIL] ,
443 'language/statements/class/definition/params-trailing-comma-length': [FAIL],
444 'language/statements/function/params-trailing-comma': [FAIL],
445 'language/statements/function/params-trailing-comma-arguments': [FAIL],
446 'language/statements/function/params-trailing-comma-length': [FAIL],
447 'language/statements/generators/params-trailing-comma': [FAIL],
448 'language/statements/generators/params-trailing-comma-arguments': [FAIL],
449 'language/statements/generators/params-trailing-comma-length': [FAIL],
450
451 # https://bugs.chromium.org/p/v8/issues/detail?id=5326
452 'language/expressions/super/call-new-target-undef': [FAIL],
453 'language/eval-code/direct/super-call-fn': [FAIL],
454 'language/expressions/super/prop-dot-fn-no-super-bndng': [FAIL],
455 'language/expressions/super/prop-expr-fn-no-super-bndng': [FAIL],
456 'language/expressions/super/prop-expr-fn-eval-before-has-super': [FAIL],
457
458 # https://bugs.chromium.org/p/v8/issues/detail?id=5064
459 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL],
460
461 # https://bugs.chromium.org/p/v8/issues/detail?id=5244
462 'intl402/DateTimeFormat/prototype/formatToParts/*': [SKIP],
463 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP],
464
465 # https://bugs.chromium.org/p/v8/issues/detail?id=5327
466 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL],
467 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL],
468 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL],
469 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL],
470 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL],
471 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL],
472
473 # https://bugs.chromium.org/p/v8/issues/detail?id=5328
474 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-no t-writable': [FAIL],
475 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL] ,
476 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL],
477 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F AIL],
478 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in dex': [FAIL],
479
480 # https://bugs.chromium.org/p/v8/issues/detail?id=5329
481 'built-ins/RegExp/prototype/source/value-line-terminator': [FAIL],
482
483 # https://bugs.chromium.org/p/v8/issues/detail?id=5112
484 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI L],
485 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t ry': [FAIL],
486 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t ry': [FAIL],
487 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try ': [FAIL],
488 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try': [FAIL],
489 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try ': [FAIL],
490 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA IL],
491 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA IL],
492
493 # https://bugs.chromium.org/p/v8/issues/detail?id=5334
494 'built-ins/Proxy/setPrototypeOf/internals-call-order': [FAIL],
495
496 # https://bugs.chromium.org/p/v8/issues/detail?id=5335
497 'language/expressions/super/prop-expr-cls-null-proto': [FAIL],
498 'language/expressions/super/prop-expr-obj-null-proto': [FAIL],
499 'language/expressions/super/prop-dot-cls-null-proto': [FAIL],
500 'language/expressions/super/prop-dot-obj-null-proto': [FAIL],
501
502 # https://bugs.chromium.org/p/v8/issues/detail?id=5336
503 'language/expressions/super/call-proto-not-ctor': [FAIL],
504
505 # https://bugs.chromium.org/p/v8/issues/detail?id=5337
506 'language/expressions/arrow-function/dstr-dflt-ary-ptrn-rest-ary-rest': [SKIP] ,
425 507
426 ######################## NEEDS INVESTIGATION ########################### 508 ######################## NEEDS INVESTIGATION ###########################
427 509
428 # These test failures are specific to the intl402 suite and need investigation 510 # These test failures are specific to the intl402 suite and need investigation
429 # to be either marked as bugs with issues filed for them or as deliberate 511 # to be either marked as bugs with issues filed for them or as deliberate
430 # incompatibilities if the test cases turn out to be broken or ambiguous. 512 # incompatibilities if the test cases turn out to be broken or ambiguous.
431 # Some of these are related to v8:4361 in being visible side effects from Intl . 513 # Some of these are related to v8:4361 in being visible side effects from Intl .
432 'intl402/6.2.3': [FAIL], 514 'intl402/6.2.3': [FAIL],
433 'intl402/Collator/10.1.2.1_4': [FAIL], 515 'intl402/Collator/10.1.2.1_4': [FAIL],
434 'intl402/Collator/10.1.2_a': [PASS, FAIL], 516 'intl402/Collator/10.1.2_a': [PASS, FAIL],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'built-ins/Array/prototype/values/iteration': [FAIL], 558 'built-ins/Array/prototype/values/iteration': [FAIL],
477 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], 559 'built-ins/Array/prototype/values/iteration-mutable': [FAIL],
478 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL], 560 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL],
479 561
480 ############################ INVALID TESTS ############################# 562 ############################ INVALID TESTS #############################
481 563
482 # Test makes unjustified assumptions about the number of calls to SortCompare. 564 # Test makes unjustified assumptions about the number of calls to SortCompare.
483 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 565 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596
484 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], 566 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK],
485 567
486 # https://github.com/tc39/test262/issues/677
487 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
488 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL],
489 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL],
490 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL],
491
492 # https://github.com/tc39/test262/issues/694
493 'built-ins/TypedArrays/length-arg-toindex-length': [FAIL],
494
495 # https://github.com/tc39/test262/issues/696
496 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL],
497
498 # https://github.com/tc39/test262/issues/685
499 'built-ins/DataView/prototype/setUint8/range-check-after-value-conversion': [F AIL],
500 'built-ins/DataView/prototype/setUint16/range-check-after-value-conversion': [ FAIL],
501 'built-ins/DataView/prototype/setUint32/range-check-after-value-conversion': [ FAIL],
502 'built-ins/DataView/prototype/setInt8/range-check-after-value-conversion': [FA IL],
503 'built-ins/DataView/prototype/setInt16/range-check-after-value-conversion': [F AIL],
504 'built-ins/DataView/prototype/setInt32/range-check-after-value-conversion': [F AIL],
505 'built-ins/DataView/prototype/setFloat32/range-check-after-value-conversion': [FAIL],
506 'built-ins/DataView/prototype/setFloat64/range-check-after-value-conversion': [FAIL],
507
508 # https://github.com/tc39/test262/issues/686
509 'built-ins/DataView/prototype/setFloat32/toindex-byteoffset': [FAIL],
510 'built-ins/DataView/prototype/setFloat64/toindex-byteoffset': [FAIL],
511
512 ############################ SKIPPED TESTS ############################# 568 ############################ SKIPPED TESTS #############################
513 569
514 # These tests take a looong time to run. 570 # These tests take a looong time to run.
515 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], 571 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
516 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], 572 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
517 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], 573 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
518 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], 574 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
519 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], 575 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
520 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 576 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
521 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], 577 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 }], # asan == True 638 }], # asan == True
583 639
584 ['asan == True or msan == True or tsan == True', { 640 ['asan == True or msan == True or tsan == True', {
585 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 641 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
586 # The failed allocation causes an asan/msan/tsan error 642 # The failed allocation causes an asan/msan/tsan error
587 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 643 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
588 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 644 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
589 }], # asan == True or msan == True or tsan == True 645 }], # asan == True or msan == True or tsan == True
590 646
591 ] 647 ]
OLDNEW
« no previous file with comments | « test/test262/harness-adapt.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698