2011-03-23 21:36:42 +00:00
|
|
|
# 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.
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
[
|
2016-09-12 12:54:47 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
[ALWAYS, {
|
2015-09-25 13:03:27 +00:00
|
|
|
###################### 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],
|
2017-03-13 14:33:07 +00:00
|
|
|
'language/statements/with/unscopables-inc-dec': [FAIL],
|
2015-09-25 13:03:27 +00:00
|
|
|
|
|
|
|
# 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],
|
|
|
|
|
2016-01-26 22:35:14 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=4709
|
|
|
|
'language/expressions/assignment/fn-name-lhs-cover': [FAIL],
|
2016-02-26 19:42:30 +00:00
|
|
|
|
2019-06-04 20:58:29 +00:00
|
|
|
# Intl tests which require flags.
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9154
|
2019-05-17 01:41:20 +00:00
|
|
|
'intl402/NumberFormat/numbering-system-options': ['--harmony-intl-add-calendar-numbering-system'],
|
2019-10-09 01:37:09 +00:00
|
|
|
'intl402/DateTimeFormat/constructor-calendar-numberingSystem-order': ['--harmony-intl-add-calendar-numbering-system'],
|
2019-05-17 01:41:20 +00:00
|
|
|
'intl402/DateTimeFormat/numbering-system-calendar-options': ['--harmony-intl-add-calendar-numbering-system'],
|
2019-10-09 01:37:09 +00:00
|
|
|
'intl402/DateTimeFormat/constructor-options-throwing-getters': ['--harmony-intl-add-calendar-numbering-system'],
|
|
|
|
'intl402/NumberFormat/constructor-options-throwing-getters': ['--harmony-intl-add-calendar-numbering-system'],
|
|
|
|
'intl402/NumberFormat/constructor-numberingSystem-order': ['--harmony-intl-add-calendar-numbering-system'],
|
|
|
|
'intl402/DateTimeFormat/prototype/formatToParts/pattern-on-calendar': ['--harmony-intl-other-calendars'],
|
|
|
|
'intl402/DateTimeFormat/prototype/formatToParts/related-year': ['--harmony-intl-other-calendars'],
|
2019-05-17 01:41:20 +00:00
|
|
|
|
2019-04-04 19:55:02 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9084
|
|
|
|
'intl402/supportedLocalesOf-consistent-with-resolvedOptions': [FAIL],
|
|
|
|
'intl402/fallback-locales-are-supported': [FAIL],
|
|
|
|
|
2015-09-25 13:03:27 +00:00
|
|
|
# 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],
|
2016-09-01 17:42:25 +00:00
|
|
|
'language/statements/variable/binding-resolution': [FAIL],
|
2015-09-25 13:03:27 +00:00
|
|
|
|
2019-01-31 09:18:42 +00:00
|
|
|
# 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],
|
|
|
|
|
2016-05-02 23:00:41 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=4895
|
2018-06-08 16:07:39 +00:00
|
|
|
'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],
|
2016-05-02 23:00:41 +00:00
|
|
|
# Some TypedArray methods throw due to the same bug, from Get
|
|
|
|
'built-ins/TypedArray/prototype/every/callbackfn-detachbuffer': [FAIL],
|
2018-03-02 23:51:31 +00:00
|
|
|
'built-ins/TypedArray/prototype/every/BigInt/callbackfn-detachbuffer': [FAIL],
|
2016-05-02 23:00:41 +00:00
|
|
|
'built-ins/TypedArray/prototype/find/predicate-may-detach-buffer': [FAIL],
|
2018-03-02 23:51:31 +00:00
|
|
|
'built-ins/TypedArray/prototype/find/BigInt/predicate-may-detach-buffer': [FAIL],
|
2016-05-02 23:00:41 +00:00
|
|
|
'built-ins/TypedArray/prototype/findIndex/predicate-may-detach-buffer': [FAIL],
|
2018-03-02 23:51:31 +00:00
|
|
|
'built-ins/TypedArray/prototype/findIndex/BigInt/predicate-may-detach-buffer': [FAIL],
|
2016-05-02 23:00:41 +00:00
|
|
|
'built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer': [FAIL],
|
2018-03-02 23:51:31 +00:00
|
|
|
'built-ins/TypedArray/prototype/forEach/BigInt/callbackfn-detachbuffer': [FAIL],
|
2016-05-02 23:00:41 +00:00
|
|
|
'built-ins/TypedArray/prototype/map/callbackfn-detachbuffer': [FAIL],
|
2018-03-02 23:51:31 +00:00
|
|
|
'built-ins/TypedArray/prototype/map/BigInt/callbackfn-detachbuffer': [FAIL],
|
2016-06-23 19:33:38 +00:00
|
|
|
'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL],
|
2018-03-02 23:51:31 +00:00
|
|
|
'built-ins/TypedArray/prototype/reduce/BigInt/callbackfn-detachbuffer': [FAIL],
|
2016-06-23 19:33:38 +00:00
|
|
|
'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL],
|
2018-03-02 23:51:31 +00:00
|
|
|
'built-ins/TypedArray/prototype/reduceRight/BigInt/callbackfn-detachbuffer': [FAIL],
|
2016-05-02 23:00:41 +00:00
|
|
|
'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL],
|
2018-03-02 23:51:31 +00:00
|
|
|
'built-ins/TypedArray/prototype/some/BigInt/callbackfn-detachbuffer': [FAIL],
|
2016-06-23 19:33:38 +00:00
|
|
|
# DataView functions should also throw on detached buffers
|
2017-02-10 19:05:55 +00:00
|
|
|
'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],
|
2020-01-10 02:23:20 +00:00
|
|
|
# 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],
|
2020-02-26 02:01:25 +00:00
|
|
|
# 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],
|
|
|
|
# includes should also throw on detached buffers
|
|
|
|
'built-ins/TypedArray/prototype/includes/detached-buffer-tointeger': [FAIL],
|
2016-05-02 23:00:41 +00:00
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=4951
|
2017-10-16 19:09:05 +00:00
|
|
|
'language/expressions/assignment/destructuring/iterator-destructuring-property-reference-target-evaluation-order': [FAIL],
|
|
|
|
'language/expressions/assignment/destructuring/keyed-destructuring-property-reference-target-evaluation-order': [FAIL],
|
2016-05-02 23:00:41 +00:00
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=896
|
2018-11-20 14:32:44 +00:00
|
|
|
'built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F': [FAIL_PHASE_ONLY],
|
2018-12-13 14:50:03 +00:00
|
|
|
'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-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],
|
2016-05-02 23:00:41 +00:00
|
|
|
|
Roll test262
https://chromium.googlesource.com/external/github.com/tc39/test262/+log/f6b2ccdd..ae8694b4
ae8694b Copy "invalid options" test from RelativeTimeFormat to NumberFormat/DateTimeFormat by André Bargull · 2 days ago
299cd74 Promise.any: fix "invoke-then.js" test by Rick Waldron · 2 days ago
9ccd3a7 Test revoked callable [[ProxyTarget]] by Alexey Shvayka · 2 days ago
91b867b Fix non-callable [[ProxyTarget]] test by Alexey Shvayka · 2 days ago
e8e3aaa Test revoked [[ProxyHandler]] by Alexey Shvayka · 2 days ago
8b610fb Test revoked [[ProxyTarget]] by Alexey Shvayka · 2 days ago
432adbb Adding case where 'static' is used as a field name by Caio Lima · 4 days ago
4bf836c Merge pull request #2533 from tc39/promise-any by Leo Balter · 5 days ago
22be03d Promise.any: lint fixes by Rick Waldron · 5 days ago
d53f45d Promise.any: remove unnecessary static resolve def by Rick Waldron · 7 days ago
499b748 Promise.any: review fixes, 2 by Rick Waldron · 7 days ago
b21b0c1 Promise.any: additional "resolve from rejection" tests by Rick Waldron · 7 days ago
a05fb94 Promise.any: feature flags, 2 by Rick Waldron · 7 days ago
7fbce5a Promise.any: simplify promise creation by Rick Waldron · 7 days ago
5c68b60 Promise.any: cleanup in @@species tests by Rick Waldron · 7 days ago
d9265df Promise.any: additional then + resolve tests by Rick Waldron · 7 days ago
1c74850 Promise.any: feature flags by Rick Waldron · 7 days ago
5d3eafc Promise.any: review fixes by Rick Waldron · 7 days ago
f70e3e3 Features: remove duplicate "Promise.any" by Rick Waldron · 7 days ago
6edaba3 Promise.any: updates, corrections and new tests. by Rick Waldron · 7 days ago
e0f0c78 Promise.any: empty iterable rejects with AggregateError by Rick Waldron · 7 days ago
272e9ab Promise.any: make async operation test actually async by Rick Waldron · 7 days ago
47b3858 Promise.any: expected rejection shouldn't end with error message. by Rick Waldron · 7 days ago
55b22d8 Promise.any: string iterable should not be rejected (adds error message for clarity) by Rick Waldron · 7 days ago
e0abeaa Promise.any: convert sync test to async test to ensure run to completion by Rick Waldron · 7 days ago
860e02a add iter-assigned tests by chicoxyzzy · 7 days ago
9567abd Add iter-arg tests by chicoxyzzy · 7 days ago
094ddc7 add species-get-error test by chicoxyzzy · 7 days ago
e3d48f2 add Invocation of the instance's `then` method test by chicoxyzzy · 7 days ago
afe3f0b add reject-immed test by chicoxyzzy · 7 days ago
adcd162 add is callable test by chicoxyzzy · 7 days ago
88d058b Add returns promise test by chicoxyzzy · 7 days ago
be1bf63 Add Promise and Promise.any properties tests by chicoxyzzy · 7 days ago
23d7f0b add Invocation of the constructor's `resolve` method test by chicoxyzzy · 7 days ago
f0fd4e0 update features.txt by chicoxyzzy · 7 days ago
aca1084 Add context tests by chicoxyzzy · 7 days ago
715964b Add Capability Executor tests by chicoxyzzy · 7 days ago
96cf757 Harness: properly format negative zero by Alexey Shvayka · 7 days ago
1e63ce0 Improve String.prototype.@@replace poisoned stdlib test by Alexey Shvayka · 7 days ago
9b71a7c Fix inconsistent indentation in YAML by Alexey Shvayka · 7 days ago
ad046ce Avoid using Array.isArray directly by Alexey Shvayka · 7 days ago
8fe71e1 Drop JSON.stringify stack overflow tests by Alexey Shvayka · 7 days ago
dfc7ecc AggregateError: If NewTarget is undefined, let newTarget be the active function object (#2537) by Rick Waldron · 9 days ago
db6f630 Adding test coverage for 'OptionalChain'.PrivateIdentifier case (#2534) by Caio Lima · 9 days ago
344612b Fix: Proxy set, if trap is undefined (#2536) by Rick Waldron · 9 days ago
79146e5 Bring back `verifyProp` param to `isWritable` by Alexey Shvayka · 9 days ago
3bf630c Add for/in test by Alexey Shvayka · 9 days ago
33b9bba Add Reflect.ownKeys test by Alexey Shvayka · 9 days ago
b273aff Add Object.values test by Alexey Shvayka · 9 days ago
5874ca4 Add Object.keys test by Alexey Shvayka · 9 days ago
c370276 Add Object.getOwnPropertySymbols test by Alexey Shvayka · 9 days ago
62c9541 Add Object.getOwnPropertyNames test by Alexey Shvayka · 9 days ago
021b8f2 Add Object.getOwnPropertyDescriptors test by Alexey Shvayka · 9 days ago
b94190e Add Object.entries test by Alexey Shvayka · 9 days ago
2abfc8c Remove unused `verifyProp` paramter from `isWritable` by Alexey Shvayka · 9 days ago
86b9409 Increase unlikely array length by Alexey Shvayka · 9 days ago
17fc109 Fix isWritable throwing RangeError on Array "length" by Alexey Shvayka · 9 days ago
1eff480 Add toJSON stack overflow test by Alexey Shvayka · 9 days ago
2255a0f Add replacer stack overflow test by Alexey Shvayka · 9 days ago
d2b5f63 Improve "info" meta of replacer with deleted property test by Alexey Shvayka · 9 days ago
dc21d6b Add "lastIndex" restore test by Alexey Shvayka · 9 days ago
fe2dfe9 Add "lastIndex" init test by Alexey Shvayka · 9 days ago
fe4e96d Remove duplicate test regexp/u-dec-esc.js by Ross Kirsling · 9 days ago
b0bb917 add dfs tests for https://github.com/tc39/ecma262/pull/1669 by Gus Caplan · 9 days ago
b59d079 Add note on arbitrary large integer by Alexey Shvayka · 9 days ago
669250d RegExp: Test Quantifier with large integer by Alexey Shvayka · 9 days ago
8dccb69 Replace "\b" with "\u0008" by Alexey Shvayka · 9 days ago
2377131 Test \b escape inside CharacterClass in Unicode RegExp by Alexey Shvayka · 9 days ago
7117cdd Test astral literals within inverted CharacterClass by Alexey Shvayka · 9 days ago
2cae203 Add functional replacer with empty result test by Alexey Shvayka · 9 days ago
8e41e8b Add "lastIndex" length abrupt coercion test by Alexey Shvayka · 9 days ago
0485b83 Add "lastIndex" length coercion test by Alexey Shvayka · 9 days ago
807afd9 Make "length" coercion test more precise by Alexey Shvayka · 9 days ago
3f6b961 Make "index" integer coercion test more precise by Alexey Shvayka · 9 days ago
53d16ac Add "index" integer coercion test with functional replacer by Alexey Shvayka · 9 days ago
e3e0e0f Add named capture groups abrupt lookup tests by Alexey Shvayka · 9 days ago
c9e1c1c Add named capture groups abrupt coercion tests by Alexey Shvayka · 9 days ago
4d3db14 Add named capture groups coercion tests by Alexey Shvayka · 9 days ago
dbbe2e7 Add "0" string coercion test with global RegExp by Alexey Shvayka · 9 days ago
50d1419 Make string coercion tests more precise by Alexey Shvayka · 9 days ago
cf583c9 Add poisoned stdlib test by Alexey Shvayka · 9 days ago
67e58de Fix typo in file name by Alexey Shvayka · 9 days ago
fea38b7 Remove extra operation from "info" by Alexey Shvayka · 9 days ago
13082b0 Add Array#concat test by Alexey Shvayka · 9 days ago
679ad48 Add Array#reduceRight test by Alexey Shvayka · 9 days ago
2716290 Add Array#fill test by Alexey Shvayka · 9 days ago
66913bf Add Array#lastIndexOf test by Alexey Shvayka · 9 days ago
4d91ea0 Add Array#indexOf test by Alexey Shvayka · 9 days ago
5885db1 Add Array#copyWithin test by Alexey Shvayka · 9 days ago
2724ddc Dependency: test262-harness@7.3.0 by Rick Waldron · 9 days ago
f72db7e Add [[Call]] tests by Alexey Shvayka · 9 days ago
5c3ea18 Add [[Construct]] tests by Alexey Shvayka · 9 days ago
aa53649 Add [[HasProperty]] tests by Alexey Shvayka · 9 days ago
6155fca Add [[Get]] tests by Alexey Shvayka · 9 days ago
2d60dc0 Add [[Set]] tests by Alexey Shvayka · 9 days ago
983b1ac Add [[OwnPropertyKeys]] tests by Alexey Shvayka · 9 days ago
cc6d48d Add [[PreventExtensions]] tests by Alexey Shvayka · 9 days ago
3987d3c Add [[IsExtensible]] tests by Alexey Shvayka · 9 days ago
d32db7a Add [[SetPrototypeOf]] tests by Alexey Shvayka · 9 days ago
20c2ce3 Add [[GetPrototypeOf]] tests by Alexey Shvayka · 9 days ago
b9377e7 Add [[GetOwnProperty]] tests by Alexey Shvayka · 9 days ago
d46e72d Add [[Delete]] tests by Alexey Shvayka · 9 days ago
6b9929a Add [[DefineOwnProperty]] tests by Alexey Shvayka · 9 days ago
2c432e3 Add coverage for EvaluateNew by Leo Balter · 2 weeks ago
b29b1da Add tests for new identifier characters per Unicode version (#2532) by Mathias Bynens · 2 weeks ago
991e05d Move: AggregateError belongs in the NativeErrors directory (#2528) by Rick Waldron · 2 weeks ago
25c9e33 Update RegExp property escape tests per Unicode v13.0.0 (#2526) by Mathias Bynens · 3 weeks ago
22cd9fe Repair filter test that was testing concat (#2522) by Steven Cole · 3 weeks ago
b0cb75f Repair indexOf test that was testing lastIndexOf (#2521) by Steven Cole · 3 weeks ago
36882a2 Fix: AggregateError/newtarget-proto-fallback. Closes gh-2515 (#2518) by Rick Waldron · 3 weeks ago
800870c Fix DST sensitivity in Date/parse/without-utc-offset.js. (#2523) by Ross Kirsling · 3 weeks ago
7631789 add graaljs test runner by Gus Caplan · 4 weeks ago
56ae1b9 switch to esvu to streamline engine installs by Gus Caplan · 4 weeks ago
ca13f22 Fix lint.exceptions, I hope? by Ross Kirsling · 4 weeks ago
70bbce9 Add lint exception. by Ross Kirsling · 4 weeks ago
df7a0b0 Remove errant LF from CR line ending test again. by Ross Kirsling · 4 weeks ago
ec6239f typo (#2512) by Claude Pache · 5 weeks ago
Bug: v8:7834, v8:9808, v8:10379, v8:10380, v8:10381, v8:10382, v8:10383, v8:10272
Change-Id: I9c46af4f0d72a2f1e032ec1c80d40ca096ce9af9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2133311
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66970}
2020-04-02 07:21:25 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=10379
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Alphabetic': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Assigned': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Case_Ignorable': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Cased': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Changes_When_Casefolded': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Changes_When_Casemapped': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Changes_When_Lowercased': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Changes_When_NFKC_Casefolded': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Changes_When_Titlecased': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Changes_When_Uppercased': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Dash': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Diacritic': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Emoji': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Emoji_Modifier_Base': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Emoji_Presentation': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Extended_Pictographic': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Extender': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Cased_Letter': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Dash_Punctuation': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Decimal_Number': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Letter': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Lowercase_Letter': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Mark': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Modifier_Letter': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Modifier_Symbol': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Nonspacing_Mark': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Number': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Letter': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Number': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Punctuation': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Symbol': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Punctuation': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Spacing_Mark': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Symbol': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Uppercase_Letter': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Grapheme_Base': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Grapheme_Extend': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/ID_Continue': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/ID_Start': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Ideographic': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Lowercase': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Arabic': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Armenian': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Bopomofo': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Chakma': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Chorasmian': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Common': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Dives_Akuru': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Han': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Other': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/General_Category_-_Unassigned': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Inherited': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Khitan_Small_Script': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Latin': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Lisu': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Malayalam': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Newa': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Oriya': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Sharada': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Sinhala': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Syloti_Nagri': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Tangut': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_-_Yezidi': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Arabic': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Bopomofo': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Chakma': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Chorasmian': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Common': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Cyrillic': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Dives_Akuru': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Georgian': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Han': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Inherited': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Khitan_Small_Script': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Latin': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Lisu': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Malayalam': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Newa': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Oriya': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Sharada': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Sinhala': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Syloti_Nagri': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Syriac': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tangut': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Yezidi': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Sentence_Terminal': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Terminal_Punctuation': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Unified_Ideograph': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/Uppercase': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/XID_Continue': [FAIL],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/XID_Start': [FAIL],
|
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=10380
|
|
|
|
'language/identifiers/part-unicode-13.0.0': [FAIL],
|
|
|
|
'language/identifiers/part-unicode-13.0.0-escaped': [FAIL],
|
|
|
|
'language/identifiers/start-unicode-13.0.0': [FAIL],
|
|
|
|
'language/identifiers/start-unicode-13.0.0-escaped': [FAIL],
|
|
|
|
|
2016-05-27 18:44:44 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=4628
|
2016-05-02 23:00:41 +00:00
|
|
|
'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],
|
2016-09-01 17:42:25 +00:00
|
|
|
'language/global-code/script-decl-func-err-non-configurable': [FAIL],
|
|
|
|
'language/global-code/script-decl-var-collision': [FAIL],
|
2016-06-13 18:21:49 +00:00
|
|
|
|
2016-06-23 19:33:38 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=5116
|
|
|
|
'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consistent-nan': [PASS, FAIL],
|
|
|
|
|
[test] Allow command-line flags to be turned on per test262 test
This patch changes the test262 infrastructure to pass individual flags,
specified in the status file, for tests for experimental features, rather
than passing --harmony for all runs. With this change, it should be
easier to run test262 tests in automation when developing new features.
The new workflow would be, when adding a flag, include the flag in the
test expectations file, and when removing the flag, remove the lines from
the test expectations file. This way, the status file does not have to
change when staging or unstaging, and you get the benefit of the automated
tests before staging starts.
R=adamk
CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux_noi18n_rel_ng
Review-Url: https://codereview.chromium.org/2601393002
Cr-Commit-Position: refs/heads/master@{#42249}
2017-01-12 01:51:38 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=4698
|
2017-07-13 18:06:15 +00:00
|
|
|
'language/expressions/call/tco-call-args': [SKIP],
|
2018-02-22 20:25:56 +00:00
|
|
|
'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],
|
2017-07-13 18:06:15 +00:00
|
|
|
'language/expressions/call/tco-member-args': [SKIP],
|
2018-02-22 20:25:56 +00:00
|
|
|
'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],
|
2017-07-13 18:06:15 +00:00
|
|
|
'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],
|
[test] Allow command-line flags to be turned on per test262 test
This patch changes the test262 infrastructure to pass individual flags,
specified in the status file, for tests for experimental features, rather
than passing --harmony for all runs. With this change, it should be
easier to run test262 tests in automation when developing new features.
The new workflow would be, when adding a flag, include the flag in the
test expectations file, and when removing the flag, remove the lines from
the test expectations file. This way, the status file does not have to
change when staging or unstaging, and you get the benefit of the automated
tests before staging starts.
R=adamk
CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux_noi18n_rel_ng
Review-Url: https://codereview.chromium.org/2601393002
Cr-Commit-Position: refs/heads/master@{#42249}
2017-01-12 01:51:38 +00:00
|
|
|
|
2016-09-01 17:42:25 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=5327
|
2018-06-08 16:07:39 +00:00
|
|
|
'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],
|
2016-09-01 17:42:25 +00:00
|
|
|
|
2017-03-13 14:33:07 +00:00
|
|
|
# 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],
|
|
|
|
|
2017-12-09 10:22:59 +00:00
|
|
|
# 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],
|
|
|
|
|
2018-02-22 20:25:56 +00:00
|
|
|
# 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],
|
|
|
|
|
2019-01-24 22:33:30 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=8664
|
|
|
|
'intl402/Collator/missing-unicode-ext-value-defaults-to-true': [FAIL],
|
|
|
|
|
2018-02-22 20:25:56 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=7472
|
|
|
|
'intl402/NumberFormat/currency-digits': [FAIL],
|
|
|
|
|
2018-06-08 16:07:39 +00:00
|
|
|
# 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],
|
|
|
|
|
2019-10-18 02:45:52 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9875
|
|
|
|
'language/expressions/coalesce/tco-pos-undefined': [FAIL],
|
|
|
|
'language/expressions/coalesce/tco-pos-null': [FAIL],
|
|
|
|
|
2019-01-17 21:06:27 +00:00
|
|
|
# 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],
|
|
|
|
|
2019-03-26 20:45:56 +00:00
|
|
|
# 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],
|
|
|
|
|
2019-08-12 10:44:51 +00:00
|
|
|
# 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],
|
2019-09-17 00:07:05 +00:00
|
|
|
'intl402/Locale/likely-subtags-grandfathered': [FAIL],
|
|
|
|
|
2019-11-27 14:31:08 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9646
|
|
|
|
'built-ins/ThrowTypeError/name': [FAIL],
|
|
|
|
'language/expressions/class/name': [FAIL],
|
|
|
|
|
2019-09-17 00:07:05 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9742
|
|
|
|
'intl402/Locale/getters': [FAIL],
|
|
|
|
|
|
|
|
# https://github.com/tc39/test262/pull/2349
|
2019-08-12 10:44:51 +00:00
|
|
|
'intl402/Locale/constructor-options-region-valid': [FAIL],
|
2019-09-17 00:07:05 +00:00
|
|
|
|
2019-10-08 14:31:03 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9818
|
|
|
|
'built-ins/AsyncFunction/proto-from-ctor-realm': [FAIL],
|
|
|
|
|
2019-11-11 23:43:07 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9808
|
Roll test262
https://chromium.googlesource.com/external/github.com/tc39/test262/+log/f6b2ccdd..ae8694b4
ae8694b Copy "invalid options" test from RelativeTimeFormat to NumberFormat/DateTimeFormat by André Bargull · 2 days ago
299cd74 Promise.any: fix "invoke-then.js" test by Rick Waldron · 2 days ago
9ccd3a7 Test revoked callable [[ProxyTarget]] by Alexey Shvayka · 2 days ago
91b867b Fix non-callable [[ProxyTarget]] test by Alexey Shvayka · 2 days ago
e8e3aaa Test revoked [[ProxyHandler]] by Alexey Shvayka · 2 days ago
8b610fb Test revoked [[ProxyTarget]] by Alexey Shvayka · 2 days ago
432adbb Adding case where 'static' is used as a field name by Caio Lima · 4 days ago
4bf836c Merge pull request #2533 from tc39/promise-any by Leo Balter · 5 days ago
22be03d Promise.any: lint fixes by Rick Waldron · 5 days ago
d53f45d Promise.any: remove unnecessary static resolve def by Rick Waldron · 7 days ago
499b748 Promise.any: review fixes, 2 by Rick Waldron · 7 days ago
b21b0c1 Promise.any: additional "resolve from rejection" tests by Rick Waldron · 7 days ago
a05fb94 Promise.any: feature flags, 2 by Rick Waldron · 7 days ago
7fbce5a Promise.any: simplify promise creation by Rick Waldron · 7 days ago
5c68b60 Promise.any: cleanup in @@species tests by Rick Waldron · 7 days ago
d9265df Promise.any: additional then + resolve tests by Rick Waldron · 7 days ago
1c74850 Promise.any: feature flags by Rick Waldron · 7 days ago
5d3eafc Promise.any: review fixes by Rick Waldron · 7 days ago
f70e3e3 Features: remove duplicate "Promise.any" by Rick Waldron · 7 days ago
6edaba3 Promise.any: updates, corrections and new tests. by Rick Waldron · 7 days ago
e0f0c78 Promise.any: empty iterable rejects with AggregateError by Rick Waldron · 7 days ago
272e9ab Promise.any: make async operation test actually async by Rick Waldron · 7 days ago
47b3858 Promise.any: expected rejection shouldn't end with error message. by Rick Waldron · 7 days ago
55b22d8 Promise.any: string iterable should not be rejected (adds error message for clarity) by Rick Waldron · 7 days ago
e0abeaa Promise.any: convert sync test to async test to ensure run to completion by Rick Waldron · 7 days ago
860e02a add iter-assigned tests by chicoxyzzy · 7 days ago
9567abd Add iter-arg tests by chicoxyzzy · 7 days ago
094ddc7 add species-get-error test by chicoxyzzy · 7 days ago
e3d48f2 add Invocation of the instance's `then` method test by chicoxyzzy · 7 days ago
afe3f0b add reject-immed test by chicoxyzzy · 7 days ago
adcd162 add is callable test by chicoxyzzy · 7 days ago
88d058b Add returns promise test by chicoxyzzy · 7 days ago
be1bf63 Add Promise and Promise.any properties tests by chicoxyzzy · 7 days ago
23d7f0b add Invocation of the constructor's `resolve` method test by chicoxyzzy · 7 days ago
f0fd4e0 update features.txt by chicoxyzzy · 7 days ago
aca1084 Add context tests by chicoxyzzy · 7 days ago
715964b Add Capability Executor tests by chicoxyzzy · 7 days ago
96cf757 Harness: properly format negative zero by Alexey Shvayka · 7 days ago
1e63ce0 Improve String.prototype.@@replace poisoned stdlib test by Alexey Shvayka · 7 days ago
9b71a7c Fix inconsistent indentation in YAML by Alexey Shvayka · 7 days ago
ad046ce Avoid using Array.isArray directly by Alexey Shvayka · 7 days ago
8fe71e1 Drop JSON.stringify stack overflow tests by Alexey Shvayka · 7 days ago
dfc7ecc AggregateError: If NewTarget is undefined, let newTarget be the active function object (#2537) by Rick Waldron · 9 days ago
db6f630 Adding test coverage for 'OptionalChain'.PrivateIdentifier case (#2534) by Caio Lima · 9 days ago
344612b Fix: Proxy set, if trap is undefined (#2536) by Rick Waldron · 9 days ago
79146e5 Bring back `verifyProp` param to `isWritable` by Alexey Shvayka · 9 days ago
3bf630c Add for/in test by Alexey Shvayka · 9 days ago
33b9bba Add Reflect.ownKeys test by Alexey Shvayka · 9 days ago
b273aff Add Object.values test by Alexey Shvayka · 9 days ago
5874ca4 Add Object.keys test by Alexey Shvayka · 9 days ago
c370276 Add Object.getOwnPropertySymbols test by Alexey Shvayka · 9 days ago
62c9541 Add Object.getOwnPropertyNames test by Alexey Shvayka · 9 days ago
021b8f2 Add Object.getOwnPropertyDescriptors test by Alexey Shvayka · 9 days ago
b94190e Add Object.entries test by Alexey Shvayka · 9 days ago
2abfc8c Remove unused `verifyProp` paramter from `isWritable` by Alexey Shvayka · 9 days ago
86b9409 Increase unlikely array length by Alexey Shvayka · 9 days ago
17fc109 Fix isWritable throwing RangeError on Array "length" by Alexey Shvayka · 9 days ago
1eff480 Add toJSON stack overflow test by Alexey Shvayka · 9 days ago
2255a0f Add replacer stack overflow test by Alexey Shvayka · 9 days ago
d2b5f63 Improve "info" meta of replacer with deleted property test by Alexey Shvayka · 9 days ago
dc21d6b Add "lastIndex" restore test by Alexey Shvayka · 9 days ago
fe2dfe9 Add "lastIndex" init test by Alexey Shvayka · 9 days ago
fe4e96d Remove duplicate test regexp/u-dec-esc.js by Ross Kirsling · 9 days ago
b0bb917 add dfs tests for https://github.com/tc39/ecma262/pull/1669 by Gus Caplan · 9 days ago
b59d079 Add note on arbitrary large integer by Alexey Shvayka · 9 days ago
669250d RegExp: Test Quantifier with large integer by Alexey Shvayka · 9 days ago
8dccb69 Replace "\b" with "\u0008" by Alexey Shvayka · 9 days ago
2377131 Test \b escape inside CharacterClass in Unicode RegExp by Alexey Shvayka · 9 days ago
7117cdd Test astral literals within inverted CharacterClass by Alexey Shvayka · 9 days ago
2cae203 Add functional replacer with empty result test by Alexey Shvayka · 9 days ago
8e41e8b Add "lastIndex" length abrupt coercion test by Alexey Shvayka · 9 days ago
0485b83 Add "lastIndex" length coercion test by Alexey Shvayka · 9 days ago
807afd9 Make "length" coercion test more precise by Alexey Shvayka · 9 days ago
3f6b961 Make "index" integer coercion test more precise by Alexey Shvayka · 9 days ago
53d16ac Add "index" integer coercion test with functional replacer by Alexey Shvayka · 9 days ago
e3e0e0f Add named capture groups abrupt lookup tests by Alexey Shvayka · 9 days ago
c9e1c1c Add named capture groups abrupt coercion tests by Alexey Shvayka · 9 days ago
4d3db14 Add named capture groups coercion tests by Alexey Shvayka · 9 days ago
dbbe2e7 Add "0" string coercion test with global RegExp by Alexey Shvayka · 9 days ago
50d1419 Make string coercion tests more precise by Alexey Shvayka · 9 days ago
cf583c9 Add poisoned stdlib test by Alexey Shvayka · 9 days ago
67e58de Fix typo in file name by Alexey Shvayka · 9 days ago
fea38b7 Remove extra operation from "info" by Alexey Shvayka · 9 days ago
13082b0 Add Array#concat test by Alexey Shvayka · 9 days ago
679ad48 Add Array#reduceRight test by Alexey Shvayka · 9 days ago
2716290 Add Array#fill test by Alexey Shvayka · 9 days ago
66913bf Add Array#lastIndexOf test by Alexey Shvayka · 9 days ago
4d91ea0 Add Array#indexOf test by Alexey Shvayka · 9 days ago
5885db1 Add Array#copyWithin test by Alexey Shvayka · 9 days ago
2724ddc Dependency: test262-harness@7.3.0 by Rick Waldron · 9 days ago
f72db7e Add [[Call]] tests by Alexey Shvayka · 9 days ago
5c3ea18 Add [[Construct]] tests by Alexey Shvayka · 9 days ago
aa53649 Add [[HasProperty]] tests by Alexey Shvayka · 9 days ago
6155fca Add [[Get]] tests by Alexey Shvayka · 9 days ago
2d60dc0 Add [[Set]] tests by Alexey Shvayka · 9 days ago
983b1ac Add [[OwnPropertyKeys]] tests by Alexey Shvayka · 9 days ago
cc6d48d Add [[PreventExtensions]] tests by Alexey Shvayka · 9 days ago
3987d3c Add [[IsExtensible]] tests by Alexey Shvayka · 9 days ago
d32db7a Add [[SetPrototypeOf]] tests by Alexey Shvayka · 9 days ago
20c2ce3 Add [[GetPrototypeOf]] tests by Alexey Shvayka · 9 days ago
b9377e7 Add [[GetOwnProperty]] tests by Alexey Shvayka · 9 days ago
d46e72d Add [[Delete]] tests by Alexey Shvayka · 9 days ago
6b9929a Add [[DefineOwnProperty]] tests by Alexey Shvayka · 9 days ago
2c432e3 Add coverage for EvaluateNew by Leo Balter · 2 weeks ago
b29b1da Add tests for new identifier characters per Unicode version (#2532) by Mathias Bynens · 2 weeks ago
991e05d Move: AggregateError belongs in the NativeErrors directory (#2528) by Rick Waldron · 2 weeks ago
25c9e33 Update RegExp property escape tests per Unicode v13.0.0 (#2526) by Mathias Bynens · 3 weeks ago
22cd9fe Repair filter test that was testing concat (#2522) by Steven Cole · 3 weeks ago
b0cb75f Repair indexOf test that was testing lastIndexOf (#2521) by Steven Cole · 3 weeks ago
36882a2 Fix: AggregateError/newtarget-proto-fallback. Closes gh-2515 (#2518) by Rick Waldron · 3 weeks ago
800870c Fix DST sensitivity in Date/parse/without-utc-offset.js. (#2523) by Ross Kirsling · 3 weeks ago
7631789 add graaljs test runner by Gus Caplan · 4 weeks ago
56ae1b9 switch to esvu to streamline engine installs by Gus Caplan · 4 weeks ago
ca13f22 Fix lint.exceptions, I hope? by Ross Kirsling · 4 weeks ago
70bbce9 Add lint exception. by Ross Kirsling · 4 weeks ago
df7a0b0 Remove errant LF from CR line ending test again. by Ross Kirsling · 4 weeks ago
ec6239f typo (#2512) by Claude Pache · 5 weeks ago
Bug: v8:7834, v8:9808, v8:10379, v8:10380, v8:10381, v8:10382, v8:10383, v8:10272
Change-Id: I9c46af4f0d72a2f1e032ec1c80d40ca096ce9af9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2133311
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66970}
2020-04-02 07:21:25 +00:00
|
|
|
'built-ins/Promise/any/*': [FAIL],
|
2019-11-11 23:43:07 +00:00
|
|
|
|
2020-01-10 02:23:20 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=10111
|
|
|
|
# super() should evaluate arguments before checking IsConstructable
|
2020-02-26 02:01:25 +00:00
|
|
|
'language/expressions/super/call-proto-not-ctor': [FAIL],
|
2020-01-10 02:23:20 +00:00
|
|
|
|
|
|
|
# Intl.NumberFormat(..., {signDisplay:'exceptZero'}).format(0.0001)
|
|
|
|
# produce +0 due to rounding
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9515
|
|
|
|
'intl402/NumberFormat/prototype/format/signDisplay-en-US': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/format/signDisplay-de-DE': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/format/signDisplay-ja-JP': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/format/signDisplay-ko-KR': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/format/signDisplay-zh-TW': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/format/signDisplay-rounding': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/formatToParts/signDisplay-en-US': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/formatToParts/signDisplay-de-DE': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/formatToParts/signDisplay-ja-JP': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/formatToParts/signDisplay-ko-KR': [FAIL],
|
|
|
|
'intl402/NumberFormat/prototype/formatToParts/signDisplay-zh-TW': [FAIL],
|
|
|
|
|
Roll test262
https://chromium.googlesource.com/external/github.com/tc39/test262/+log/f6b2ccdd..ae8694b4
ae8694b Copy "invalid options" test from RelativeTimeFormat to NumberFormat/DateTimeFormat by André Bargull · 2 days ago
299cd74 Promise.any: fix "invoke-then.js" test by Rick Waldron · 2 days ago
9ccd3a7 Test revoked callable [[ProxyTarget]] by Alexey Shvayka · 2 days ago
91b867b Fix non-callable [[ProxyTarget]] test by Alexey Shvayka · 2 days ago
e8e3aaa Test revoked [[ProxyHandler]] by Alexey Shvayka · 2 days ago
8b610fb Test revoked [[ProxyTarget]] by Alexey Shvayka · 2 days ago
432adbb Adding case where 'static' is used as a field name by Caio Lima · 4 days ago
4bf836c Merge pull request #2533 from tc39/promise-any by Leo Balter · 5 days ago
22be03d Promise.any: lint fixes by Rick Waldron · 5 days ago
d53f45d Promise.any: remove unnecessary static resolve def by Rick Waldron · 7 days ago
499b748 Promise.any: review fixes, 2 by Rick Waldron · 7 days ago
b21b0c1 Promise.any: additional "resolve from rejection" tests by Rick Waldron · 7 days ago
a05fb94 Promise.any: feature flags, 2 by Rick Waldron · 7 days ago
7fbce5a Promise.any: simplify promise creation by Rick Waldron · 7 days ago
5c68b60 Promise.any: cleanup in @@species tests by Rick Waldron · 7 days ago
d9265df Promise.any: additional then + resolve tests by Rick Waldron · 7 days ago
1c74850 Promise.any: feature flags by Rick Waldron · 7 days ago
5d3eafc Promise.any: review fixes by Rick Waldron · 7 days ago
f70e3e3 Features: remove duplicate "Promise.any" by Rick Waldron · 7 days ago
6edaba3 Promise.any: updates, corrections and new tests. by Rick Waldron · 7 days ago
e0f0c78 Promise.any: empty iterable rejects with AggregateError by Rick Waldron · 7 days ago
272e9ab Promise.any: make async operation test actually async by Rick Waldron · 7 days ago
47b3858 Promise.any: expected rejection shouldn't end with error message. by Rick Waldron · 7 days ago
55b22d8 Promise.any: string iterable should not be rejected (adds error message for clarity) by Rick Waldron · 7 days ago
e0abeaa Promise.any: convert sync test to async test to ensure run to completion by Rick Waldron · 7 days ago
860e02a add iter-assigned tests by chicoxyzzy · 7 days ago
9567abd Add iter-arg tests by chicoxyzzy · 7 days ago
094ddc7 add species-get-error test by chicoxyzzy · 7 days ago
e3d48f2 add Invocation of the instance's `then` method test by chicoxyzzy · 7 days ago
afe3f0b add reject-immed test by chicoxyzzy · 7 days ago
adcd162 add is callable test by chicoxyzzy · 7 days ago
88d058b Add returns promise test by chicoxyzzy · 7 days ago
be1bf63 Add Promise and Promise.any properties tests by chicoxyzzy · 7 days ago
23d7f0b add Invocation of the constructor's `resolve` method test by chicoxyzzy · 7 days ago
f0fd4e0 update features.txt by chicoxyzzy · 7 days ago
aca1084 Add context tests by chicoxyzzy · 7 days ago
715964b Add Capability Executor tests by chicoxyzzy · 7 days ago
96cf757 Harness: properly format negative zero by Alexey Shvayka · 7 days ago
1e63ce0 Improve String.prototype.@@replace poisoned stdlib test by Alexey Shvayka · 7 days ago
9b71a7c Fix inconsistent indentation in YAML by Alexey Shvayka · 7 days ago
ad046ce Avoid using Array.isArray directly by Alexey Shvayka · 7 days ago
8fe71e1 Drop JSON.stringify stack overflow tests by Alexey Shvayka · 7 days ago
dfc7ecc AggregateError: If NewTarget is undefined, let newTarget be the active function object (#2537) by Rick Waldron · 9 days ago
db6f630 Adding test coverage for 'OptionalChain'.PrivateIdentifier case (#2534) by Caio Lima · 9 days ago
344612b Fix: Proxy set, if trap is undefined (#2536) by Rick Waldron · 9 days ago
79146e5 Bring back `verifyProp` param to `isWritable` by Alexey Shvayka · 9 days ago
3bf630c Add for/in test by Alexey Shvayka · 9 days ago
33b9bba Add Reflect.ownKeys test by Alexey Shvayka · 9 days ago
b273aff Add Object.values test by Alexey Shvayka · 9 days ago
5874ca4 Add Object.keys test by Alexey Shvayka · 9 days ago
c370276 Add Object.getOwnPropertySymbols test by Alexey Shvayka · 9 days ago
62c9541 Add Object.getOwnPropertyNames test by Alexey Shvayka · 9 days ago
021b8f2 Add Object.getOwnPropertyDescriptors test by Alexey Shvayka · 9 days ago
b94190e Add Object.entries test by Alexey Shvayka · 9 days ago
2abfc8c Remove unused `verifyProp` paramter from `isWritable` by Alexey Shvayka · 9 days ago
86b9409 Increase unlikely array length by Alexey Shvayka · 9 days ago
17fc109 Fix isWritable throwing RangeError on Array "length" by Alexey Shvayka · 9 days ago
1eff480 Add toJSON stack overflow test by Alexey Shvayka · 9 days ago
2255a0f Add replacer stack overflow test by Alexey Shvayka · 9 days ago
d2b5f63 Improve "info" meta of replacer with deleted property test by Alexey Shvayka · 9 days ago
dc21d6b Add "lastIndex" restore test by Alexey Shvayka · 9 days ago
fe2dfe9 Add "lastIndex" init test by Alexey Shvayka · 9 days ago
fe4e96d Remove duplicate test regexp/u-dec-esc.js by Ross Kirsling · 9 days ago
b0bb917 add dfs tests for https://github.com/tc39/ecma262/pull/1669 by Gus Caplan · 9 days ago
b59d079 Add note on arbitrary large integer by Alexey Shvayka · 9 days ago
669250d RegExp: Test Quantifier with large integer by Alexey Shvayka · 9 days ago
8dccb69 Replace "\b" with "\u0008" by Alexey Shvayka · 9 days ago
2377131 Test \b escape inside CharacterClass in Unicode RegExp by Alexey Shvayka · 9 days ago
7117cdd Test astral literals within inverted CharacterClass by Alexey Shvayka · 9 days ago
2cae203 Add functional replacer with empty result test by Alexey Shvayka · 9 days ago
8e41e8b Add "lastIndex" length abrupt coercion test by Alexey Shvayka · 9 days ago
0485b83 Add "lastIndex" length coercion test by Alexey Shvayka · 9 days ago
807afd9 Make "length" coercion test more precise by Alexey Shvayka · 9 days ago
3f6b961 Make "index" integer coercion test more precise by Alexey Shvayka · 9 days ago
53d16ac Add "index" integer coercion test with functional replacer by Alexey Shvayka · 9 days ago
e3e0e0f Add named capture groups abrupt lookup tests by Alexey Shvayka · 9 days ago
c9e1c1c Add named capture groups abrupt coercion tests by Alexey Shvayka · 9 days ago
4d3db14 Add named capture groups coercion tests by Alexey Shvayka · 9 days ago
dbbe2e7 Add "0" string coercion test with global RegExp by Alexey Shvayka · 9 days ago
50d1419 Make string coercion tests more precise by Alexey Shvayka · 9 days ago
cf583c9 Add poisoned stdlib test by Alexey Shvayka · 9 days ago
67e58de Fix typo in file name by Alexey Shvayka · 9 days ago
fea38b7 Remove extra operation from "info" by Alexey Shvayka · 9 days ago
13082b0 Add Array#concat test by Alexey Shvayka · 9 days ago
679ad48 Add Array#reduceRight test by Alexey Shvayka · 9 days ago
2716290 Add Array#fill test by Alexey Shvayka · 9 days ago
66913bf Add Array#lastIndexOf test by Alexey Shvayka · 9 days ago
4d91ea0 Add Array#indexOf test by Alexey Shvayka · 9 days ago
5885db1 Add Array#copyWithin test by Alexey Shvayka · 9 days ago
2724ddc Dependency: test262-harness@7.3.0 by Rick Waldron · 9 days ago
f72db7e Add [[Call]] tests by Alexey Shvayka · 9 days ago
5c3ea18 Add [[Construct]] tests by Alexey Shvayka · 9 days ago
aa53649 Add [[HasProperty]] tests by Alexey Shvayka · 9 days ago
6155fca Add [[Get]] tests by Alexey Shvayka · 9 days ago
2d60dc0 Add [[Set]] tests by Alexey Shvayka · 9 days ago
983b1ac Add [[OwnPropertyKeys]] tests by Alexey Shvayka · 9 days ago
cc6d48d Add [[PreventExtensions]] tests by Alexey Shvayka · 9 days ago
3987d3c Add [[IsExtensible]] tests by Alexey Shvayka · 9 days ago
d32db7a Add [[SetPrototypeOf]] tests by Alexey Shvayka · 9 days ago
20c2ce3 Add [[GetPrototypeOf]] tests by Alexey Shvayka · 9 days ago
b9377e7 Add [[GetOwnProperty]] tests by Alexey Shvayka · 9 days ago
d46e72d Add [[Delete]] tests by Alexey Shvayka · 9 days ago
6b9929a Add [[DefineOwnProperty]] tests by Alexey Shvayka · 9 days ago
2c432e3 Add coverage for EvaluateNew by Leo Balter · 2 weeks ago
b29b1da Add tests for new identifier characters per Unicode version (#2532) by Mathias Bynens · 2 weeks ago
991e05d Move: AggregateError belongs in the NativeErrors directory (#2528) by Rick Waldron · 2 weeks ago
25c9e33 Update RegExp property escape tests per Unicode v13.0.0 (#2526) by Mathias Bynens · 3 weeks ago
22cd9fe Repair filter test that was testing concat (#2522) by Steven Cole · 3 weeks ago
b0cb75f Repair indexOf test that was testing lastIndexOf (#2521) by Steven Cole · 3 weeks ago
36882a2 Fix: AggregateError/newtarget-proto-fallback. Closes gh-2515 (#2518) by Rick Waldron · 3 weeks ago
800870c Fix DST sensitivity in Date/parse/without-utc-offset.js. (#2523) by Ross Kirsling · 3 weeks ago
7631789 add graaljs test runner by Gus Caplan · 4 weeks ago
56ae1b9 switch to esvu to streamline engine installs by Gus Caplan · 4 weeks ago
ca13f22 Fix lint.exceptions, I hope? by Ross Kirsling · 4 weeks ago
70bbce9 Add lint exception. by Ross Kirsling · 4 weeks ago
df7a0b0 Remove errant LF from CR line ending test again. by Ross Kirsling · 4 weeks ago
ec6239f typo (#2512) by Claude Pache · 5 weeks ago
Bug: v8:7834, v8:9808, v8:10379, v8:10380, v8:10381, v8:10382, v8:10383, v8:10272
Change-Id: I9c46af4f0d72a2f1e032ec1c80d40ca096ce9af9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2133311
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66970}
2020-04-02 07:21:25 +00:00
|
|
|
# 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=10382
|
|
|
|
'built-ins/Proxy/create-handler-is-revoked-proxy': [FAIL],
|
|
|
|
'built-ins/Proxy/create-target-is-revoked-function-proxy': [FAIL],
|
|
|
|
'built-ins/Proxy/create-target-is-revoked-proxy': [FAIL],
|
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=10383
|
|
|
|
'built-ins/RegExp/prototype/Symbol.replace/fn-invoke-args-empty-result': [FAIL],
|
2020-02-26 02:01:25 +00:00
|
|
|
|
2020-04-04 08:05:35 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=10395
|
|
|
|
'built-ins/AsyncFromSyncIteratorPrototype/next/absent-value-not-passed': [FAIL],
|
|
|
|
'built-ins/AsyncFromSyncIteratorPrototype/return/absent-value-not-passed': [FAIL],
|
|
|
|
'built-ins/AsyncFromSyncIteratorPrototype/throw/absent-value-not-passed': [FAIL],
|
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=10394
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-bigint': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-lhs-before-rhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-no-set': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-no-set-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-non-extensible': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-non-writeable': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-non-writeable-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-unresolved-lhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-unresolved-rhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-assignment-operator-unresolved-rhs-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-and-whitespace': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-bigint': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-lhs-before-rhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-no-set': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-no-set-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-non-extensible': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-non-writeable': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-non-writeable-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-unresolved-lhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-unresolved-rhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-assignment-operator-unresolved-rhs-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-nullish-whitespace': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-bigint': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-lhs-before-rhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-no-set': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-no-set-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-non-extensible': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-non-writeable': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-non-writeable-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-unresolved-lhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-unresolved-rhs': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-assignment-operator-unresolved-rhs-put': [FAIL],
|
|
|
|
'language/expressions/logical-assignment/lgcl-or-whitespace': [FAIL],
|
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=10397
|
|
|
|
'language/statements/for-await-of/iterator-close-throw-get-method-abrupt': [FAIL],
|
|
|
|
'language/statements/for-of/iterator-close-throw-get-method-abrupt': [FAIL],
|
|
|
|
|
2018-06-08 16:07:39 +00:00
|
|
|
######################## NEEDS INVESTIGATION ###########################
|
2013-09-24 12:08:33 +00:00
|
|
|
|
2018-06-08 16:07:39 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=7833
|
2019-08-02 15:13:15 +00:00
|
|
|
#
|
|
|
|
# Test262 needs to expose CanBlock
|
|
|
|
'built-ins/Atomics/wait/bigint/cannot-suspend-throws': [SKIP],
|
2018-06-08 16:07:39 +00:00
|
|
|
'built-ins/Atomics/wait/cannot-suspend-throws': [SKIP],
|
2019-08-02 15:13:15 +00:00
|
|
|
# Flaky
|
2018-06-08 16:07:39 +00:00
|
|
|
'built-ins/Atomics/wait/undefined-index-defaults-to-zero': [SKIP],
|
2018-06-21 15:32:18 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
##################### DELIBERATE INCOMPATIBILITIES #####################
|
|
|
|
|
2017-06-05 15:45:01 +00:00
|
|
|
# https://github.com/tc39/ecma262/pull/889
|
|
|
|
'annexB/language/function-code/block-decl-func-skip-arguments': [FAIL],
|
|
|
|
|
2017-07-13 10:54:52 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=6538
|
|
|
|
|
2016-05-02 23:00:41 +00:00
|
|
|
############################ INVALID TESTS #############################
|
2015-09-25 13:03:27 +00:00
|
|
|
|
|
|
|
# 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],
|
|
|
|
|
2016-12-27 20:32:27 +00:00
|
|
|
# https://github.com/tc39/test262/pull/688#pullrequestreview-14025354
|
|
|
|
'built-ins/Function/internals/Construct/derived-this-uninitialized-realm': [FAIL],
|
|
|
|
|
[test] Allow command-line flags to be turned on per test262 test
This patch changes the test262 infrastructure to pass individual flags,
specified in the status file, for tests for experimental features, rather
than passing --harmony for all runs. With this change, it should be
easier to run test262 tests in automation when developing new features.
The new workflow would be, when adding a flag, include the flag in the
test expectations file, and when removing the flag, remove the lines from
the test expectations file. This way, the status file does not have to
change when staging or unstaging, and you get the benefit of the automated
tests before staging starts.
R=adamk
CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux_noi18n_rel_ng
Review-Url: https://codereview.chromium.org/2601393002
Cr-Commit-Position: refs/heads/master@{#42249}
2017-01-12 01:51:38 +00:00
|
|
|
# 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],
|
|
|
|
|
2017-07-13 10:54:52 +00:00
|
|
|
# Test against internals of harness; we plug in differently
|
|
|
|
'harness/detachArrayBuffer': [SKIP],
|
2017-09-11 15:01:09 +00:00
|
|
|
'harness/detachArrayBuffer-host-detachArrayBuffer': [SKIP],
|
Reland "[async-iteration] implement spec-change to `yield` in async generators"
Per https://github.com/tc39/proposal-async-iteration/pull/102/files:
AsyncGeneratorResolve no longer unwraps a value component. Instead, the value is
unwrapped before the builtin call via Await, allowing Promise rejections to
affect the generator control flow.
Thus, all `yield <expr>` implicitly become `yield await <expr>`.
Additionally, `return <expr>` becomes `return await <expr>`. Finally, when the
generator is resumed with `.return()`, the parameter passed to .return() is
awaited before generator execution properly continues).
BUG=v8:6187, v8:5855
R=littledan@chromium.org, neis@chromium.org, adamk@chromium.org
TBR=rmcilroy@chromium.org, neis@chromium.org
Cq-Include-Trybots: master.tryserver.v8:v8_linux_noi18n_rel_ng
Change-Id: Id7718028fd555481f9f4ca0dbecfa788e3057c48
Reviewed-on: https://chromium-review.googlesource.com/594500
Reviewed-by: Caitlin Potter <caitp@igalia.com>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Caitlin Potter <caitp@igalia.com>
Cr-Commit-Position: refs/heads/master@{#47058}
2017-08-01 14:45:03 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
############################ SKIPPED TESTS #############################
|
|
|
|
|
2015-09-25 13:03:27 +00:00
|
|
|
# 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],
|
2015-10-28 21:14:30 +00:00
|
|
|
'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [SKIP],
|
|
|
|
'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [SKIP],
|
2017-03-15 08:53:43 +00:00
|
|
|
|
2018-06-08 16:07:39 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=7187
|
|
|
|
'built-ins/Function/prototype/toString/line-terminator-normalisation-CR': [SKIP],
|
2018-10-03 22:28:54 +00:00
|
|
|
|
2017-03-15 08:53:43 +00:00
|
|
|
############################ 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],
|
2018-06-11 11:55:55 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
}], # ALWAYS
|
|
|
|
|
2016-01-29 10:39:02 +00:00
|
|
|
['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],
|
|
|
|
|
2015-09-26 12:07:43 +00:00
|
|
|
# BUG(v8:4437).
|
2015-09-28 07:03:44 +00:00
|
|
|
'built-ins/String/prototype/normalize/return-normalized-string': [SKIP],
|
|
|
|
'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-form': [SKIP],
|
2015-09-26 12:07:43 +00:00
|
|
|
'built-ins/String/prototype/normalize/return-normalized-string-using-default-parameter': [SKIP],
|
Use ICU case conversion/transliterator for case conversion
When I18N is enabled, use ICU's case conversion API and transliteration
API [1] to implement String.prototype.to{Upper,Lower}Case and
String.prototype.toLocale{Upper,Lower}Case.
* ICU-based case conversion was implemented in runtime-i18n.cc/i18n.js
* The above 4 functions are overridden with those in i18n.js when
--icu_case_mapping flag is turned on. To control the override by the flag,
they're overriden in icu-case-mapping.js
Previously, toLocale{U,L}Case just called to{U,L}Case so that they didn't
support locale-sensitive case conversion for Turkic languages (az, tr),
Greek (el) and Lithuanian (lt).
Before ICU APIs for the most general case are called, a fast-path for Latin-1
is tried. It's taken from Blink and adopted as necessary. This fast path
is always tried for to{U,L}Case. For toLocale{U,L}Case, it's only taken
when a locale (explicitly specified or default) is not in {az, el, lt, tr}.
With these changes, a build with --icu_case_mapping=true passes a bunch
of tests in test262/intl402/Strings/* and intl/* that failed before.
Handling of pure ASCII strings (aligned at word boundary) are not as fast
as Unibrow's implementation that uses word-by-word case conversion. OTOH,
Latin-1 input handling is faster than Unibrow. General Unicode input
handling is slower but more accurate.
See https://docs.google.com/spreadsheets/d/1KJCJxKc1FxFXjwmYqABS0_2cNdPetvnd8gY8_HGSbrg/edit?usp=sharing for the benchmark.
This CL started with http://crrev.com/1544023002#ps200001 by littledan@,
but has changed significantly since.
[1] See why transliteration API is needed for uppercasing in Greek.
http://bugs.icu-project.org/trac/ticket/10582
R=yangguo
BUG=v8:4476,v8:4477
LOG=Y
TEST=test262/{built-ins,intl402}/Strings/*, webkit/fast/js/*, mjsunit/string-case,
intl/general/case*
Review-Url: https://codereview.chromium.org/1812673005
Cr-Commit-Position: refs/heads/master@{#36187}
2016-05-11 19:01:41 +00:00
|
|
|
|
|
|
|
# Case-conversion is not fully compliant to the Unicode spec with i18n off.
|
2016-09-01 20:04:36 +00:00
|
|
|
'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': [FAIL],
|
Use ICU case conversion/transliterator for case conversion
When I18N is enabled, use ICU's case conversion API and transliteration
API [1] to implement String.prototype.to{Upper,Lower}Case and
String.prototype.toLocale{Upper,Lower}Case.
* ICU-based case conversion was implemented in runtime-i18n.cc/i18n.js
* The above 4 functions are overridden with those in i18n.js when
--icu_case_mapping flag is turned on. To control the override by the flag,
they're overriden in icu-case-mapping.js
Previously, toLocale{U,L}Case just called to{U,L}Case so that they didn't
support locale-sensitive case conversion for Turkic languages (az, tr),
Greek (el) and Lithuanian (lt).
Before ICU APIs for the most general case are called, a fast-path for Latin-1
is tried. It's taken from Blink and adopted as necessary. This fast path
is always tried for to{U,L}Case. For toLocale{U,L}Case, it's only taken
when a locale (explicitly specified or default) is not in {az, el, lt, tr}.
With these changes, a build with --icu_case_mapping=true passes a bunch
of tests in test262/intl402/Strings/* and intl/* that failed before.
Handling of pure ASCII strings (aligned at word boundary) are not as fast
as Unibrow's implementation that uses word-by-word case conversion. OTOH,
Latin-1 input handling is faster than Unibrow. General Unicode input
handling is slower but more accurate.
See https://docs.google.com/spreadsheets/d/1KJCJxKc1FxFXjwmYqABS0_2cNdPetvnd8gY8_HGSbrg/edit?usp=sharing for the benchmark.
This CL started with http://crrev.com/1544023002#ps200001 by littledan@,
but has changed significantly since.
[1] See why transliteration API is needed for uppercasing in Greek.
http://bugs.icu-project.org/trac/ticket/10582
R=yangguo
BUG=v8:4476,v8:4477
LOG=Y
TEST=test262/{built-ins,intl402}/Strings/*, webkit/fast/js/*, mjsunit/string-case,
intl/general/case*
Review-Url: https://codereview.chromium.org/1812673005
Cr-Commit-Position: refs/heads/master@{#36187}
2016-05-11 19:01:41 +00:00
|
|
|
'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FAIL],
|
|
|
|
'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
|
2016-09-01 20:57:35 +00:00
|
|
|
'built-ins/String/prototype/toLowerCase/Final_Sigma_U180E': [FAIL],
|
Use ICU case conversion/transliterator for case conversion
When I18N is enabled, use ICU's case conversion API and transliteration
API [1] to implement String.prototype.to{Upper,Lower}Case and
String.prototype.toLocale{Upper,Lower}Case.
* ICU-based case conversion was implemented in runtime-i18n.cc/i18n.js
* The above 4 functions are overridden with those in i18n.js when
--icu_case_mapping flag is turned on. To control the override by the flag,
they're overriden in icu-case-mapping.js
Previously, toLocale{U,L}Case just called to{U,L}Case so that they didn't
support locale-sensitive case conversion for Turkic languages (az, tr),
Greek (el) and Lithuanian (lt).
Before ICU APIs for the most general case are called, a fast-path for Latin-1
is tried. It's taken from Blink and adopted as necessary. This fast path
is always tried for to{U,L}Case. For toLocale{U,L}Case, it's only taken
when a locale (explicitly specified or default) is not in {az, el, lt, tr}.
With these changes, a build with --icu_case_mapping=true passes a bunch
of tests in test262/intl402/Strings/* and intl/* that failed before.
Handling of pure ASCII strings (aligned at word boundary) are not as fast
as Unibrow's implementation that uses word-by-word case conversion. OTOH,
Latin-1 input handling is faster than Unibrow. General Unicode input
handling is slower but more accurate.
See https://docs.google.com/spreadsheets/d/1KJCJxKc1FxFXjwmYqABS0_2cNdPetvnd8gY8_HGSbrg/edit?usp=sharing for the benchmark.
This CL started with http://crrev.com/1544023002#ps200001 by littledan@,
but has changed significantly since.
[1] See why transliteration API is needed for uppercasing in Greek.
http://bugs.icu-project.org/trac/ticket/10582
R=yangguo
BUG=v8:4476,v8:4477
LOG=Y
TEST=test262/{built-ins,intl402}/Strings/*, webkit/fast/js/*, mjsunit/string-case,
intl/general/case*
Review-Url: https://codereview.chromium.org/1812673005
Cr-Commit-Position: refs/heads/master@{#36187}
2016-05-11 19:01:41 +00:00
|
|
|
'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],
|
2017-06-06 09:47:06 +00:00
|
|
|
|
2019-10-08 14:31:03 +00:00
|
|
|
# Unicode features unavaible without i18n, ie property escapes.
|
2017-06-06 09:47:06 +00:00
|
|
|
'built-ins/RegExp/property-escapes/*': [SKIP],
|
|
|
|
'built-ins/RegExp/named-groups/unicode-property-names': [SKIP],
|
2019-10-08 14:31:03 +00:00
|
|
|
'built-ins/RegExp/match-indices/indices-array-unicode-property-names': [SKIP],
|
Roll test262
https://chromium.googlesource.com/external/github.com/tc39/test262/+log/f6b2ccdd..ae8694b4
ae8694b Copy "invalid options" test from RelativeTimeFormat to NumberFormat/DateTimeFormat by André Bargull · 2 days ago
299cd74 Promise.any: fix "invoke-then.js" test by Rick Waldron · 2 days ago
9ccd3a7 Test revoked callable [[ProxyTarget]] by Alexey Shvayka · 2 days ago
91b867b Fix non-callable [[ProxyTarget]] test by Alexey Shvayka · 2 days ago
e8e3aaa Test revoked [[ProxyHandler]] by Alexey Shvayka · 2 days ago
8b610fb Test revoked [[ProxyTarget]] by Alexey Shvayka · 2 days ago
432adbb Adding case where 'static' is used as a field name by Caio Lima · 4 days ago
4bf836c Merge pull request #2533 from tc39/promise-any by Leo Balter · 5 days ago
22be03d Promise.any: lint fixes by Rick Waldron · 5 days ago
d53f45d Promise.any: remove unnecessary static resolve def by Rick Waldron · 7 days ago
499b748 Promise.any: review fixes, 2 by Rick Waldron · 7 days ago
b21b0c1 Promise.any: additional "resolve from rejection" tests by Rick Waldron · 7 days ago
a05fb94 Promise.any: feature flags, 2 by Rick Waldron · 7 days ago
7fbce5a Promise.any: simplify promise creation by Rick Waldron · 7 days ago
5c68b60 Promise.any: cleanup in @@species tests by Rick Waldron · 7 days ago
d9265df Promise.any: additional then + resolve tests by Rick Waldron · 7 days ago
1c74850 Promise.any: feature flags by Rick Waldron · 7 days ago
5d3eafc Promise.any: review fixes by Rick Waldron · 7 days ago
f70e3e3 Features: remove duplicate "Promise.any" by Rick Waldron · 7 days ago
6edaba3 Promise.any: updates, corrections and new tests. by Rick Waldron · 7 days ago
e0f0c78 Promise.any: empty iterable rejects with AggregateError by Rick Waldron · 7 days ago
272e9ab Promise.any: make async operation test actually async by Rick Waldron · 7 days ago
47b3858 Promise.any: expected rejection shouldn't end with error message. by Rick Waldron · 7 days ago
55b22d8 Promise.any: string iterable should not be rejected (adds error message for clarity) by Rick Waldron · 7 days ago
e0abeaa Promise.any: convert sync test to async test to ensure run to completion by Rick Waldron · 7 days ago
860e02a add iter-assigned tests by chicoxyzzy · 7 days ago
9567abd Add iter-arg tests by chicoxyzzy · 7 days ago
094ddc7 add species-get-error test by chicoxyzzy · 7 days ago
e3d48f2 add Invocation of the instance's `then` method test by chicoxyzzy · 7 days ago
afe3f0b add reject-immed test by chicoxyzzy · 7 days ago
adcd162 add is callable test by chicoxyzzy · 7 days ago
88d058b Add returns promise test by chicoxyzzy · 7 days ago
be1bf63 Add Promise and Promise.any properties tests by chicoxyzzy · 7 days ago
23d7f0b add Invocation of the constructor's `resolve` method test by chicoxyzzy · 7 days ago
f0fd4e0 update features.txt by chicoxyzzy · 7 days ago
aca1084 Add context tests by chicoxyzzy · 7 days ago
715964b Add Capability Executor tests by chicoxyzzy · 7 days ago
96cf757 Harness: properly format negative zero by Alexey Shvayka · 7 days ago
1e63ce0 Improve String.prototype.@@replace poisoned stdlib test by Alexey Shvayka · 7 days ago
9b71a7c Fix inconsistent indentation in YAML by Alexey Shvayka · 7 days ago
ad046ce Avoid using Array.isArray directly by Alexey Shvayka · 7 days ago
8fe71e1 Drop JSON.stringify stack overflow tests by Alexey Shvayka · 7 days ago
dfc7ecc AggregateError: If NewTarget is undefined, let newTarget be the active function object (#2537) by Rick Waldron · 9 days ago
db6f630 Adding test coverage for 'OptionalChain'.PrivateIdentifier case (#2534) by Caio Lima · 9 days ago
344612b Fix: Proxy set, if trap is undefined (#2536) by Rick Waldron · 9 days ago
79146e5 Bring back `verifyProp` param to `isWritable` by Alexey Shvayka · 9 days ago
3bf630c Add for/in test by Alexey Shvayka · 9 days ago
33b9bba Add Reflect.ownKeys test by Alexey Shvayka · 9 days ago
b273aff Add Object.values test by Alexey Shvayka · 9 days ago
5874ca4 Add Object.keys test by Alexey Shvayka · 9 days ago
c370276 Add Object.getOwnPropertySymbols test by Alexey Shvayka · 9 days ago
62c9541 Add Object.getOwnPropertyNames test by Alexey Shvayka · 9 days ago
021b8f2 Add Object.getOwnPropertyDescriptors test by Alexey Shvayka · 9 days ago
b94190e Add Object.entries test by Alexey Shvayka · 9 days ago
2abfc8c Remove unused `verifyProp` paramter from `isWritable` by Alexey Shvayka · 9 days ago
86b9409 Increase unlikely array length by Alexey Shvayka · 9 days ago
17fc109 Fix isWritable throwing RangeError on Array "length" by Alexey Shvayka · 9 days ago
1eff480 Add toJSON stack overflow test by Alexey Shvayka · 9 days ago
2255a0f Add replacer stack overflow test by Alexey Shvayka · 9 days ago
d2b5f63 Improve "info" meta of replacer with deleted property test by Alexey Shvayka · 9 days ago
dc21d6b Add "lastIndex" restore test by Alexey Shvayka · 9 days ago
fe2dfe9 Add "lastIndex" init test by Alexey Shvayka · 9 days ago
fe4e96d Remove duplicate test regexp/u-dec-esc.js by Ross Kirsling · 9 days ago
b0bb917 add dfs tests for https://github.com/tc39/ecma262/pull/1669 by Gus Caplan · 9 days ago
b59d079 Add note on arbitrary large integer by Alexey Shvayka · 9 days ago
669250d RegExp: Test Quantifier with large integer by Alexey Shvayka · 9 days ago
8dccb69 Replace "\b" with "\u0008" by Alexey Shvayka · 9 days ago
2377131 Test \b escape inside CharacterClass in Unicode RegExp by Alexey Shvayka · 9 days ago
7117cdd Test astral literals within inverted CharacterClass by Alexey Shvayka · 9 days ago
2cae203 Add functional replacer with empty result test by Alexey Shvayka · 9 days ago
8e41e8b Add "lastIndex" length abrupt coercion test by Alexey Shvayka · 9 days ago
0485b83 Add "lastIndex" length coercion test by Alexey Shvayka · 9 days ago
807afd9 Make "length" coercion test more precise by Alexey Shvayka · 9 days ago
3f6b961 Make "index" integer coercion test more precise by Alexey Shvayka · 9 days ago
53d16ac Add "index" integer coercion test with functional replacer by Alexey Shvayka · 9 days ago
e3e0e0f Add named capture groups abrupt lookup tests by Alexey Shvayka · 9 days ago
c9e1c1c Add named capture groups abrupt coercion tests by Alexey Shvayka · 9 days ago
4d3db14 Add named capture groups coercion tests by Alexey Shvayka · 9 days ago
dbbe2e7 Add "0" string coercion test with global RegExp by Alexey Shvayka · 9 days ago
50d1419 Make string coercion tests more precise by Alexey Shvayka · 9 days ago
cf583c9 Add poisoned stdlib test by Alexey Shvayka · 9 days ago
67e58de Fix typo in file name by Alexey Shvayka · 9 days ago
fea38b7 Remove extra operation from "info" by Alexey Shvayka · 9 days ago
13082b0 Add Array#concat test by Alexey Shvayka · 9 days ago
679ad48 Add Array#reduceRight test by Alexey Shvayka · 9 days ago
2716290 Add Array#fill test by Alexey Shvayka · 9 days ago
66913bf Add Array#lastIndexOf test by Alexey Shvayka · 9 days ago
4d91ea0 Add Array#indexOf test by Alexey Shvayka · 9 days ago
5885db1 Add Array#copyWithin test by Alexey Shvayka · 9 days ago
2724ddc Dependency: test262-harness@7.3.0 by Rick Waldron · 9 days ago
f72db7e Add [[Call]] tests by Alexey Shvayka · 9 days ago
5c3ea18 Add [[Construct]] tests by Alexey Shvayka · 9 days ago
aa53649 Add [[HasProperty]] tests by Alexey Shvayka · 9 days ago
6155fca Add [[Get]] tests by Alexey Shvayka · 9 days ago
2d60dc0 Add [[Set]] tests by Alexey Shvayka · 9 days ago
983b1ac Add [[OwnPropertyKeys]] tests by Alexey Shvayka · 9 days ago
cc6d48d Add [[PreventExtensions]] tests by Alexey Shvayka · 9 days ago
3987d3c Add [[IsExtensible]] tests by Alexey Shvayka · 9 days ago
d32db7a Add [[SetPrototypeOf]] tests by Alexey Shvayka · 9 days ago
20c2ce3 Add [[GetPrototypeOf]] tests by Alexey Shvayka · 9 days ago
b9377e7 Add [[GetOwnProperty]] tests by Alexey Shvayka · 9 days ago
d46e72d Add [[Delete]] tests by Alexey Shvayka · 9 days ago
6b9929a Add [[DefineOwnProperty]] tests by Alexey Shvayka · 9 days ago
2c432e3 Add coverage for EvaluateNew by Leo Balter · 2 weeks ago
b29b1da Add tests for new identifier characters per Unicode version (#2532) by Mathias Bynens · 2 weeks ago
991e05d Move: AggregateError belongs in the NativeErrors directory (#2528) by Rick Waldron · 2 weeks ago
25c9e33 Update RegExp property escape tests per Unicode v13.0.0 (#2526) by Mathias Bynens · 3 weeks ago
22cd9fe Repair filter test that was testing concat (#2522) by Steven Cole · 3 weeks ago
b0cb75f Repair indexOf test that was testing lastIndexOf (#2521) by Steven Cole · 3 weeks ago
36882a2 Fix: AggregateError/newtarget-proto-fallback. Closes gh-2515 (#2518) by Rick Waldron · 3 weeks ago
800870c Fix DST sensitivity in Date/parse/without-utc-offset.js. (#2523) by Ross Kirsling · 3 weeks ago
7631789 add graaljs test runner by Gus Caplan · 4 weeks ago
56ae1b9 switch to esvu to streamline engine installs by Gus Caplan · 4 weeks ago
ca13f22 Fix lint.exceptions, I hope? by Ross Kirsling · 4 weeks ago
70bbce9 Add lint exception. by Ross Kirsling · 4 weeks ago
df7a0b0 Remove errant LF from CR line ending test again. by Ross Kirsling · 4 weeks ago
ec6239f typo (#2512) by Claude Pache · 5 weeks ago
Bug: v8:7834, v8:9808, v8:10379, v8:10380, v8:10381, v8:10382, v8:10383, v8:10272
Change-Id: I9c46af4f0d72a2f1e032ec1c80d40ca096ce9af9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2133311
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66970}
2020-04-02 07:21:25 +00:00
|
|
|
|
|
|
|
# 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],
|
|
|
|
|
2016-01-29 10:39:02 +00:00
|
|
|
}], # no_i18n == True
|
2015-09-26 12:07:43 +00:00
|
|
|
|
2015-09-29 17:23:44 +00:00
|
|
|
['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64 or arch == mips64el', {
|
2013-09-24 12:08:33 +00:00
|
|
|
|
2019-12-11 12:02:45 +00:00
|
|
|
# Causes stack overflow on simulators due to eager compilation of
|
|
|
|
# parenthesized function literals. Needs investigation.
|
2015-09-25 13:03:27 +00:00
|
|
|
'language/statements/function/S13.2.1_A1_T1': [SKIP],
|
2013-09-24 12:08:33 +00:00
|
|
|
|
2017-04-28 13:33:43 +00:00
|
|
|
# BUG(3251225): Tests that timeout with --noopt.
|
2015-09-25 13:03:27 +00:00
|
|
|
'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],
|
2014-04-15 16:39:21 +00:00
|
|
|
}], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
|
2015-11-06 18:52:32 +00:00
|
|
|
|
2017-05-03 08:06:35 +00:00
|
|
|
['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],
|
|
|
|
}],
|
|
|
|
|
2016-02-01 19:57:55 +00:00
|
|
|
['asan == True or msan == True or tsan == True', {
|
2016-02-01 19:50:59 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=4639
|
2016-02-01 19:57:55 +00:00
|
|
|
# The failed allocation causes an asan/msan/tsan error
|
2016-02-01 19:50:59 +00:00
|
|
|
'built-ins/ArrayBuffer/allocation-limit': [SKIP],
|
2016-06-23 19:33:38 +00:00
|
|
|
'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
|
2017-02-21 19:59:05 +00:00
|
|
|
'built-ins/SharedArrayBuffer/allocation-limit': [SKIP],
|
|
|
|
'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
|
2016-02-01 19:57:55 +00:00
|
|
|
}], # asan == True or msan == True or tsan == True
|
2016-01-07 16:19:13 +00:00
|
|
|
|
2019-10-14 06:57:14 +00:00
|
|
|
['system == android', {
|
2019-10-11 21:09:51 +00:00
|
|
|
# Android Arm64 failures
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9845
|
2019-10-14 06:57:14 +00:00
|
|
|
'intl402/DateTimeFormat/prototype/formatToParts/related-year': [FAIL],
|
|
|
|
}], # system == android
|
2019-10-11 21:09:51 +00:00
|
|
|
|
2019-02-04 10:24:00 +00:00
|
|
|
##############################################################################
|
|
|
|
['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
|
|
|
|
|
2018-05-07 23:38:47 +00:00
|
|
|
['variant == no_wasm_traps', {
|
2016-11-17 18:48:08 +00:00
|
|
|
'*': [SKIP],
|
2018-05-07 23:38:47 +00:00
|
|
|
}], # variant == no_wasm_traps
|
2016-10-10 17:38:41 +00:00
|
|
|
|
2017-06-13 10:01:46 +00:00
|
|
|
['variant != default or arch == arm or arch == arm64 or arch == mipsel or arch == mips or arch == mips64 or arch == mips64el', {
|
2017-06-05 15:45:01 +00:00
|
|
|
# These tests take a long time to run
|
|
|
|
'built-ins/RegExp/property-escapes/generated/*': [SKIP],
|
|
|
|
}], # variant != default or arch == arm or arch == arm64
|
|
|
|
|
2018-06-27 12:45:34 +00:00
|
|
|
['system == windows', {
|
|
|
|
# https://crbug.com/856119
|
2018-07-10 16:49:27 +00:00
|
|
|
'intl402/DateTimeFormat/prototype/resolvedOptions/basic': [SKIP],
|
2018-06-27 12:45:34 +00:00
|
|
|
}], # system == windows
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
]
|