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_T3': [FAIL],
|
|
|
|
'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL],
|
|
|
|
'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL],
|
|
|
|
'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL],
|
|
|
|
'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL],
|
|
|
|
|
|
|
|
# https://code.google.com/p/v8/issues/detail?id=4250
|
|
|
|
'language/expressions/assignment/S11.13.1_A5*': [FAIL],
|
|
|
|
'language/expressions/assignment/S11.13.1_A6*': [FAIL],
|
|
|
|
|
|
|
|
# https://code.google.com/p/v8/issues/detail?id=4251
|
|
|
|
'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL],
|
|
|
|
'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL],
|
|
|
|
'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL],
|
|
|
|
'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL],
|
|
|
|
'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL],
|
|
|
|
'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL],
|
2016-09-01 17:42:25 +00:00
|
|
|
'language/statements/variable/binding-resolution': [FAIL],
|
2015-09-25 13:03:27 +00:00
|
|
|
|
2021-05-17 19:47:29 +00:00
|
|
|
# https://code.google.com/p/v8/issues/detail?id=10958
|
|
|
|
'language/module-code/eval-gtbndng-indirect-faux-assertion': [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
|
|
|
|
2016-05-27 18:44:44 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=4628
|
2020-09-16 08:14:09 +00:00
|
|
|
'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-decl-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-expr-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-meth-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-meth-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-meth-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-named-func-expr-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-named-func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/async-gen-named-func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/func-decl-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/func-decl-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/func-decl-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/func-decl-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/func-expr-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/func-expr-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/func-expr-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/func-expr-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/func-expr-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/func-expr-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-decl-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-decl-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-named-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-named-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-named-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-nameless-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-nameless-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-func-expr-nameless-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-meth-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-meth-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/gen-meth-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/meth-fn-body-cntns-arguments-func-decl-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/meth-fn-body-cntns-arguments-func-decl-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/meth-fn-body-cntns-arguments-lex-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/meth-fn-body-cntns-arguments-lex-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/meth-fn-body-cntns-arguments-var-bind-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/meth-fn-body-cntns-arguments-var-bind-declare-arguments-and-assign': [FAIL],
|
|
|
|
'language/eval-code/direct/meth-no-pre-existing-arguments-bindings-are-present-declare-arguments': [FAIL],
|
|
|
|
'language/eval-code/direct/meth-no-pre-existing-arguments-bindings-are-present-declare-arguments-and-assign': [FAIL],
|
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],
|
|
|
|
'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
|
|
|
|
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],
|
|
|
|
|
2018-02-22 20:25:56 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=5690
|
|
|
|
'language/expressions/call/eval-spread': [FAIL],
|
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=7472
|
|
|
|
'intl402/NumberFormat/currency-digits': [FAIL],
|
|
|
|
|
2021-09-10 00:12:07 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=12209
|
|
|
|
'intl402/Intl/supportedValuesOf/collations-accepted-by-Collator': [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],
|
|
|
|
|
2022-09-10 23:28:51 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=13275
|
|
|
|
'language/statements/async-generator/yield-star-promise-not-unwrapped': [FAIL],
|
|
|
|
'language/statements/async-generator/yield-star-return-then-getter-ticks': [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-03-26 20:45:56 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=9049
|
|
|
|
'language/comments/hashbang/use-strict': [SKIP],
|
|
|
|
|
Roll test262
https://chromium.googlesource.com/external/github.com/tc39/test262/+log/62b8fce3..31dabb56
31dabb5 Add a test for Unicode key-type pairs being canonicalized by Intl.Locale regardless whether they're passed in the input tag, or through the options object. by Jeff Walden · 9 hours ago master
7a4b88e Add `null` named capture coercion test case by Alexey Shvayka · 9 hours ago
6de6484 Add functional replacement test by Alexey Shvayka · 9 hours ago
a6f3449 Add string replacement test by Alexey Shvayka · 9 hours ago
eca34ed Drop "the" and align license headers by Alexey Shvayka · 9 hours ago
34b2ab3 Use non ID_Continue characters in negative tests by Alexey Shvayka · 9 hours ago
89bb1b7 Remove negative parse tests that are now valid by Alexey Shvayka · 9 hours ago
3b5845a Add invalid non-Unicode test by Alexey Shvayka · 9 hours ago
b0995ea Add invalid Unicode test by Alexey Shvayka · 9 hours ago
fd18971 Add valid non-Unicode test by Alexey Shvayka · 9 hours ago
1991c24 Add valid Unicode test by Alexey Shvayka · 9 hours ago
d57bd9d Simplify alphanum regex in testIntl.js by Ross Kirsling · 9 hours ago
064d3c2 correct exceptions for exceptZero by Frank Yung-Fong Tang · 9 hours ago
18f5551 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
7bb81a4 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
52ec585 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
6b3b5c1 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
7aa1291 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
fb00de4 correct expectation of exceptZero by Frank Yung-Fong Tang · 9 hours ago
11cc0c0 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
9119877 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
2022f97 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
0fc6784 correct exceptZero expectation by Frank Yung-Fong Tang · 9 hours ago
988bf55 correct exceptZero expectation by Frank Yung-Fong Tang · 9 hours ago
e5d4129 correct for exceptZero by Frank Yung-Fong Tang · 9 hours ago
8293c96 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
0279d96 correct cases for exceptZero by Frank Yung-Fong Tang · 9 hours ago
d401735 correction for exceptZero by Frank Yung-Fong Tang · 9 hours ago
f07fe8c correct by Frank Yung-Fong Tang · 9 hours ago
c1a1111 correct by Frank Yung-Fong Tang · 9 hours ago
832ecd2 correct by Frank Yung-Fong Tang · 9 hours ago
940be66 correct expectation for signDisplay: "exceptZero" by Frank Yung-Fong Tang · 9 hours ago
df0207c Test revoked [[ProxyHandler]] by Alexey Shvayka · 9 hours ago
d6834ac Test revoked callable [[ProxyTarget]] by Alexey Shvayka · 9 hours ago
449f3ed Test revoked [[ProxyTarget]] by Alexey Shvayka · 9 hours ago
c2f0a3c Bring back accidentally removed __proto__ test by Alexey Shvayka · 9 hours ago
0c06bbc Add "proto-from-ctor-realm" test for AggregateError by Alexey Shvayka · 9 hours ago
a240781 Use isConstructor harness in revocation function test by Alexey Shvayka · 9 hours ago
c31133b Add Proxy.revocable built-in test by Alexey Shvayka · 9 hours ago
fadb907 Atomics.waitAsync: fix lint trash by Rick Waldron · 10 hours ago
d7e4de1 Atomics.waitAsync: validate array type; waiter list position, notify before timeout by Rick Waldron · 10 hours ago
161ce48 Atomics.waitAsync: misused symbol args. by Rick Waldron · 10 hours ago
127fa27 Atomics: remove erroneous argument from getReport() in harness/atomicsHelper.js by Rick Waldron · 10 hours ago
bd5b37e Atomics.waitAsync: symbol for timeout throws by Rick Waldron · 10 hours ago
eeb75f6 Atomics.waitAsync: poisoned object throws by Rick Waldron · 10 hours ago
db9c0ef Atomics.waitAsync: out of range index by Rick Waldron · 10 hours ago
0923420 Atomics.waitAsync: fix lint issues by Rick Waldron · 10 hours ago
c3efb56 Atomics.waitAsync: make all agent timeouts async by Rick Waldron · 10 hours ago
f03c0c2 fixup! Atomics.waitAsync: no spurious wakeup on [operation] by Rick Waldron · 10 hours ago
e9ee3dc Atomics: add setTimeout, getReportAsync & safeBroadcastAsync to harness/atomicsHelper .js by Rick Waldron · 10 hours ago
a46bbfd Atomics: drop unused id argument to agent receiveBroadcast handler by Rick Waldron · 10 hours ago
974a4ff Atomics.waitAsync: no spurious wakeup on [operation] by Rick Waldron · 10 hours ago
6d4b4eb Atomics.waitAsync: false, nan, negative, null, object zero timeouts by Rick Waldron · 10 hours ago
4c2ca05 Atomics.waitAsync: negative index throws by Rick Waldron · 10 hours ago
a196c93 Atomics.waitAsync: negative timeout by Rick Waldron · 10 hours ago
677fb82 Atomics.waitAsync: false for timeouts, revised. by Rick Waldron · 10 hours ago
9519cd8 Atomics.waitAsync: Return Value by Rick Waldron · 10 hours ago
dabcc05 Atomics.waitAsync: false, nan for timeouts by Rick Waldron · 10 hours ago
c0f0adf Atomics.waitAsync: ValidateSharedIntegerTypedArray, ValidateAtomicAccess & Return promiseCapability.[[Promise]] by Rick Waldron · 10 hours ago
4e48a56 Atomics.wait: fix esid by Rick Waldron · 10 hours ago
bb37b88 Atomics.waitAsync: add descriptor, length, name tests by Rick Waldron · 10 hours ago
f32b35e Atomics.waitAsync: add feature to features.txt by Rick Waldron · 10 hours ago
1394a4f Fix Proxy tests by Alexey Shvayka · 10 hours ago
fe0d4dc Fix bound function tests by Alexey Shvayka · 10 hours ago
57fa74b Add yield* throw() method test by Alexey Shvayka · 5 days ago
5628e99 Add default parameters test by Alexey Shvayka · 5 days ago
1c06724 Add ObjectBindingPattern destructuring tests by Alexey Shvayka · 5 days ago
4d9944e Add ArrayBindingPattern destructuring tests by Alexey Shvayka · 5 days ago
1d513c3 Update indices-groups-object.js by Gus Caplan · 5 days ago
30542f3 Update groups-object.js by Gus Caplan · 5 days ago
97bd6fd Update indices-groups-object.js by Gus Caplan · 5 days ago
a799a4a Sort out __proto__ occurances outside of annexB by Gus Caplan · 5 days ago
e1fb459 Use slice in RegExp lookBehind test by Michaël Zasso · 5 days ago
68205eb Fixed wrong `esid` and `features` in a Promise.all test by jhnaldo · 5 days ago
048b6b5 Assert that Symbol is a constructor by Alexey Shvayka · 9 days ago
4a8e49b Add test for \0 in Unicode patterns (#2569) by Alexey Shvayka · 13 days ago
156d1b6 Fix async iterator methods not passing absent values tests (#2571) by Alexey Shvayka · 13 days ago
13d057d fix namespace set test (#2574) by Gus Caplan · 13 days ago
27a41b6 Improve malformed RegExp named groups coverage (#2568) by Alexey Shvayka · 13 days ago
6fb6ff6 Add String.prototype.split test by Alexey Shvayka · 2 weeks ago
0c0bcef Add String.prototype.search test by Alexey Shvayka · 2 weeks ago
2597829 Add String.prototype.replaceAll test by Alexey Shvayka · 2 weeks ago
f21c828 Add String.prototype.replace test by Alexey Shvayka · 2 weeks ago
d8a6a06 Add String.prototype.match test by Alexey Shvayka · 2 weeks ago
c1a7ffa Rename searchValue-replace-method-abrupt.js by Alexey Shvayka · 2 weeks ago
18bb955 Upstream additional language tag canonicalisation and Intl.Locale tests from SpiderMonkey by André Bargull · 2 weeks ago
5d8e6c8 Restore grandfathered tests removed in #2054 by André Bargull · 2 weeks ago
de02cf4 Re-enable variant subtag canonicalisation in tests by André Bargull · 2 weeks ago
a525174 Add Unicode and Transformed extension canonicalisation by André Bargull · 2 weeks ago
1c93566 Update language tag mappings to CLDR 36.1 by André Bargull · 2 weeks ago
033f31a Add the language tag mappings python script by André Bargull · 2 weeks ago
756ee6a Update list of numbering systems by André Bargull · 2 weeks ago
7556d59 Update list of Intl service constructors by André Bargull · 2 weeks ago
Bug: v8:7834
Change-Id: I533f42e2460ba355091e46dec29a4920255a134f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2163877
Commit-Queue: Frank Tang <ftang@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67352}
2020-04-24 06:02:17 +00:00
|
|
|
# http://crbug/v8/10447
|
|
|
|
'intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true': [FAIL],
|
2019-09-17 00:07:05 +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=10381
|
|
|
|
'built-ins/Array/prototype/concat/arg-length-near-integer-limit': [FAIL],
|
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=10383
|
|
|
|
'built-ins/RegExp/prototype/Symbol.replace/fn-invoke-args-empty-result': [FAIL],
|
2020-02-26 02:01:25 +00:00
|
|
|
|
2020-08-08 00:34:18 +00:00
|
|
|
# https://crbug.com/v8/10789
|
|
|
|
'built-ins/Function/prototype/toString/built-in-function-object': [FAIL],
|
|
|
|
|
2020-09-16 08:14:09 +00:00
|
|
|
# http://crbug/v8/10903
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/index/prop-desc': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/index/this-cross-realm-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/index/this-not-regexp-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/index/this-subclass-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/input/this-cross-realm-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/input/this-not-regexp-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/input/this-subclass-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/lastMatch/prop-desc': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/lastMatch/this-cross-realm-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/lastMatch/this-not-regexp-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/lastMatch/this-subclass-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/lastParen/prop-desc': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/lastParen/this-cross-realm-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/lastParen/this-not-regexp-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/lastParen/this-subclass-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/leftContext/prop-desc': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/leftContext/this-cross-realm-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/leftContext/this-not-regexp-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/leftContext/this-subclass-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/rightContext/prop-desc': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/rightContext/this-cross-realm-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/rightContext/this-not-regexp-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/legacy-accessors/rightContext/this-subclass-constructor': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/prototype/compile/this-cross-realm-instance': [FAIL],
|
|
|
|
'annexB/built-ins/RegExp/prototype/compile/this-subclass-instance': [FAIL],
|
|
|
|
|
|
|
|
# http://crbug/v8/10905
|
|
|
|
'language/identifier-resolution/assign-to-global-undefined': [FAIL],
|
|
|
|
|
2021-03-09 04:24:37 +00:00
|
|
|
# http://crbug/v8/11531
|
|
|
|
'built-ins/RegExp/prototype/flags/get-order': [FAIL],
|
|
|
|
|
|
|
|
# http://crbug/v8/11533
|
|
|
|
'language/statements/class/subclass/default-constructor-spread-override': [FAIL],
|
2021-02-26 21:58:05 +00:00
|
|
|
|
2022-01-21 11:22:11 +00:00
|
|
|
# See also https://github.com/tc39/test262/issues/3380
|
|
|
|
'built-ins/TypedArray/prototype/map/callbackfn-resize': [FAIL],
|
2021-06-29 01:12:07 +00:00
|
|
|
|
2022-07-27 18:22:45 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=11935
|
2022-09-06 16:35:25 +00:00
|
|
|
# regexp-v-flag not yet fully implemented.
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Basic_Emoji': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Basic_Emoji-negative-CharacterClass': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Basic_Emoji-negative-P': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Basic_Emoji-negative-u': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Emoji_Keycap_Sequence': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Emoji_Keycap_Sequence-negative-CharacterClass': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Emoji_Keycap_Sequence-negative-P': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Emoji_Keycap_Sequence-negative-u': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Emoji_Test': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Emoji_Test-negative-CharacterClass': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Emoji_Test-negative-P': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/Emoji_Test-negative-u': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji-negative-CharacterClass': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji-negative-P': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji-negative-u': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Flag_Sequence': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Flag_Sequence-negative-CharacterClass': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Flag_Sequence-negative-P': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Flag_Sequence-negative-u': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Modifier_Sequence': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Modifier_Sequence-negative-CharacterClass': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Modifier_Sequence-negative-P': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Modifier_Sequence-negative-u': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Tag_Sequence': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Tag_Sequence-negative-CharacterClass': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Tag_Sequence-negative-P': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Tag_Sequence-negative-u': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_ZWJ_Sequence': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_ZWJ_Sequence-negative-CharacterClass': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_ZWJ_Sequence-negative-P': [SKIP],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_ZWJ_Sequence-negative-u': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-difference-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-difference-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-difference-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-difference-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-difference-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-difference-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-difference-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-difference-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-difference-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-difference-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-difference-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-difference-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-intersection-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-intersection-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-intersection-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-intersection-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-intersection-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-intersection-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-union-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-union-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-union-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-union-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-union-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-escape-union-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-intersection-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-intersection-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-intersection-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-intersection-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-intersection-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-intersection-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-union-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-union-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-union-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-union-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-union-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-class-union-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-difference-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-difference-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-difference-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-difference-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-difference-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-difference-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-intersection-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-intersection-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-intersection-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-intersection-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-intersection-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-intersection-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-difference-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-difference-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-difference-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-difference-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-difference-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-difference-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-intersection-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-intersection-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-intersection-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-intersection-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-intersection-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-intersection-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-union-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-union-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-union-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-union-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-union-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-property-escape-union-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-union-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-union-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-union-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-union-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-union-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/character-union-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-intersection-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-intersection-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-intersection-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-intersection-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-intersection-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-intersection-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-difference-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-difference-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-difference-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-difference-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-difference-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-difference-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-intersection-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-intersection-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-intersection-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-intersection-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-intersection-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-intersection-string-literal': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-union-character-class-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-union-character-class': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-union-character': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-union-character-property-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-union-property-of-strings-escape': [SKIP],
|
|
|
|
'built-ins/RegExp/unicodeSets/generated/string-literal-union-string-literal': [SKIP],
|
2022-08-11 22:42:40 +00:00
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=13173
|
|
|
|
'built-ins/RegExp/named-groups/duplicate-names': [FAIL],
|
|
|
|
'built-ins/RegExp/named-groups/duplicate-names-group-property-enumeration-order': [FAIL],
|
|
|
|
'built-ins/RegExp/named-groups/duplicate-names-match-indices': [FAIL],
|
|
|
|
'built-ins/RegExp/named-groups/duplicate-names-replace': [FAIL],
|
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=13174
|
|
|
|
'built-ins/RegExp/prototype/Symbol.match/flags-tostring-error': [FAIL],
|
|
|
|
'built-ins/RegExp/prototype/Symbol.match/get-flags-err': [FAIL],
|
|
|
|
'built-ins/RegExp/prototype/Symbol.match/get-unicode-error': [FAIL],
|
|
|
|
'built-ins/RegExp/prototype/Symbol.replace/flags-tostring-error': [FAIL],
|
|
|
|
'built-ins/RegExp/prototype/Symbol.replace/get-flags-err': [FAIL],
|
|
|
|
'built-ins/RegExp/prototype/Symbol.replace/get-unicode-error': [FAIL],
|
2022-01-05 01:37:34 +00:00
|
|
|
|
2022-01-06 03:32:26 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=11544
|
|
|
|
'built-ins/Temporal/Duration/prototype/total/balance-negative-result': [FAIL],
|
|
|
|
'intl402/Temporal/Calendar/prototype/dateFromFields/infinity-throws-rangeerror': [FAIL],
|
|
|
|
'intl402/Temporal/Calendar/prototype/monthDayFromFields/infinity-throws-rangeerror': [FAIL],
|
|
|
|
'intl402/Temporal/Calendar/prototype/yearMonthFromFields/infinity-throws-rangeerror': [FAIL],
|
2022-01-21 00:10:16 +00:00
|
|
|
'intl402/Temporal/Duration/prototype/total/relativeto-string-datetime': [FAIL],
|
2022-03-05 07:58:20 +00:00
|
|
|
'intl402/Temporal/PlainYearMonth/from/argument-object': [FAIL],
|
2022-01-06 03:32:26 +00:00
|
|
|
|
2022-04-15 22:44:08 +00:00
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/since/roundingmode-ceil-basic': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/since/roundingmode-floor-basic': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/until/roundingmode-ceil-basic': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/until/roundingmode-floor-basic': [FAIL],
|
|
|
|
'intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-string-calendar': [FAIL],
|
|
|
|
|
2022-08-17 04:28:02 +00:00
|
|
|
# https://github.com/tc39/test262/issues/3553
|
2022-04-27 16:40:09 +00:00
|
|
|
'built-ins/Temporal/Calendar/from/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/dateAdd/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/dateUntil/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/day/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/dayOfWeek/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/dayOfYear/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/daysInMonth/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/daysInWeek/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/daysInYear/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/inLeapYear/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/month/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/monthCode/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/monthsInYear/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/weekOfYear/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Calendar/prototype/year/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDate/compare/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDate/from/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDate/prototype/equals/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDate/prototype/since/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDate/prototype/until/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/compare/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/from/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/equals/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/since/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/until/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainMonthDay/from/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainMonthDay/prototype/equals/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainTime/prototype/toPlainDateTime/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainTime/prototype/toZonedDateTime/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainYearMonth/compare/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainYearMonth/from/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainYearMonth/prototype/equals/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainYearMonth/prototype/since/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainYearMonth/prototype/until/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/TimeZone/prototype/getInstantFor/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/ZonedDateTime/from/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-number': [FAIL],
|
|
|
|
'intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-number': [FAIL],
|
2022-08-17 04:28:02 +00:00
|
|
|
'built-ins/Temporal/Instant/prototype/toZonedDateTime/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Now/plainDate/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Now/plainDateTime/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Now/zonedDateTime/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDate/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDate/prototype/withCalendar/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainDateTime/prototype/withCalendar/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainMonthDay/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/PlainYearMonth/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/ZonedDateTime/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/ZonedDateTime/prototype/withCalendar/calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-calendar-number': [FAIL],
|
|
|
|
'built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-calendar-number': [FAIL],
|
|
|
|
|
2022-06-14 22:53:57 +00:00
|
|
|
'intl402/Temporal/Calendar/prototype/dateFromFields/order-of-operations': [FAIL],
|
|
|
|
'intl402/Temporal/Calendar/prototype/monthDayFromFields/order-of-operations': [FAIL],
|
|
|
|
'intl402/Temporal/Calendar/prototype/yearMonthFromFields/order-of-operations': [FAIL],
|
2022-07-27 18:22:45 +00:00
|
|
|
'built-ins/Temporal/Duration/prototype/total/relativeto-zoneddatetime-with-fractional-days-different-sign': [FAIL],
|
|
|
|
'built-ins/Temporal/Duration/prototype/total/relativeto-zoneddatetime-with-fractional-days': [FAIL],
|
|
|
|
'intl402/Temporal/TimeZone/prototype/getNextTransition/subtract-second-and-nanosecond-from-last-transition': [FAIL],
|
|
|
|
'intl402/Temporal/TimeZone/prototype/getPreviousTransition/nanoseconds-subtracted-or-added-at-dst-transition': [FAIL],
|
|
|
|
|
2022-08-11 22:42:40 +00:00
|
|
|
'intl402/Temporal/TimeZone/prototype/getOffsetNanosecondsFor/nanoseconds-subtracted-or-added-at-dst-transition': [FAIL],
|
2022-09-14 18:56:22 +00:00
|
|
|
|
2022-08-11 22:42:40 +00:00
|
|
|
'staging/Temporal/Duration/old/limits': [FAIL],
|
|
|
|
'staging/Temporal/Duration/old/round': [FAIL],
|
|
|
|
'staging/Temporal/Duration/old/toString': [FAIL],
|
|
|
|
'staging/Temporal/Duration/old/total': [FAIL],
|
|
|
|
'staging/Temporal/Regex/old/plaintime': [FAIL],
|
|
|
|
'staging/Temporal/Regex/old/timezone': [FAIL],
|
|
|
|
'staging/Temporal/TimeZone/old/subminute-offset': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/construction-and-properties': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/dst-math': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/dst-properties': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/equals': [FAIL],
|
2022-08-16 07:29:13 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/since': [FAIL],
|
2022-08-11 22:42:40 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/toPlainMonthDay': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/toPlainYearMonth': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/until': [FAIL],
|
|
|
|
|
2022-07-27 18:22:45 +00:00
|
|
|
# UBSan complain about static_cast<int32_t> from double in AddISODate()
|
|
|
|
'built-ins/Temporal/Calendar/prototype/dateAdd/argument-duration-years-and-months-number-max-value': [SKIP],
|
2022-04-01 00:36:54 +00:00
|
|
|
|
2022-07-27 18:22:45 +00:00
|
|
|
'harness/temporalHelpers-one-shift-time-zone': [SKIP],
|
2022-07-27 04:45:11 +00:00
|
|
|
|
2022-08-27 04:45:52 +00:00
|
|
|
'staging/Intl402/Temporal/old/addition-across-lunisolar-leap-months': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/date-time-format': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/datetime-toLocaleString': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/date-toLocaleString': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/hebrew-leap-months': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/indian-calendar': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/instant-toLocaleString': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/japanese-era': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/monthday-toLocaleString': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/non-iso-calendars': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/yearmonth-toLocaleString': [FAIL],
|
|
|
|
'staging/Intl402/Temporal/old/zoneddatetime-toLocaleString': [FAIL],
|
2022-08-16 07:29:13 +00:00
|
|
|
|
2022-09-10 23:28:51 +00:00
|
|
|
# https://github.com/tc39/proposal-intl-numberformat-v3/pull/107
|
|
|
|
'intl402/NumberFormat/test-option-useGrouping': [FAIL],
|
|
|
|
|
2021-12-04 04:24:22 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=11660
|
|
|
|
'intl402/DurationFormat/prototype/prototype_attributes': [FAIL],
|
2022-03-05 07:58:20 +00:00
|
|
|
'intl402/DurationFormat/prototype/constructor/prop-desc': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/constructor/value': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/format/length': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/format/name': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/format/prop-desc': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/format/throw-invoked-as-func': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/formatToParts/length': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/formatToParts/name': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/formatToParts/prop-desc': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/formatToParts/throw-invoked-as-func': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/resolvedOptions/length': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/resolvedOptions/name': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/resolvedOptions/prop-desc': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/resolvedOptions/throw-invoked-as-func': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/toStringTag/toString': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/toStringTag/toStringTag': [FAIL],
|
2022-06-14 22:53:57 +00:00
|
|
|
'intl402/DurationFormat/constructor-locales-invalid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-locales-valid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-defaults': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-fractionalDigits-invalid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-fractionalDigits-valid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-invalid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-localeMatcher-invalid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-localeMatcher-valid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-numberingSystem-invalid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-numberingSystem-valid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-order': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-style-invalid': [FAIL],
|
|
|
|
'intl402/DurationFormat/constructor-options-style-valid': [FAIL],
|
|
|
|
'intl402/DurationFormat/extensibility': [FAIL],
|
|
|
|
'intl402/DurationFormat/length': [FAIL],
|
|
|
|
'intl402/DurationFormat/name': [FAIL],
|
|
|
|
'intl402/DurationFormat/newtarget-undefined': [FAIL],
|
|
|
|
'intl402/DurationFormat/prop-desc': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype': [FAIL],
|
|
|
|
'intl402/DurationFormat/supportedLocalesOf/basic': [FAIL],
|
|
|
|
'intl402/DurationFormat/supportedLocalesOf/branding': [FAIL],
|
|
|
|
'intl402/DurationFormat/supportedLocalesOf/length': [FAIL],
|
|
|
|
'intl402/DurationFormat/supportedLocalesOf/locales-empty': [FAIL],
|
|
|
|
'intl402/DurationFormat/supportedLocalesOf/locales-invalid': [FAIL],
|
|
|
|
'intl402/DurationFormat/supportedLocalesOf/locales-specific': [FAIL],
|
|
|
|
'intl402/DurationFormat/supportedLocalesOf/name': [FAIL],
|
|
|
|
'intl402/DurationFormat/supportedLocalesOf/prop-desc': [FAIL],
|
2022-07-08 17:33:05 +00:00
|
|
|
'intl402/DurationFormat/prototype/format/invalid-negative-duration-throws': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/formatToParts/invalid-negative-duration-throws': [FAIL],
|
2022-07-27 18:22:45 +00:00
|
|
|
'intl402/DurationFormat/prototype/format/basic-format-en': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/format/branding': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/format/invalid-arguments-throws': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/format/not-a-constructor': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/format/style-options-en': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/formatToParts/branding': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/formatToParts/invalid-arguments-throws': [FAIL],
|
|
|
|
'intl402/DurationFormat/prototype/formatToParts/not-a-constructor': [FAIL],
|
2022-07-21 02:04:02 +00:00
|
|
|
|
2022-06-14 22:53:57 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=12763
|
|
|
|
'language/expressions/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier': [FAIL],
|
|
|
|
'language/expressions/class/decorator/syntax/valid/decorator-call-expr-identifier-reference': [FAIL],
|
|
|
|
'language/expressions/class/decorator/syntax/valid/decorator-call-expr-identifier-reference-yield': [FAIL],
|
|
|
|
'language/expressions/class/decorator/syntax/valid/decorator-member-expr-decorator-member-expr': [FAIL],
|
|
|
|
'language/expressions/class/decorator/syntax/valid/decorator-member-expr-identifier-reference': [FAIL],
|
|
|
|
'language/expressions/class/decorator/syntax/valid/decorator-member-expr-identifier-reference-yield': [FAIL],
|
|
|
|
'language/expressions/class/decorator/syntax/valid/decorator-parenthesized-expr-identifier-reference': [FAIL],
|
|
|
|
'language/expressions/class/decorator/syntax/valid/decorator-parenthesized-expr-identifier-reference-yield': [FAIL],
|
|
|
|
'language/expressions/class/elements/syntax/valid/grammar-field-accessor': [FAIL],
|
|
|
|
'language/statements/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier': [FAIL],
|
|
|
|
'language/statements/class/decorator/syntax/valid/decorator-call-expr-identifier-reference': [FAIL],
|
|
|
|
'language/statements/class/decorator/syntax/valid/decorator-call-expr-identifier-reference-yield': [FAIL],
|
|
|
|
'language/statements/class/decorator/syntax/valid/decorator-member-expr-decorator-member-expr': [FAIL],
|
|
|
|
'language/statements/class/decorator/syntax/valid/decorator-member-expr-identifier-reference': [FAIL],
|
|
|
|
'language/statements/class/decorator/syntax/valid/decorator-member-expr-identifier-reference-yield': [FAIL],
|
|
|
|
'language/statements/class/decorator/syntax/valid/decorator-parenthesized-expr-identifier-reference': [FAIL],
|
|
|
|
'language/statements/class/decorator/syntax/valid/decorator-parenthesized-expr-identifier-reference-yield': [FAIL],
|
|
|
|
'language/statements/class/elements/syntax/valid/grammar-field-accessor': [FAIL],
|
|
|
|
|
2022-01-06 03:32:26 +00:00
|
|
|
|
2021-08-03 06:32:10 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=11989
|
2022-04-15 22:44:08 +00:00
|
|
|
'built-ins/ShadowRealm/prototype/evaluate/globalthis-ordinary-object': [FAIL],
|
2022-06-14 22:53:57 +00:00
|
|
|
'built-ins/ShadowRealm/prototype/importValue/throws-if-exportname-not-string': [FAIL],
|
2021-06-29 01:12:07 +00:00
|
|
|
|
2021-08-12 17:57:24 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=12085
|
|
|
|
'language/statements/class/subclass/derived-class-return-override-catch-finally': [FAIL],
|
|
|
|
'language/statements/class/subclass/derived-class-return-override-catch-finally-arrow': [FAIL],
|
|
|
|
'language/statements/class/subclass/derived-class-return-override-finally-super': [FAIL],
|
|
|
|
'language/statements/class/subclass/derived-class-return-override-finally-super-arrow': [FAIL],
|
|
|
|
'language/statements/class/subclass/derived-class-return-override-for-of-arrow': [FAIL],
|
|
|
|
|
2022-01-05 01:37:34 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=12524
|
|
|
|
'built-ins/Date/prototype/setHours/arg-coercion-order': [FAIL],
|
|
|
|
'built-ins/Date/prototype/setMinutes/arg-coercion-order': [FAIL],
|
|
|
|
'built-ins/Date/prototype/setMonth/arg-coercion-order': [FAIL],
|
|
|
|
'built-ins/Date/prototype/setSeconds/arg-coercion-order': [FAIL],
|
|
|
|
'built-ins/Date/prototype/setUTCHours/arg-coercion-order': [FAIL],
|
|
|
|
'built-ins/Date/prototype/setUTCMinutes/arg-coercion-order': [FAIL],
|
|
|
|
'built-ins/Date/prototype/setUTCMonth/arg-coercion-order': [FAIL],
|
|
|
|
'built-ins/Date/prototype/setUTCSeconds/arg-coercion-order': [FAIL],
|
|
|
|
|
2022-03-05 07:58:20 +00:00
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=12044
|
2022-04-01 00:36:54 +00:00
|
|
|
'built-ins/Array/prototype/Symbol.unscopables/array-grouping': [FAIL],
|
2022-03-05 07:58:20 +00:00
|
|
|
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=12681
|
|
|
|
'built-ins/Array/prototype/push/set-length-zero-array-length-is-non-writable': [FAIL],
|
|
|
|
|
2021-06-29 01:12:07 +00:00
|
|
|
######################## NEEDS INVESTIGATION ###########################
|
2021-06-18 07:55:01 +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
|
|
|
#
|
2021-11-03 12:13:59 +00:00
|
|
|
# Test262 needs to expose CanBlock.
|
2019-08-02 15:13:15 +00:00
|
|
|
'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],
|
2021-11-03 12:13:59 +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],
|
|
|
|
|
2020-10-14 17:05:17 +00:00
|
|
|
# Non-simple assignment targets are runtime errors instead of syntax errors
|
|
|
|
# for web compat. https://crbug.com/358346
|
|
|
|
'language/expressions/assignmenttargettype/direct-callexpression-arguments': [FAIL],
|
|
|
|
'language/expressions/assignmenttargettype/parenthesized-callexpression-arguments': [FAIL],
|
|
|
|
|
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],
|
|
|
|
|
2021-11-03 12:13:59 +00:00
|
|
|
# Test against internals of harness; we plug in differently.
|
2017-07-13 10:54:52 +00:00
|
|
|
'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],
|
|
|
|
|
2021-11-03 12:13:59 +00:00
|
|
|
# Unicode in capture group.
|
2020-04-24 07:14:11 +00:00
|
|
|
'built-ins/RegExp/prototype/Symbol.replace/named-groups': [FAIL],
|
|
|
|
|
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
|
|
|
|
2021-11-03 12:13:59 +00:00
|
|
|
# Unicode features unavaible without i18n, e.g. 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],
|
Roll test262
https://chromium.googlesource.com/external/github.com/tc39/test262/+log/62b8fce3..31dabb56
31dabb5 Add a test for Unicode key-type pairs being canonicalized by Intl.Locale regardless whether they're passed in the input tag, or through the options object. by Jeff Walden · 9 hours ago master
7a4b88e Add `null` named capture coercion test case by Alexey Shvayka · 9 hours ago
6de6484 Add functional replacement test by Alexey Shvayka · 9 hours ago
a6f3449 Add string replacement test by Alexey Shvayka · 9 hours ago
eca34ed Drop "the" and align license headers by Alexey Shvayka · 9 hours ago
34b2ab3 Use non ID_Continue characters in negative tests by Alexey Shvayka · 9 hours ago
89bb1b7 Remove negative parse tests that are now valid by Alexey Shvayka · 9 hours ago
3b5845a Add invalid non-Unicode test by Alexey Shvayka · 9 hours ago
b0995ea Add invalid Unicode test by Alexey Shvayka · 9 hours ago
fd18971 Add valid non-Unicode test by Alexey Shvayka · 9 hours ago
1991c24 Add valid Unicode test by Alexey Shvayka · 9 hours ago
d57bd9d Simplify alphanum regex in testIntl.js by Ross Kirsling · 9 hours ago
064d3c2 correct exceptions for exceptZero by Frank Yung-Fong Tang · 9 hours ago
18f5551 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
7bb81a4 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
52ec585 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
6b3b5c1 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
7aa1291 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
fb00de4 correct expectation of exceptZero by Frank Yung-Fong Tang · 9 hours ago
11cc0c0 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
9119877 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
2022f97 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
0fc6784 correct exceptZero expectation by Frank Yung-Fong Tang · 9 hours ago
988bf55 correct exceptZero expectation by Frank Yung-Fong Tang · 9 hours ago
e5d4129 correct for exceptZero by Frank Yung-Fong Tang · 9 hours ago
8293c96 correct expectation for exceptZero by Frank Yung-Fong Tang · 9 hours ago
0279d96 correct cases for exceptZero by Frank Yung-Fong Tang · 9 hours ago
d401735 correction for exceptZero by Frank Yung-Fong Tang · 9 hours ago
f07fe8c correct by Frank Yung-Fong Tang · 9 hours ago
c1a1111 correct by Frank Yung-Fong Tang · 9 hours ago
832ecd2 correct by Frank Yung-Fong Tang · 9 hours ago
940be66 correct expectation for signDisplay: "exceptZero" by Frank Yung-Fong Tang · 9 hours ago
df0207c Test revoked [[ProxyHandler]] by Alexey Shvayka · 9 hours ago
d6834ac Test revoked callable [[ProxyTarget]] by Alexey Shvayka · 9 hours ago
449f3ed Test revoked [[ProxyTarget]] by Alexey Shvayka · 9 hours ago
c2f0a3c Bring back accidentally removed __proto__ test by Alexey Shvayka · 9 hours ago
0c06bbc Add "proto-from-ctor-realm" test for AggregateError by Alexey Shvayka · 9 hours ago
a240781 Use isConstructor harness in revocation function test by Alexey Shvayka · 9 hours ago
c31133b Add Proxy.revocable built-in test by Alexey Shvayka · 9 hours ago
fadb907 Atomics.waitAsync: fix lint trash by Rick Waldron · 10 hours ago
d7e4de1 Atomics.waitAsync: validate array type; waiter list position, notify before timeout by Rick Waldron · 10 hours ago
161ce48 Atomics.waitAsync: misused symbol args. by Rick Waldron · 10 hours ago
127fa27 Atomics: remove erroneous argument from getReport() in harness/atomicsHelper.js by Rick Waldron · 10 hours ago
bd5b37e Atomics.waitAsync: symbol for timeout throws by Rick Waldron · 10 hours ago
eeb75f6 Atomics.waitAsync: poisoned object throws by Rick Waldron · 10 hours ago
db9c0ef Atomics.waitAsync: out of range index by Rick Waldron · 10 hours ago
0923420 Atomics.waitAsync: fix lint issues by Rick Waldron · 10 hours ago
c3efb56 Atomics.waitAsync: make all agent timeouts async by Rick Waldron · 10 hours ago
f03c0c2 fixup! Atomics.waitAsync: no spurious wakeup on [operation] by Rick Waldron · 10 hours ago
e9ee3dc Atomics: add setTimeout, getReportAsync & safeBroadcastAsync to harness/atomicsHelper .js by Rick Waldron · 10 hours ago
a46bbfd Atomics: drop unused id argument to agent receiveBroadcast handler by Rick Waldron · 10 hours ago
974a4ff Atomics.waitAsync: no spurious wakeup on [operation] by Rick Waldron · 10 hours ago
6d4b4eb Atomics.waitAsync: false, nan, negative, null, object zero timeouts by Rick Waldron · 10 hours ago
4c2ca05 Atomics.waitAsync: negative index throws by Rick Waldron · 10 hours ago
a196c93 Atomics.waitAsync: negative timeout by Rick Waldron · 10 hours ago
677fb82 Atomics.waitAsync: false for timeouts, revised. by Rick Waldron · 10 hours ago
9519cd8 Atomics.waitAsync: Return Value by Rick Waldron · 10 hours ago
dabcc05 Atomics.waitAsync: false, nan for timeouts by Rick Waldron · 10 hours ago
c0f0adf Atomics.waitAsync: ValidateSharedIntegerTypedArray, ValidateAtomicAccess & Return promiseCapability.[[Promise]] by Rick Waldron · 10 hours ago
4e48a56 Atomics.wait: fix esid by Rick Waldron · 10 hours ago
bb37b88 Atomics.waitAsync: add descriptor, length, name tests by Rick Waldron · 10 hours ago
f32b35e Atomics.waitAsync: add feature to features.txt by Rick Waldron · 10 hours ago
1394a4f Fix Proxy tests by Alexey Shvayka · 10 hours ago
fe0d4dc Fix bound function tests by Alexey Shvayka · 10 hours ago
57fa74b Add yield* throw() method test by Alexey Shvayka · 5 days ago
5628e99 Add default parameters test by Alexey Shvayka · 5 days ago
1c06724 Add ObjectBindingPattern destructuring tests by Alexey Shvayka · 5 days ago
4d9944e Add ArrayBindingPattern destructuring tests by Alexey Shvayka · 5 days ago
1d513c3 Update indices-groups-object.js by Gus Caplan · 5 days ago
30542f3 Update groups-object.js by Gus Caplan · 5 days ago
97bd6fd Update indices-groups-object.js by Gus Caplan · 5 days ago
a799a4a Sort out __proto__ occurances outside of annexB by Gus Caplan · 5 days ago
e1fb459 Use slice in RegExp lookBehind test by Michaël Zasso · 5 days ago
68205eb Fixed wrong `esid` and `features` in a Promise.all test by jhnaldo · 5 days ago
048b6b5 Assert that Symbol is a constructor by Alexey Shvayka · 9 days ago
4a8e49b Add test for \0 in Unicode patterns (#2569) by Alexey Shvayka · 13 days ago
156d1b6 Fix async iterator methods not passing absent values tests (#2571) by Alexey Shvayka · 13 days ago
13d057d fix namespace set test (#2574) by Gus Caplan · 13 days ago
27a41b6 Improve malformed RegExp named groups coverage (#2568) by Alexey Shvayka · 13 days ago
6fb6ff6 Add String.prototype.split test by Alexey Shvayka · 2 weeks ago
0c0bcef Add String.prototype.search test by Alexey Shvayka · 2 weeks ago
2597829 Add String.prototype.replaceAll test by Alexey Shvayka · 2 weeks ago
f21c828 Add String.prototype.replace test by Alexey Shvayka · 2 weeks ago
d8a6a06 Add String.prototype.match test by Alexey Shvayka · 2 weeks ago
c1a7ffa Rename searchValue-replace-method-abrupt.js by Alexey Shvayka · 2 weeks ago
18bb955 Upstream additional language tag canonicalisation and Intl.Locale tests from SpiderMonkey by André Bargull · 2 weeks ago
5d8e6c8 Restore grandfathered tests removed in #2054 by André Bargull · 2 weeks ago
de02cf4 Re-enable variant subtag canonicalisation in tests by André Bargull · 2 weeks ago
a525174 Add Unicode and Transformed extension canonicalisation by André Bargull · 2 weeks ago
1c93566 Update language tag mappings to CLDR 36.1 by André Bargull · 2 weeks ago
033f31a Add the language tag mappings python script by André Bargull · 2 weeks ago
756ee6a Update list of numbering systems by André Bargull · 2 weeks ago
7556d59 Update list of Intl service constructors by André Bargull · 2 weeks ago
Bug: v8:7834
Change-Id: I533f42e2460ba355091e46dec29a4920255a134f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2163877
Commit-Queue: Frank Tang <ftang@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67352}
2020-04-24 06:02:17 +00:00
|
|
|
'built-ins/RegExp/named-groups/unicode-property-names-valid': [SKIP],
|
2021-11-03 12:13:59 +00:00
|
|
|
'built-ins/RegExp/named-groups/non-unicode-property-names-valid': [FAIL],
|
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
|
|
|
|
2021-11-03 12:13:59 +00:00
|
|
|
# Unicode in identifiers.
|
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
|
|
|
'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],
|
2022-08-11 22:42:40 +00:00
|
|
|
|
|
|
|
# Temporal staging test which use timeZone other than "UTC" or
|
|
|
|
# calendar other than "iso8601" which are not supported in no i18n mode.
|
2022-09-14 18:56:22 +00:00
|
|
|
'staging/Temporal/Duration/old/add': [FAIL],
|
|
|
|
'staging/Temporal/Duration/old/subtract': [FAIL],
|
2022-08-11 22:42:40 +00:00
|
|
|
'staging/Temporal/Instant/old/toZonedDateTime': [FAIL],
|
|
|
|
'staging/Temporal/Instant/old/toZonedDateTimeISO': [FAIL],
|
2022-08-12 02:42:38 +00:00
|
|
|
'staging/Temporal/TimeZone/old/dst-change': [FAIL],
|
2022-08-17 21:01:37 +00:00
|
|
|
'staging/Temporal/TimeZone/old/getInstantFor': [FAIL],
|
2022-08-12 02:42:38 +00:00
|
|
|
'staging/Temporal/TimeZone/old/getInstantFor-disambiguation': [FAIL],
|
2022-09-13 17:30:05 +00:00
|
|
|
'staging/Temporal/TimeZone/old/getNextTransition': [FAIL],
|
2022-08-11 22:42:40 +00:00
|
|
|
'staging/Temporal/TimeZone/old/getPossibleInstantsFor': [FAIL],
|
|
|
|
'staging/Temporal/TimeZone/old/getPreviousTransition': [FAIL],
|
|
|
|
'staging/Temporal/TimeZone/old/timezone-america-la': [FAIL],
|
|
|
|
'staging/Temporal/UserTimezone/old/subminute-offset': [FAIL],
|
|
|
|
'staging/Temporal/UserTimezone/old/trivial-protocol': [FAIL],
|
|
|
|
'staging/Temporal/UserTimezone/old/trivial-subclass': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/add': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/compare': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/date-time-hours-overflow': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/order-of-operations': [FAIL],
|
2022-09-14 18:56:22 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/property-bags': [FAIL],
|
2022-08-12 22:42:34 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/reversibility-of-differences': [FAIL],
|
2022-09-14 18:56:22 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/round': [FAIL],
|
2022-08-12 22:42:34 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/since': [FAIL],
|
2022-09-14 18:56:22 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/string-parsing': [FAIL],
|
2022-08-11 22:42:40 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/subtract': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/toInstant': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/toPlainDate': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/toPlainTime': [FAIL],
|
2022-09-14 18:56:22 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/toString': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/with': [FAIL],
|
2022-08-11 22:42:40 +00:00
|
|
|
'staging/Temporal/ZonedDateTime/old/withCalendar': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/withPlainDate': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/withPlainTime': [FAIL],
|
|
|
|
'staging/Temporal/ZonedDateTime/old/withTimezone': [FAIL],
|
2016-01-29 10:39:02 +00:00
|
|
|
}], # no_i18n == True
|
2015-09-26 12:07:43 +00:00
|
|
|
|
2022-09-08 11:39:11 +00:00
|
|
|
['arch == arm 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
|
|
|
|
2022-04-28 14:22:23 +00:00
|
|
|
# BUG(3251225): Tests that timeout with --noturbofan.
|
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],
|
2022-09-08 11:39:11 +00:00
|
|
|
}], # 'arch == arm 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],
|
2021-05-21 12:08:41 +00:00
|
|
|
|
|
|
|
# Tests that need to run sequentially (e.g. due to memory consumption).
|
|
|
|
'annexB/built-ins/RegExp/RegExp-leading-escape-BMP': [PASS, HEAVY],
|
|
|
|
'annexB/built-ins/RegExp/RegExp-trailing-escape-BMP': [PASS, HEAVY],
|
|
|
|
'built-ins/decodeURI/*': [PASS, HEAVY],
|
|
|
|
'built-ins/decodeURIComponent/*': [PASS, HEAVY],
|
|
|
|
'built-ins/RegExp/property-escapes/generated/*': [PASS, HEAVY],
|
|
|
|
'language/comments/S7.4_A5': [PASS, HEAVY],
|
|
|
|
'language/comments/S7.4_A6': [PASS, HEAVY],
|
2021-06-17 06:27:38 +00:00
|
|
|
|
|
|
|
# Times out on TSAN - https://bugs.chromium.org/p/v8/issues/detail?id=11898
|
|
|
|
'intl402/supportedLocalesOf-unicode-extensions-ignored': [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
|
|
|
|
2022-09-08 11:39:11 +00:00
|
|
|
['variant != default or arch == arm or arch == arm64 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
|
|
|
|
|
2020-05-05 07:52:48 +00:00
|
|
|
################################################################################
|
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
]
|