# 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], # 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-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/tonumber-value-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/tonumber-value-detached-buffer': [FAIL], 'built-ins/TypedArrayConstructors/internals/GetOwnProperty/BigInt/index-prop-desc': [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/filter/callbackfn-detachbuffer': [FAIL], 'built-ins/TypedArray/prototype/filter/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/set/array-arg-primitive-toobject': [FAIL], 'built-ins/TypedArray/prototype/set/BigInt/array-arg-primitive-toobject': [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/DataView/detached-buffer': [FAIL], 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], 'built-ins/DataView/prototype/byteLength/instance-has-detached-buffer': [FAIL], 'built-ins/DataView/custom-proto-access-detaches-buffer': [FAIL], # copyWithin should also throw on detached buffers 'built-ins/TypedArray/prototype/copyWithin/coerced-values-end-detached-prototype': [FAIL], 'built-ins/TypedArray/prototype/copyWithin/coerced-values-start-detached': [FAIL], 'built-ins/TypedArray/prototype/copyWithin/coerced-values-end-detached': [FAIL], # fill should also throw on detached buffers 'built-ins/TypedArray/prototype/fill/coerced-value-detach': [FAIL], 'built-ins/TypedArray/prototype/fill/coerced-end-detach': [FAIL], 'built-ins/TypedArray/prototype/fill/coerced-start-detach': [FAIL], 'built-ins/TypedArray/prototype/includes/detached-buffer-during-fromIndex-returns-true-for-undefined': [FAIL], 'built-ins/TypedArray/prototype/includes/BigInt/detached-buffer-during-fromIndex-returns-true-for-undefined': [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-unterminated-groupspecifier': [FAIL_PHASE_ONLY], 'language/literals/regexp/named-groups/invalid-unterminated-groupspecifier-u': [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=10379 'built-ins/RegExp/named-groups/non-unicode-property-names-valid': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=4628 'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-meth-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-meth-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/async-gen-named-func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/async-gen-named-func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/func-decl-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/func-decl-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/func-decl-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/func-decl-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/func-expr-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/func-expr-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/func-expr-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/func-expr-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-expr-named-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-expr-named-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-func-expr-nameless-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/gen-func-expr-nameless-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/gen-meth-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/gen-meth-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/meth-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL], 'language/eval-code/direct/meth-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/meth-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL], 'language/eval-code/direct/meth-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/meth-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL], 'language/eval-code/direct/meth-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL], 'language/eval-code/direct/meth-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL], 'language/eval-code/direct/meth-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL], '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=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=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=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=9875 'language/expressions/coalesce/tco-pos-undefined': [FAIL], 'language/expressions/coalesce/tco-pos-null': [FAIL], # 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=9049 'language/comments/hashbang/use-strict': [SKIP], # http://crbug/v8/10447 'intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=9818 'built-ins/AsyncFunction/proto-from-ctor-realm': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=10381 'built-ins/Array/prototype/concat/arg-length-near-integer-limit': [FAIL], # https://bugs.chromium.org/p/v8/issues/detail?id=10383 'built-ins/RegExp/prototype/Symbol.replace/fn-invoke-args-empty-result': [FAIL], # https://crbug.com/v8/10789 'built-ins/Function/prototype/toString/built-in-function-object': [FAIL], # http://crbug/v8/10903 'annexB/built-ins/RegExp/legacy-accessors/index/prop-desc': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/index/this-cross-realm-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/index/this-not-regexp-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/index/this-subclass-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/input/this-cross-realm-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/input/this-not-regexp-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/input/this-subclass-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/lastMatch/prop-desc': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/lastMatch/this-cross-realm-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/lastMatch/this-not-regexp-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/lastMatch/this-subclass-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/lastParen/prop-desc': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/lastParen/this-cross-realm-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/lastParen/this-not-regexp-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/lastParen/this-subclass-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/leftContext/prop-desc': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/leftContext/this-cross-realm-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/leftContext/this-not-regexp-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/leftContext/this-subclass-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/rightContext/prop-desc': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/rightContext/this-cross-realm-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/rightContext/this-not-regexp-constructor': [FAIL], 'annexB/built-ins/RegExp/legacy-accessors/rightContext/this-subclass-constructor': [FAIL], 'annexB/built-ins/RegExp/prototype/compile/this-cross-realm-instance': [FAIL], 'annexB/built-ins/RegExp/prototype/compile/this-subclass-instance': [FAIL], # http://crbug/v8/10905 'language/identifier-resolution/assign-to-global-undefined': [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], # Non-simple assignment targets are runtime errors instead of syntax errors # for web compat. https://crbug.com/358346 'language/expressions/assignmenttargettype/direct-callexpression-arguments': [FAIL], 'language/expressions/assignmenttargettype/parenthesized-callexpression-arguments': [FAIL], ############################ 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], # Unicode in capture group 'built-ins/RegExp/prototype/Symbol.replace/named-groups': [FAIL], # 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 features unavaible without i18n, ie property escapes. 'built-ins/RegExp/property-escapes/*': [SKIP], 'built-ins/RegExp/named-groups/unicode-property-names': [SKIP], 'built-ins/RegExp/named-groups/unicode-property-names-valid': [SKIP], 'built-ins/RegExp/match-indices/indices-array-unicode-property-names': [SKIP], # Unicode in identifiers 'language/identifiers/part-unicode-*': [FAIL], 'language/identifiers/start-unicode-1*': [FAIL], 'language/identifiers/start-unicode-5*': [FAIL], 'language/identifiers/start-unicode-6*': [FAIL], 'language/identifiers/start-unicode-7*': [FAIL], 'language/identifiers/start-unicode-8*': [FAIL], 'language/identifiers/start-unicode-9*': [FAIL], }], # no_i18n == True ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64 or arch == mips64el', { # 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 ['system == android', { # Android Arm64 failures # https://bugs.chromium.org/p/v8/issues/detail?id=9845 'intl402/DateTimeFormat/prototype/formatToParts/related-year': [FAIL], }], # system == android ############################################################################## ['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 == stress_snapshot', { '*': [SKIP], # only relevant for mjsunit tests. }], ]