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

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

Issue 2681833003: test262 roll (Closed)
Patch Set: Created 3 years, 10 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws': [ FAIL], 118 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws': [ FAIL],
119 'built-ins/TypedArray/prototype/set/typedarray-arg-srcbuffer-detached-during-t ointeger-offset-throws': [FAIL], 119 'built-ins/TypedArray/prototype/set/typedarray-arg-srcbuffer-detached-during-t ointeger-offset-throws': [FAIL],
120 'built-ins/TypedArray/prototype/set/typedarray-arg-targetbuffer-detached-durin g-tointeger-offset-throws': [FAIL], 120 'built-ins/TypedArray/prototype/set/typedarray-arg-targetbuffer-detached-durin g-tointeger-offset-throws': [FAIL],
121 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-other-target type': [FAIL], 121 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-other-target type': [FAIL],
122 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targett ype': [FAIL], 122 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targett ype': [FAIL],
123 'built-ins/TypedArray/prototype/slice/detached-buffer-get-ctor': [FAIL], 123 'built-ins/TypedArray/prototype/slice/detached-buffer-get-ctor': [FAIL],
124 'built-ins/TypedArray/prototype/slice/detached-buffer-speciesctor-get-species- custom-ctor-throws': [FAIL], 124 'built-ins/TypedArray/prototype/slice/detached-buffer-speciesctor-get-species- custom-ctor-throws': [FAIL],
125 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL], 125 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL],
126 'built-ins/TypedArray/prototype/sort/detached-buffer-comparefn': [FAIL], 126 'built-ins/TypedArray/prototype/sort/detached-buffer-comparefn': [FAIL],
127 # DataView functions should also throw on detached buffers 127 # DataView functions should also throw on detached buffers
128 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL],
129 'built-ins/DataView/detached-buffer': [FAIL],
130 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL],
131 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL],
128 'built-ins/DataView/prototype/getFloat32/detached-buffer': [FAIL], 132 'built-ins/DataView/prototype/getFloat32/detached-buffer': [FAIL],
129 'built-ins/DataView/prototype/getFloat32/detached-buffer-before-outofrange-byt eoffset': [FAIL], 133 'built-ins/DataView/prototype/getFloat32/detached-buffer-before-outofrange-byt eoffset': [FAIL],
130 'built-ins/DataView/prototype/getFloat64/detached-buffer': [FAIL], 134 'built-ins/DataView/prototype/getFloat64/detached-buffer': [FAIL],
131 'built-ins/DataView/prototype/getFloat64/detached-buffer-before-outofrange-byt eoffset': [FAIL], 135 'built-ins/DataView/prototype/getFloat64/detached-buffer-before-outofrange-byt eoffset': [FAIL],
132 'built-ins/DataView/prototype/getInt16/detached-buffer': [FAIL], 136 'built-ins/DataView/prototype/getInt16/detached-buffer': [FAIL],
133 'built-ins/DataView/prototype/getInt16/detached-buffer-before-outofrange-byteo ffset': [FAIL], 137 'built-ins/DataView/prototype/getInt16/detached-buffer-before-outofrange-byteo ffset': [FAIL],
134 'built-ins/DataView/prototype/getInt32/detached-buffer': [FAIL], 138 'built-ins/DataView/prototype/getInt32/detached-buffer': [FAIL],
135 'built-ins/DataView/prototype/getInt32/detached-buffer-before-outofrange-byteo ffset': [FAIL], 139 'built-ins/DataView/prototype/getInt32/detached-buffer-before-outofrange-byteo ffset': [FAIL],
136 'built-ins/DataView/prototype/getInt8/detached-buffer': [FAIL], 140 'built-ins/DataView/prototype/getInt8/detached-buffer': [FAIL],
137 'built-ins/DataView/prototype/getInt8/detached-buffer-before-outofrange-byteof fset': [FAIL], 141 'built-ins/DataView/prototype/getInt8/detached-buffer-before-outofrange-byteof fset': [FAIL],
(...skipping 12 matching lines...) Expand all
150 'built-ins/DataView/prototype/setInt32/detached-buffer': [FAIL], 154 'built-ins/DataView/prototype/setInt32/detached-buffer': [FAIL],
151 'built-ins/DataView/prototype/setInt32/detached-buffer-before-outofrange-byteo ffset': [FAIL], 155 'built-ins/DataView/prototype/setInt32/detached-buffer-before-outofrange-byteo ffset': [FAIL],
152 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], 156 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL],
153 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof fset': [FAIL], 157 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof fset': [FAIL],
154 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], 158 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL],
155 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte offset': [FAIL], 159 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte offset': [FAIL],
156 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], 160 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL],
157 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte offset': [FAIL], 161 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte offset': [FAIL],
158 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], 162 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL],
159 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL], 163 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL],
160 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL],
161 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL],
162 'built-ins/DataView/detached-buffer': [FAIL],
163 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL],
164 'built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoff set': [FAIL],
165 'built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffse t': [FAIL],
166 164
167 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 165 # https://bugs.chromium.org/p/v8/issues/detail?id=4648
168 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], 166 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL],
169 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], 167 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL],
170 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], 168 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL],
171 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], 169 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL],
172 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], 170 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL],
173 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], 171 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL],
174 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], 172 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL],
175 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], 173 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL],
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'annexB/language/eval-code/direct/func-block-decl-eval-func-block-scoping': [F AIL], 316 'annexB/language/eval-code/direct/func-block-decl-eval-func-block-scoping': [F AIL],
319 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-block-sco ping': [FAIL], 317 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-block-sco ping': [FAIL],
320 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-block-sco ping': [FAIL], 318 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-block-sco ping': [FAIL],
321 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-block-scopi ng': [FAIL], 319 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-block-scopi ng': [FAIL],
322 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-block-scoping ': [FAIL], 320 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-block-scoping ': [FAIL],
323 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-block-scopi ng': [FAIL], 321 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-block-scopi ng': [FAIL],
324 'annexB/language/eval-code/direct/func-switch-case-eval-func-block-scoping': [ FAIL], 322 'annexB/language/eval-code/direct/func-switch-case-eval-func-block-scoping': [ FAIL],
325 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-block-scoping': [ FAIL], 323 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-block-scoping': [ FAIL],
326 324
327 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 325 # https://bugs.chromium.org/p/v8/issues/detail?id=5139
328 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL],
329 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], 326 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL],
330 327
331 # https://bugs.chromium.org/p/v8/issues/detail?id=5155 328 # https://bugs.chromium.org/p/v8/issues/detail?id=5155
332 'language/white-space/mongolian-vowel-separator': [FAIL], 329 'language/white-space/mongolian-vowel-separator': [FAIL],
333 'language/white-space/mongolian-vowel-separator-eval': [FAIL], 330 'language/white-space/mongolian-vowel-separator-eval': [FAIL],
334 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL], 331 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL],
335 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL], 332 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL],
336 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL], 333 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL],
337 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL], 334 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL],
338 'built-ins/String/prototype/trim/u180e': [FAIL], 335 'built-ins/String/prototype/trim/u180e': [FAIL],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': ['--icu-ca se-mapping'], 430 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': ['--icu-ca se-mapping'],
434 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': ['--icu-ca se-mapping'], 431 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': ['--icu-ca se-mapping'],
435 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': ['- -icu-case-mapping'], 432 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': ['- -icu-case-mapping'],
436 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': ['--icu-cas e-mapping'], 433 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': ['--icu-cas e-mapping'],
437 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': ['--ic u-case-mapping'], 434 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': ['--ic u-case-mapping'],
438 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': ['--icu-c ase-mapping'], 435 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': ['--icu-c ase-mapping'],
439 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas e-mapping'], 436 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas e-mapping'],
440 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic u-case-mapping'], 437 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic u-case-mapping'],
441 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c ase-mapping'], 438 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c ase-mapping'],
442 439
440 # https://bugs.chromium.org/p/v8/issues/detail?id=5601
441 'intl402/PluralRules/*': [SKIP],
442
443 # https://bugs.chromium.org/p/v8/issues/detail?id=5855
444 'language/expressions/async-generators/*': [SKIP],
445
446 # https://bugs.chromium.org/p/v8/issues/detail?id=5534
447 'built-ins/Date/UTC/return-value': [FAIL],
448
443 ######################## NEEDS INVESTIGATION ########################### 449 ######################## NEEDS INVESTIGATION ###########################
444 450
445 # These test failures are specific to the intl402 suite and need investigation 451 # These test failures are specific to the intl402 suite and need investigation
446 # to be either marked as bugs with issues filed for them or as deliberate 452 # to be either marked as bugs with issues filed for them or as deliberate
447 # incompatibilities if the test cases turn out to be broken or ambiguous. 453 # incompatibilities if the test cases turn out to be broken or ambiguous.
448 # Some of these are related to v8:4361 in being visible side effects from Intl . 454 # Some of these are related to v8:4361 in being visible side effects from Intl .
449 'intl402/6.2.3': [FAIL], 455 'intl402/6.2.3': [FAIL],
450 'intl402/Collator/10.1.2_a': [PASS, FAIL], 456 'intl402/Collator/10.1.2_a': [PASS, FAIL],
451 'intl402/Collator/10.2.3_b': [PASS, FAIL], 457 'intl402/Collator/10.2.3_b': [PASS, FAIL],
452 'intl402/Collator/prototype/10.3_a': [FAIL], 458 'intl402/Collator/prototype/10.3_a': [FAIL],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 503 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596
498 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], 504 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK],
499 505
500 # https://github.com/tc39/test262/pull/688#pullrequestreview-14025354 506 # https://github.com/tc39/test262/pull/688#pullrequestreview-14025354
501 'built-ins/Function/internals/Construct/derived-this-uninitialized-realm': [FA IL], 507 'built-ins/Function/internals/Construct/derived-this-uninitialized-realm': [FA IL],
502 508
503 # https://github.com/tc39/test262/pull/688/files#r93657665 509 # https://github.com/tc39/test262/pull/688/files#r93657665
504 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species-pr oto-from-ctor-realm': [FAIL], 510 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species-pr oto-from-ctor-realm': [FAIL],
505 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom-pro to-from-ctor-realm': [FAIL], 511 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom-pro to-from-ctor-realm': [FAIL],
506 512
507 # https://github.com/tc39/test262/commit/c779cba592fcb39051fd1d467e472ea71aa2b 1d6#commitcomment-20276482
508 'language/statements/class/strict-mode/arguments-caller': [FAIL],
509
510 # Date tests that fail in CE(S)T timezone. 513 # Date tests that fail in CE(S)T timezone.
511 # https://bugs.chromium.org/p/v8/issues/detail?id=5449 514 # https://bugs.chromium.org/p/v8/issues/detail?id=5449
512 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL], 515 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL],
513 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL], 516 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL],
514 517
515 # v8:5486 518 # v8:5486
516 # Spec changed to be more permissive, tests need to be updated. 519 # Spec changed to be more permissive, tests need to be updated.
517 'language/module-code/instn-iee-star-cycle': [FAIL], 520 'language/module-code/instn-iee-star-cycle': [FAIL],
518 'language/module-code/instn-named-star-cycle': [FAIL], 521 'language/module-code/instn-named-star-cycle': [FAIL],
519 'language/module-code/instn-star-star-cycle': [FAIL], 522 'language/module-code/instn-star-star-cycle': [FAIL],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 617
615 ['variant == asm_wasm', { 618 ['variant == asm_wasm', {
616 '*': [SKIP], 619 '*': [SKIP],
617 }], # variant == asm_wasm 620 }], # variant == asm_wasm
618 621
619 ['variant == wasm_traps', { 622 ['variant == wasm_traps', {
620 '*': [SKIP], 623 '*': [SKIP],
621 }], # variant == wasm_traps 624 }], # variant == wasm_traps
622 625
623 ] 626 ]
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