# Copyright 2011 the V8 project authors. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # * Redistributions in binary form must reproduce the above # copyright notice, this list of conditions and the following # disclaimer in the documentation and/or other materials provided # with the distribution. # * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [ [ALWAYS, { ###################### MISSING ES6 FEATURES ####################### # https://code.google.com/p/v8/issues/detail?id=4248 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.6_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.7_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.8_T4': [FAIL], 'language/expressions/compound-assignment/S11.13.2_A7.9_T4': [FAIL], 'language/statements/with/unscopables-inc-dec': [FAIL], # https://code.google.com/p/v8/issues/detail?id=4249 'language/expressions/assignment/S11.13.1_A7_T1': [FAIL], 'language/expressions/assignment/S11.13.1_A7_T2': [FAIL], 'language/expressions/assignment/S11.13.1_A7_T3': [FAIL], 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], # https://code.google.com/p/v8/issues/detail?id=4250 'language/expressions/assignment/S11.13.1_A5*': [FAIL], 'language/expressions/assignment/S11.13.1_A6*': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=4709 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], # Intl tests which require flags. # https://bugs.chromium.org/p/v8/issues/detail?id=9154 'intl402/NumberFormat/numbering-system-options': ['--harmony-intl-add-calendar-numbering-system'], 'intl402/DateTimeFormat/numbering-system-calendar-options': ['--harmony-intl-add-calendar-numbering-system'], # https://bugs.chromium.org/p/v8/issues/detail?id=9084 'intl402/supportedLocalesOf-consistent-with-resolvedOptions': [FAIL], 'intl402/fallback-locales-are-supported': [FAIL], # https://code.google.com/p/v8/issues/detail?id=4251 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], 'language/statements/variable/binding-resolution': [FAIL], # https://code.google.com/p/v8/issues/detail?id=8771 'language/computed-property-names/class/static/method-number': [FAIL], 'language/computed-property-names/class/static/method-string': [FAIL], 'language/computed-property-names/class/static/method-symbol': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=4895 'built-ins/TypedArrayConstructors/internals/DefineOwnProperty/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/DefineOwnProperty/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/DefineOwnProperty/tonumber-value-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/tonumber-value-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Get/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Get/BigInt/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Get/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/Get/BigInt/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/Get/infinity-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Get/BigInt/infinity-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/GetOwnProperty/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/GetOwnProperty/BigInt/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/GetOwnProperty/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/GetOwnProperty/BigInt/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/GetOwnProperty/enumerate-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/GetOwnProperty/BigInt/enumerate-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/HasProperty/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/HasProperty/BigInt/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/HasProperty/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/HasProperty/BigInt/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/HasProperty/infinity-with-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/HasProperty/BigInt/infinity-with-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/BigInt/detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/BigInt/detached-buffer-realm': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/tonumber-value-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/BigInt/tonumber-value-detached-buffer': [FAIL], # Some TypedArray methods throw due to the same bug, from Get 'built-ins/TypedArray/prototype/every/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/every/BigInt/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/find/predicate-may-detach-buffer': [FAIL], 'built-ins/TypedArray/prototype/find/BigInt/predicate-may-detach-buffer': [FAIL], 'built-ins/TypedArray/prototype/findIndex/predicate-may-detach-buffer': [FAIL], 'built-ins/TypedArray/prototype/findIndex/BigInt/predicate-may-detach-buffer': [FAIL], 'built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/forEach/BigInt/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/map/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/map/BigInt/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/reduce/BigInt/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/reduceRight/BigInt/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/some/BigInt/callbackfn-detachbuffer': [FAIL], # DataView functions should also throw on detached buffers 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], 'built-ins/DataView/detached-buffer': [FAIL], 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=4951 'language/expressions/assignment/destructuring/iterator-destructuring-property-reference-target-evaluation-order': [FAIL], 'language/expressions/assignment/destructuring/keyed-destructuring-property-reference-target-evaluation-order': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=896 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/character-class-range-end': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/character-class-range-no-dash-end': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/character-class-range-no-dash-start': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/character-class-range-start': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-empty': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-empty-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-invalid': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-invalid-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-no-braces': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-no-braces-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-no-braces-value': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-no-braces-value-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-separator': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-separator-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-separator-only': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-separator-only-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-unclosed': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-unclosed-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-unopened': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/grammar-extension-unopened-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-01': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-01-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-02': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-02-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-03': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-03-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-04': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-04-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-05': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-05-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-06': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-06-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-07': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-07-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-08': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-08-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-09': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-09-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-10': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-10-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-11': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-11-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-12': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-12-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-13': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-13-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-14': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/loose-matching-14-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-Script': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-binary-property': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-binary-property-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-and-value': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-and-value-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-existing-value': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-existing-value-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-value-General_Category-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-value-Script': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-value-Script-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/non-existent-property-value-general-category': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-property-Block-with-value': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-property-Block-with-value-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-property-Line_Break': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-property-Line_Break-negated': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value': [FAIL_PHASE_ONLY], 'built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value-negated': [FAIL_PHASE_ONLY], 'language/literals/regexp/early-err-pattern': [FAIL_PHASE_ONLY], 'language/literals/regexp/invalid-braced-quantifier-exact': [FAIL_PHASE_ONLY], 'language/literals/regexp/invalid-braced-quantifier-lower': [FAIL_PHASE_ONLY], 'language/literals/regexp/invalid-braced-quantifier-range': [FAIL_PHASE_ONLY], 'language/literals/regexp/invalid-optional-lookbehind': [FAIL_PHASE_ONLY], 'language/literals/regexp/invalid-optional-negative-lookbehind': [FAIL_PHASE_ONLY], 'language/literals/regexp/invalid-range-lookbehind': [FAIL_PHASE_ONLY], 'language/literals/regexp/invalid-range-negative-lookbehind': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-2': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-2-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-3': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-3-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-4': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-4-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-5': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-dangling-groupname-without-group-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-duplicate-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-2': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-2-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-empty-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-empty-groupspecifier-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-identity-escape-in-capture-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-2': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-2-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-3': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-3-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-4': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-5': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-6': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-2-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-3-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier-4': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier-4-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-2': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-2-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-3': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-4': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-4-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-5': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-5-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-6': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-7': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-8': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-8-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-9-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-numeric-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-numeric-groupspecifier-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-punctuator-starting-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-punctuator-starting-groupspecifier-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-punctuator-within-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-punctuator-within-groupspecifier-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-u-escape-in-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-u-escape-in-groupspecifier-2': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-unterminated-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-unterminated-groupspecifier-u': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-dec-esc': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-class-escape': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-extended-pattern-char': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-identity-escape': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-legacy-octal-escape': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-non-empty-class-ranges': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-a': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-ab': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-b': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-oob-decimal-escape': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-optional-lookahead': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-optional-lookbehind': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-optional-negative-lookahead': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-optional-negative-lookbehind': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-range-lookahead': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-range-lookbehind': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-range-negative-lookahead': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-invalid-range-negative-lookbehind': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-unicode-esc-bounds': [FAIL_PHASE_ONLY], 'language/literals/regexp/u-unicode-esc-non-hex': [FAIL_PHASE_ONLY], 'language/literals/regexp/unicode-escape-nls-err': [FAIL_PHASE_ONLY], # https://bugs.chromium.org/p/v8/issues/detail?id=4628 'language/eval-code/direct/non-definable-function-with-function': [FAIL], 'language/eval-code/direct/non-definable-function-with-variable': [FAIL], 'language/eval-code/indirect/non-definable-function-with-function': [FAIL], 'language/eval-code/indirect/non-definable-function-with-variable': [FAIL], 'language/global-code/script-decl-func-err-non-configurable': [FAIL], 'language/global-code/script-decl-var-collision': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=5116 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consistent-nan': [PASS, FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=4698 'language/expressions/call/tco-call-args': [SKIP], 'language/expressions/call/tco-cross-realm-class-construct': [SKIP], 'language/expressions/call/tco-cross-realm-class-derived-construct': [SKIP], 'language/expressions/call/tco-cross-realm-fun-call': [SKIP], 'language/expressions/call/tco-cross-realm-fun-construct': [SKIP], 'language/expressions/call/tco-member-args': [SKIP], 'language/expressions/call/tco-non-eval-function': [SKIP], 'language/expressions/call/tco-non-eval-function-dynamic': [SKIP], 'language/expressions/call/tco-non-eval-global': [SKIP], 'language/expressions/call/tco-non-eval-with': [SKIP], 'language/expressions/comma/tco-final': [SKIP], 'language/expressions/conditional/tco-cond': [SKIP], 'language/expressions/conditional/tco-pos': [SKIP], 'language/expressions/logical-and/tco-right': [SKIP], 'language/expressions/logical-or/tco-right': [SKIP], 'language/expressions/tagged-template/tco-call': [SKIP], 'language/expressions/tagged-template/tco-member': [SKIP], 'language/expressions/tco-pos': [SKIP], 'language/statements/block/tco-stmt': [SKIP], 'language/statements/block/tco-stmt-list': [SKIP], 'language/statements/do-while/tco-body': [SKIP], 'language/statements/for/tco-const-body': [SKIP], 'language/statements/for/tco-let-body': [SKIP], 'language/statements/for/tco-lhs-body': [SKIP], 'language/statements/for/tco-var-body': [SKIP], 'language/statements/if/tco-else-body': [SKIP], 'language/statements/if/tco-if-body': [SKIP], 'language/statements/labeled/tco': [SKIP], 'language/statements/return/tco': [SKIP], 'language/statements/switch/tco-case-body': [SKIP], 'language/statements/switch/tco-case-body-dflt': [SKIP], 'language/statements/switch/tco-dftl-body': [SKIP], 'language/statements/try/tco-catch': [SKIP], 'language/statements/try/tco-catch-finally': [SKIP], 'language/statements/try/tco-finally': [SKIP], 'language/statements/while/tco-body': [SKIP], # https://bugs.chromium.org/p/v8/issues/detail?id=5327 'built-ins/TypedArrayConstructors/internals/Set/key-is-minus-zero': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/BigInt/key-is-minus-zero': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/key-is-not-integer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/BigInt/key-is-not-integer': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/key-is-out-of-bounds': [FAIL], 'built-ins/TypedArrayConstructors/internals/Set/BigInt/key-is-out-of-bounds': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=6049 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller': [FAIL_SLOPPY], 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-arguments': [FAIL_SLOPPY], # https://bugs.chromium.org/p/v8/issues/detail?id=7184 'annexB/language/expressions/yield/star-iterable-return-emulates-undefined-throws-when-called': [FAIL], 'annexB/language/statements/for-await-of/iterator-close-return-emulates-undefined-throws-when-called': [FAIL], 'annexB/language/statements/for-of/iterator-close-return-emulates-undefined-throws-when-called': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=5690 'language/expressions/call/eval-spread': [FAIL], 'language/expressions/call/eval-spread-empty-leading': [FAIL], 'language/expressions/call/eval-spread-empty-trailing': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=8664 'intl402/Collator/missing-unicode-ext-value-defaults-to-true': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=7472 'intl402/NumberFormat/currency-digits': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=7831 'language/statements/generators/generator-created-after-decl-inst': [FAIL], 'language/expressions/generators/generator-created-after-decl-inst': [FAIL], 'language/expressions/async-generator/generator-created-after-decl-inst': [FAIL], 'language/statements/async-generator/generator-created-after-decl-inst': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=9611 'language/statements/class/elements/private-field-is-visible-in-computed-properties': [SKIP], # https://github.com/tc39/test262/issues/2034 'language/expressions/postfix-decrement/arguments': [SKIP], 'language/expressions/postfix-decrement/arguments-nostrict': [SKIP], 'language/expressions/postfix-decrement/eval': [SKIP], 'language/expressions/postfix-decrement/eval-nostrict': [SKIP], 'language/expressions/postfix-increment/arguments': [SKIP], 'language/expressions/postfix-increment/arguments-nostrict': [SKIP], 'language/expressions/postfix-increment/eval': [SKIP], 'language/expressions/postfix-increment/eval-nostrict': [SKIP], 'language/expressions/prefix-decrement/arguments': [SKIP], 'language/expressions/prefix-decrement/arguments-nostrict': [SKIP], 'language/expressions/prefix-decrement/eval': [SKIP], 'language/expressions/prefix-decrement/eval-nostrict': [SKIP], 'language/expressions/prefix-increment/arguments': [SKIP], 'language/expressions/prefix-increment/arguments-nostrict': [SKIP], 'language/expressions/prefix-increment/eval': [SKIP], 'language/expressions/prefix-increment/eval-nostrict': [SKIP], # https://bugs.chromium.org/p/v8/issues/detail?id=9047 'annexB/built-ins/Function/createdynfn-no-line-terminator-html-close-comment-body': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=9049 'language/comments/hashbang/use-strict': [SKIP], # https://bugs.chromium.org/p/v8/issues/detail?id=8179 # Temporarily removed pending https://github.com/tc39/test262/issues/2339 # # These tests require exception handling support which is currently # blocked on landing https://chromium-review.googlesource.com/c/v8/v8/+/1655655 # 'built-ins/FinalizationGroup/FinalizationGroupCleanupIteratorPrototype/next-job-not-active-throws': [FAIL], # 'built-ins/FinalizationGroup/prototype/cleanupSome/poisoned-callback-throws': [FAIL], # 'built-ins/FinalizationGroup/prototype/cleanupSome/poisoned-cleanup-callback-throws': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=8179 # # The spec should be changed to make target === holding throw and then we should change these tests. 'built-ins/FinalizationGroup/prototype/register/unregisterToken-same-as-holdings-and-target': [FAIL], 'built-ins/FinalizationGroup/prototype/register/holdings-same-as-target': [FAIL], 'built-ins/FinalizationGroup/prototype/register/return-undefined-register-itself': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=8179 # Temporarily removed pending https://github.com/tc39/test262/issues/2339 # # This test has target === holdings which throws, changing holdings to # { y } makes the test pass. # 'built-ins/FinalizationGroup/prototype/cleanupSome/cleanup-prevented-with-reference': [FAIL], # https://github.com/tc39/test262/issues/2256 # Temporarily removed pending https://github.com/tc39/test262/issues/2339 # 'built-ins/FinalizationGroup/prototype/cleanupSome/cleanup-prevented-with-unregister': [FAIL], # https://github.com/tc39/test262/issues/2239 # Temporarily removed pending https://github.com/tc39/test262/issues/2339 # 'built-ins/WeakRef/prototype/deref/gc-cleanup-not-prevented-with-wr-deref': [FAIL], # 'built-ins/FinalizationGroup/prototype/cleanupSome/gc-cleanup-not-prevented-with-wr-deref': [FAIL], # https://github.com/tc39/test262/issues/2255 # Temporarily removed pending https://github.com/tc39/test262/issues/2339 # 'built-ins/FinalizationGroup/prototype/cleanupSome/iterator-holdings-multiple-values': [FAIL], # https://github.com/tc39/test262/issues/2260 # Temporarily removed pending https://github.com/tc39/test262/issues/2339 # 'built-ins/FinalizationGroup/prototype/cleanupSome/return-undefined-with-gc': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=9612 'intl402/DateTimeFormat/prototype/formatRange/fractionalSecondDigits': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=9282 'intl402/DateTimeFormat/constructor-options-throwing-getters-quarter': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=9613 'intl402/Intl/getCanonicalLocales/canonicalized-tags': [FAIL], 'intl402/Intl/getCanonicalLocales/grandfathered': [FAIL], 'intl402/Intl/getCanonicalLocales/non-iana-canon': [FAIL], 'intl402/Intl/getCanonicalLocales/preferred-grandfathered': [FAIL], 'intl402/Intl/getCanonicalLocales/preferred-variant': [FAIL], 'intl402/Locale/constructor-non-iana-canon': [FAIL], 'intl402/Locale/likely-subtags-grandfathered': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=9742 'intl402/Locale/getters': [FAIL], # https://github.com/tc39/test262/pull/2349 'intl402/Locale/constructor-options-region-valid': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=9741 'intl402/Locale/constructor-tag': [FAIL], ######################## NEEDS INVESTIGATION ########################### # https://bugs.chromium.org/p/v8/issues/detail?id=7833 # # Test262 needs to expose CanBlock 'built-ins/Atomics/wait/bigint/cannot-suspend-throws': [SKIP], 'built-ins/Atomics/wait/cannot-suspend-throws': [SKIP], # Flaky 'built-ins/Atomics/wait/undefined-index-defaults-to-zero': [SKIP], ##################### DELIBERATE INCOMPATIBILITIES ##################### # https://github.com/tc39/ecma262/pull/889 'annexB/language/function-code/block-decl-func-skip-arguments': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=6538 ############################ INVALID TESTS ############################# # Test makes unjustified assumptions about the number of calls to SortCompare. # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], # https://github.com/tc39/test262/pull/688#pullrequestreview-14025354 'built-ins/Function/internals/Construct/derived-this-uninitialized-realm': [FAIL], # Date tests that fail in CE(S)T timezone. # https://bugs.chromium.org/p/v8/issues/detail?id=5449 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL], 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL], # Test against internals of harness; we plug in differently 'harness/detachArrayBuffer': [SKIP], 'harness/detachArrayBuffer-host-detachArrayBuffer': [SKIP], ############################ SKIPPED TESTS ############################# # These tests take a looong time to run. 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP], 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [SKIP], 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [SKIP], # https://bugs.chromium.org/p/v8/issues/detail?id=7187 'built-ins/Function/prototype/toString/line-terminator-normalisation-CR': [SKIP], ############################ SLOW TESTS ############################# 'annexB/built-ins/RegExp/RegExp-leading-escape-BMP': [PASS, SLOW], 'annexB/built-ins/RegExp/RegExp-trailing-escape-BMP': [PASS, SLOW], 'language/comments/S7.4_A5': [PASS, SLOW], 'language/comments/S7.4_A6': [PASS, SLOW], }], # ALWAYS ['no_i18n == True', { # Unicode canonicalization is not available with i18n turned off. 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], # Unicode regexp case mapping is not available with i18n turned off. 'language/literals/regexp/u-case-mapping': [SKIP], # BUG(v8:4437). 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-form': [SKIP], 'built-ins/String/prototype/normalize/return-normalized-string-using-default-parameter': [SKIP], # Case-conversion is not fully compliant to the Unicode spec with i18n off. 'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': [FAIL], 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FAIL], 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], 'built-ins/String/prototype/toLowerCase/Final_Sigma_U180E': [FAIL], 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], # Locale-sensitive case-conversion is not available with i18n off. 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL], 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL], 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], # Unicode property escapes unavailable without i18n 'built-ins/RegExp/property-escapes/*': [SKIP], 'built-ins/RegExp/named-groups/unicode-property-names': [SKIP], }], # no_i18n == True ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64 or arch == mips64el', { # TODO(mstarzinger): Causes stack overflow on simulators due to eager # compilation of parenthesized function literals. Needs investigation. 'language/statements/function/S13.2.1_A1_T1': [SKIP], # BUG(3251225): Tests that timeout with --noopt. 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' ['byteorder == big', { # Test failures on big endian platforms due to the way the tests # are written # https://github.com/tc39/test262/issues/757 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type': [SKIP], }], ['asan == True or msan == True or tsan == True', { # https://bugs.chromium.org/p/v8/issues/detail?id=4639 # The failed allocation causes an asan/msan/tsan error 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], }], # asan == True or msan == True or tsan == True ############################################################################## ['variant == jitless', { # https://crbug.com/v8/7777 'built-ins/RegExp/CharacterClassEscapes/character-class-non-digit-class-escape-plus-quantifier-flags-u': [SKIP], 'built-ins/RegExp/CharacterClassEscapes/character-class-non-whitespace-class-escape-plus-quantifier-flags-u': [SKIP], 'built-ins/RegExp/CharacterClassEscapes/character-class-non-word-class-escape-plus-quantifier-flags-u': [SKIP], }], # variant == jitless ['variant == no_wasm_traps', { '*': [SKIP], }], # variant == no_wasm_traps ['variant != default or arch == arm or arch == arm64 or arch == mipsel or arch == mips or arch == mips64 or arch == mips64el', { # These tests take a long time to run 'built-ins/RegExp/property-escapes/generated/*': [SKIP], }], # variant != default or arch == arm or arch == arm64 ['system == windows', { # https://crbug.com/856119 'intl402/DateTimeFormat/prototype/resolvedOptions/basic': [SKIP], }], # system == windows ############################################################################## ['variant == jitless and not embedded_builtins', { '*': [SKIP], }], # variant == jitless and not embedded_builtins ]