d3b42573d1
Reason for revert: [Sheriff] Prepares revert of https://codereview.chromium.org/1136553008 Original issue's description: > [test262-es6] Temporary disable some tests > > These tests have issues with our harness. > > Upstream fix: https://github.com/tc39/test262/pull/309 > > BUG=N > LOG=N > TBR=machenbach@chromium.org > > Committed: https://crrev.com/eed7363a0da0f21c3eee6c052507299d9b707462 > Cr-Commit-Position: refs/heads/master@{#28881} TBR=arv@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=N Review URL: https://codereview.chromium.org/1169903006 Cr-Commit-Position: refs/heads/master@{#28889}
452 lines
24 KiB
Plaintext
452 lines
24 KiB
Plaintext
# Copyright 2011 the V8 project authors. All rights reserved.
|
|
# Redistribution and use in source and binary forms, with or without
|
|
# modification, are permitted provided that the following conditions are
|
|
# met:
|
|
#
|
|
# * Redistributions of source code must retain the above copyright
|
|
# notice, this list of conditions and the following disclaimer.
|
|
# * Redistributions in binary form must reproduce the above
|
|
# copyright notice, this list of conditions and the following
|
|
# disclaimer in the documentation and/or other materials provided
|
|
# with the distribution.
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
# contributors may be used to endorse or promote products derived
|
|
# from this software without specific prior written permission.
|
|
#
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
[
|
|
[ALWAYS, {
|
|
############################### BUGS ###################################
|
|
|
|
# BUG(v8:3455)
|
|
'intl402/11.2.3_b': [FAIL],
|
|
'intl402/12.2.3_b': [FAIL],
|
|
|
|
# Unicode canonicalization is not available with i18n turned off.
|
|
'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]],
|
|
|
|
###################### NEEDS INVESTIGATION #######################
|
|
|
|
# Possibly same cause as S8.5_A2.1, below: floating-point tests.
|
|
'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK],
|
|
'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK],
|
|
'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK],
|
|
|
|
# This is an incompatibility between ES5 and V8 on enumerating
|
|
# shadowed elements in a for..in loop.
|
|
# https://code.google.com/p/v8/issues/detail?id=705
|
|
'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK],
|
|
|
|
###################### MISSING ES6 FEATURES #######################
|
|
|
|
# Class, let, const in sloppy mode.
|
|
# https://code.google.com/p/v8/issues/detail?id=3305
|
|
'language/block-scope/*': [PASS, ['sloppy', FAIL]],
|
|
|
|
# Number.prototype is a plain object in ES6
|
|
'built-ins/Number/15.7.4-1': [FAIL],
|
|
'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL],
|
|
'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL],
|
|
'built-ins/Number/prototype/S15.7.4_A1': [FAIL],
|
|
'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL],
|
|
'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL],
|
|
'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL],
|
|
'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL],
|
|
|
|
# https://code.google.com/p/v8/issues/detail?id=4118
|
|
'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL],
|
|
|
|
# https://code.google.com/p/v8/issues/detail?id=4093
|
|
|
|
######################## NEEDS INVESTIGATION ###########################
|
|
|
|
# These test failures are specific to the intl402 suite and need investigation
|
|
# to be either marked as bugs with issues filed for them or as deliberate
|
|
# incompatibilities if the test cases turn out to be broken or ambiguous.
|
|
'intl402/6.2.3': [FAIL],
|
|
'intl402/9.2.1_2': [FAIL],
|
|
'intl402/9.2.6_2': [FAIL],
|
|
'intl402/10.1.1_a': [FAIL],
|
|
'intl402/10.1.2.1_4': [FAIL],
|
|
'intl402/10.1.2_a': [PASS, FAIL],
|
|
'intl402/10.2.3_b': [PASS, FAIL],
|
|
'intl402/10.3.2_1_c': [PASS, FAIL],
|
|
'intl402/10.3.2_CS_b_NN': [PASS, FAIL],
|
|
'intl402/10.3.2_CS_c_NN': [PASS, FAIL],
|
|
'intl402/10.3.2_CS_d_NN': [PASS, FAIL],
|
|
'intl402/10.3_a': [FAIL],
|
|
'intl402/11.1.1_20_c': [FAIL],
|
|
'intl402/11.1.1_a': [FAIL],
|
|
'intl402/11.1.2': [PASS, FAIL],
|
|
'intl402/11.1.2.1_4': [FAIL],
|
|
'intl402/11.3_a': [FAIL],
|
|
'intl402/12.1.1_a': [FAIL],
|
|
'intl402/12.1.2': [PASS, FAIL],
|
|
'intl402/12.1.2.1_4': [FAIL],
|
|
'intl402/12.3.2_FDT_7_a_iv': [FAIL],
|
|
'intl402/12.3.3': [FAIL],
|
|
'intl402/12.3_a': [FAIL],
|
|
'intl402/13.1.1_7': [PASS, FAIL],
|
|
'intl402/13.2.1_5': [PASS, FAIL],
|
|
'intl402/13.3.0_7': [PASS, FAIL],
|
|
|
|
|
|
# Test 262 update 2015-05-30
|
|
'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [PASS, ['sloppy', FAIL]],
|
|
'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL],
|
|
'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL],
|
|
'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL],
|
|
'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL],
|
|
'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL],
|
|
'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL],
|
|
'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL],
|
|
'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL],
|
|
'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL],
|
|
'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL],
|
|
'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL],
|
|
'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL],
|
|
'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL],
|
|
'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL],
|
|
'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL],
|
|
'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL],
|
|
'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL],
|
|
'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL],
|
|
'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL],
|
|
'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL],
|
|
'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL],
|
|
'built-ins/Array/prototype/join/S15.4.4.5_A4_T3': [FAIL],
|
|
'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-12': [FAIL],
|
|
'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-25': [FAIL],
|
|
'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28': [FAIL],
|
|
'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-7': [FAIL],
|
|
'built-ins/Array/prototype/map/15.4.4.19-3-12': [FAIL],
|
|
'built-ins/Array/prototype/map/15.4.4.19-3-14': [FAIL],
|
|
'built-ins/Array/prototype/map/15.4.4.19-3-25': [FAIL],
|
|
'built-ins/Array/prototype/map/15.4.4.19-3-28': [FAIL],
|
|
'built-ins/Array/prototype/map/15.4.4.19-3-29': [FAIL],
|
|
'built-ins/Array/prototype/map/15.4.4.19-3-7': [FAIL],
|
|
'built-ins/Array/prototype/map/15.4.4.19-3-8': [FAIL],
|
|
'built-ins/Array/prototype/pop/S15.4.4.6_A2_T2': [FAIL],
|
|
'built-ins/Array/prototype/pop/S15.4.4.6_A3_T1': [FAIL],
|
|
'built-ins/Array/prototype/pop/S15.4.4.6_A3_T2': [FAIL],
|
|
'built-ins/Array/prototype/pop/S15.4.4.6_A3_T3': [FAIL],
|
|
'built-ins/Array/prototype/push/S15.4.4.7_A2_T2': [FAIL],
|
|
'built-ins/Array/prototype/push/S15.4.4.7_A4_T1': [FAIL],
|
|
'built-ins/Array/prototype/push/S15.4.4.7_A4_T3': [FAIL],
|
|
'built-ins/Array/prototype/reduce/15.4.4.21-3-12': [FAIL],
|
|
'built-ins/Array/prototype/reduce/15.4.4.21-3-25': [FAIL],
|
|
'built-ins/Array/prototype/reduce/15.4.4.21-3-7': [FAIL],
|
|
'built-ins/Array/prototype/reduceRight/15.4.4.22-3-12': [FAIL],
|
|
'built-ins/Array/prototype/reduceRight/15.4.4.22-3-25': [FAIL],
|
|
'built-ins/Array/prototype/reduceRight/15.4.4.22-3-7': [FAIL],
|
|
'built-ins/Array/prototype/reverse/S15.4.4.8_A3_T3': [FAIL],
|
|
'built-ins/Array/prototype/shift/S15.4.4.9_A3_T3': [FAIL],
|
|
'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [FAIL],
|
|
'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [FAIL],
|
|
'built-ins/Array/prototype/slice/S15.4.4.10_A3_T3': [FAIL],
|
|
'built-ins/Array/prototype/some/15.4.4.17-3-12': [FAIL],
|
|
'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL],
|
|
'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL],
|
|
'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL],
|
|
'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL],
|
|
'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL],
|
|
'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL],
|
|
'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL],
|
|
'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL],
|
|
'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL],
|
|
'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL],
|
|
'built-ins/Array/symbol-species': [FAIL],
|
|
|
|
'built-ins/ArrayBuffer/symbol-species': [FAIL],
|
|
|
|
'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL],
|
|
'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL],
|
|
'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL],
|
|
'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL],
|
|
'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL],
|
|
'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL],
|
|
|
|
'built-ins/Date/15.9.1.15-1': [FAIL],
|
|
'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL],
|
|
|
|
'built-ins/Error/prototype/S15.11.4_A2': [FAIL],
|
|
|
|
'built-ins/Function/prototype/bind/15.3.4.5-15-2': [FAIL],
|
|
|
|
# https://code.google.com/p/v8/issues/detail?id=4163
|
|
'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL],
|
|
|
|
'built-ins/Map/symbol-species': [FAIL],
|
|
'built-ins/Set/symbol-species': [FAIL],
|
|
|
|
# https://code.google.com/p/v8/issues/detail?id=3566
|
|
'built-ins/Set/set-iterator-close-after-add-failure': [FAIL],
|
|
|
|
# Our values are inconsistent across backends
|
|
'built-ins/Math/E/S15.8.1.1_A1': [PASS, FAIL],
|
|
'built-ins/Math/LN10/S15.8.1.2_A1': [PASS, FAIL],
|
|
'built-ins/Math/LN2/S15.8.1.3_A1': [PASS, FAIL],
|
|
'built-ins/Math/LOG10E/S15.8.1.5_A1': [PASS, FAIL],
|
|
'built-ins/Math/LOG2E/S15.8.1.4_A1': [PASS, FAIL],
|
|
'built-ins/Math/PI/S15.8.1.6_A1': [PASS, FAIL],
|
|
'built-ins/Math/SQRT1_2/S15.8.1.7_A1': [PASS, FAIL],
|
|
'built-ins/Math/SQRT2/S15.8.1.8_A1': [PASS, FAIL],
|
|
'built-ins/Math/acos/S15.8.2.2_A5': [PASS, FAIL],
|
|
'built-ins/Math/asin/S15.8.2.3_A6': [PASS, FAIL],
|
|
'built-ins/Math/atan/S15.8.2.4_A4': [PASS, FAIL],
|
|
'built-ins/Math/atan/S15.8.2.4_A5': [PASS, FAIL],
|
|
'built-ins/Math/atan/S15.8.2.4_A6': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A10': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A11': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A12': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A13': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A15': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A17': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A18': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A19': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A2': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A20': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A21': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A22': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A23': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A24': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A3': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A6': [PASS, FAIL],
|
|
'built-ins/Math/atan2/S15.8.2.5_A7': [PASS, FAIL],
|
|
'built-ins/Math/log/S15.8.2.10_A6': [PASS, FAIL],
|
|
'built-ins/Math/pow/S15.8.2.13_A24': [PASS, FAIL],
|
|
'built-ins/Math/sqrt/S15.8.2.17_A6': [PASS, FAIL],
|
|
|
|
'built-ins/Number/MAX_VALUE/S15.7.3.2_A1': [PASS, FAIL],
|
|
'built-ins/Number/MIN_VALUE/S15.7.3.3_A1': [PASS, FAIL],
|
|
|
|
'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL],
|
|
'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL],
|
|
'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL],
|
|
'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL],
|
|
|
|
'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL],
|
|
'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL],
|
|
'built-ins/Promise/symbol-species': [FAIL],
|
|
|
|
'built-ins/RegExp/15.10.4.1-1': [FAIL],
|
|
'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL],
|
|
'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL],
|
|
'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL],
|
|
'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL],
|
|
'built-ins/RegExp/prototype/15.10.6': [FAIL],
|
|
'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL],
|
|
'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL],
|
|
'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL],
|
|
'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL],
|
|
'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL],
|
|
'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL],
|
|
'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL],
|
|
'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL],
|
|
'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL],
|
|
'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL],
|
|
'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL],
|
|
'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL],
|
|
'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
|
|
'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL],
|
|
'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL],
|
|
'built-ins/RegExp/symbol-species': [FAIL],
|
|
|
|
'built-ins/String/prototype/S15.5.4_A1': [FAIL],
|
|
'built-ins/String/prototype/S15.5.4_A2': [FAIL],
|
|
'built-ins/String/prototype/S15.5.4_A3': [FAIL],
|
|
'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL],
|
|
|
|
'built-ins/Symbol/auto-boxing-strict': [FAIL],
|
|
'built-ins/Symbol/species/basic': [FAIL],
|
|
'built-ins/Symbol/species/builtin-getter-name': [FAIL],
|
|
'built-ins/Symbol/species/subclassing': [FAIL],
|
|
|
|
|
|
'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
|
|
'language/class/*': [PASS, ['sloppy', FAIL]],
|
|
'language/computed-property-names/class/*': [PASS, ['sloppy', FAIL]],
|
|
'language/computed-property-names/to-name-side-effects/class': [PASS, ['sloppy', FAIL]],
|
|
'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, ['sloppy', FAIL]],
|
|
|
|
# new.target
|
|
'language/expressions/arrow-function/lexical-new.target': [FAIL],
|
|
'language/expressions/arrow-function/lexical-new.target-closure-returned': [FAIL],
|
|
|
|
'language/expressions/arrow-function/lexical-super-call-from-within-constructor':[PASS, ['sloppy', FAIL]],
|
|
'language/expressions/arrow-function/lexical-super-property': [PASS, ['sloppy', FAIL]],
|
|
'language/expressions/arrow-function/lexical-super-property-from-within-constructor': [PASS, ['sloppy', FAIL]],
|
|
'language/expressions/arrow-function/lexical-supercall-from-immediately-invoked-arrow': [PASS, ['sloppy', FAIL]],
|
|
|
|
# Default params
|
|
'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1': [FAIL],
|
|
'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2': [FAIL],
|
|
'language/expressions/arrow-function/syntax/arrowparameters-cover-rest-concisebody-functionbody': [FAIL],
|
|
'language/expressions/arrow-function/syntax/arrowparameters-cover-rest-lineterminator-concisebody-functionbody': [FAIL],
|
|
|
|
'language/expressions/assignment/S11.13.1_A5*': [FAIL],
|
|
'language/expressions/assignment/S11.13.1_A6*': [FAIL],
|
|
|
|
'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL],
|
|
'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL],
|
|
|
|
'language/expressions/generators/implicit-name': [FAIL],
|
|
'language/expressions/generators/name-property-descriptor': [FAIL],
|
|
'language/expressions/generators/yield-as-function-expression-binding-identifier': [FAIL],
|
|
'language/expressions/generators/yield-as-generator-expression-binding-identifier': [FAIL],
|
|
|
|
'language/expressions/object/method-definition/generator-argSuperProperty': [FAIL],
|
|
'language/expressions/object/method-definition/generator-shadow-parameter-const': [PASS, ['sloppy', FAIL]],
|
|
'language/expressions/object/method-definition/yield-as-function-expression-binding-identifier': [FAIL],
|
|
'language/expressions/object/prop-def-id-eval-error-2': [FAIL],
|
|
|
|
'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL],
|
|
'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/prefix-decrement/S11.4.5_A5_*': [FAIL],
|
|
'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL],
|
|
|
|
'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL],
|
|
|
|
# Arrow rest params
|
|
'language/expressions/arrow-function/syntax/arrowparameters-cover-includes-rest-concisebody-functionbody': [FAIL],
|
|
'language/rest-parameters/arrow-function': [FAIL],
|
|
|
|
'language/rest-parameters/with-new-target': [PASS, ['sloppy', FAIL]],
|
|
|
|
'language/statements/class/*': [PASS, ['sloppy', FAIL]],
|
|
|
|
'language/statements/continue/labeled-continue': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/continue/nested-let-bound-for-loops-inner-continue': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/continue/nested-let-bound-for-loops-labeled-continue': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/continue/nested-let-bound-for-loops-outer-continue': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/continue/no-label-continue': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/continue/shadowing-loop-variable-in-same-scope-as-continue': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/continue/simple-and-labeled': [PASS, ['sloppy', FAIL]],
|
|
|
|
'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for-in/const-fresh-binding-per-iteration-for-in': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for-in/let-fresh-binding-per-iteration-for-in': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for-of/const-fresh-binding-per-iteration-for-of': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for-of/iterator-as-proxy': [FAIL],
|
|
'language/statements/for-of/iterator-next-result-type': [FAIL],
|
|
'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for-of/let-fresh-binding-per-iteration-for-of': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for/const-fresh-binding-per-iteration-for': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/for/let-fresh-binding-per-iteration-for': [PASS, ['sloppy', FAIL]],
|
|
|
|
'language/statements/generators/yield-as-function-expression-binding-identifier': [FAIL],
|
|
|
|
'language/statements/let/syntax/*': [PASS, ['sloppy', FAIL]],
|
|
|
|
'language/statements/const/syntax/const-invalid-assignment-next-expression-for': [PASS, 'sloppy', TIMEOUT],
|
|
|
|
'language/statements/const/block-local-closure-get-before-initialization': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/block-local-use-before-initialization-in-declaration-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/block-local-use-before-initialization-in-prior-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/function-local-closure-get-before-initialization': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/function-local-use-before-initialization-in-declaration-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/function-local-use-before-initialization-in-prior-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/global-closure-get-before-initialization': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/global-use-before-initialization-in-declaration-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/global-use-before-initialization-in-prior-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-with-without-initialiser': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-without-with-initialiser': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/block-scope-syntax-const-declarations-without-initialiser': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/const': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/const-invalid-assignment-statement-body-for-in': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/const-invalid-assignment-statement-body-for-of': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/const-outer-inner-let-bindings': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/with-initializer-do-statement-while-expression': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/with-initializer-for-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/with-initializer-if-expression-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/with-initializer-if-expression-statement-else-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/with-initializer-label-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/with-initializer-while-expression-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/without-initializer-case-expression-statement-list': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/without-initializer-default-statement-list': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/without-initializer-do-statement-while-expression': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/without-initializer-for-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/without-initializer-if-expression-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/without-initializer-if-expression-statement-else-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/without-initializer-label-statement': [PASS, ['sloppy', FAIL]],
|
|
'language/statements/const/syntax/without-initializer-while-expression-statement': [PASS, ['sloppy', FAIL]],
|
|
|
|
##################### DELIBERATE INCOMPATIBILITIES #####################
|
|
|
|
'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math)
|
|
|
|
# Linux for ia32 (and therefore simulators) default to extended 80 bit
|
|
# floating point formats, so these tests checking 64-bit FP precision fail.
|
|
# The other platforms/arch's pass these tests.
|
|
# We follow the other major JS engines by keeping this default.
|
|
'language/types/number/S8.5_A2.1': [PASS, FAIL_OK],
|
|
'language/types/number/S8.5_A2.2': [PASS, FAIL_OK],
|
|
|
|
############################ INVALID TESTS #############################
|
|
|
|
# The reference value calculated by Test262 is incorrect if you run these
|
|
# tests in PST/PDT between first Sunday in March and first Sunday in April.
|
|
# The DST switch was moved in 2007 whereas Test262 bases the reference value
|
|
# on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293
|
|
'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK],
|
|
'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK],
|
|
'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK],
|
|
'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK],
|
|
'built-ins/Date/S15.9.3.1_A5_T5': [PASS, FAIL_OK],
|
|
'built-ins/Date/S15.9.3.1_A5_T6': [PASS, FAIL_OK],
|
|
|
|
# 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],
|
|
|
|
# Tests do not return boolean.
|
|
'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK],
|
|
'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK],
|
|
'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK],
|
|
|
|
############################ SKIPPED TESTS #############################
|
|
|
|
# These tests take a looong time to run in debug mode.
|
|
'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]],
|
|
'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]],
|
|
}], # ALWAYS
|
|
|
|
['system == macos', {
|
|
'intl402/11.3.2_TRP': [FAIL],
|
|
'intl402/9.2.5_11_g_ii_2': [FAIL],
|
|
}], # system == macos
|
|
|
|
['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips64el', {
|
|
|
|
# TODO(mstarzinger): Causes stack overflow on simulators due to eager
|
|
# compilation of parenthesized function literals. Needs investigation.
|
|
'language/statements/function/S13.2.1_A1_T1': [SKIP],
|
|
|
|
# BUG(3251225): Tests that timeout with --nocrankshaft.
|
|
'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
|
|
'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
|
|
'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
|
|
'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
|
|
'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
|
|
'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
|
|
}], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
|
|
]
|