Bug 1599769 - Part 2: Update test262 tests. r=jwalden

The previous changeset made a change to test262-update.py. This changeset is
the result of running the script, like this:

    cd js/src/tests
    python test262-update.py --revision 4a8e49b3ca7f9f74a4cafe6621ff9ba548ccc353

The revision is taken from the first line of js/src/tests/test262/GIT-INFO; the
purpose of specifying that revision is to run the script again using the same
input, so that the output reflects only changes to the script itself, not new
tests.

Differential Revision: https://phabricator.services.mozilla.com/D76394
This commit is contained in:
Jason Orendorff 2020-06-15 16:56:58 +00:00
Родитель 033a5e6ba7
Коммит 0c81b8bfee
59 изменённых файлов: 43 добавлений и 59 удалений

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- AggregateError,Promise.any is not released yet
// |reftest| skip-if(release_or_beta) async -- AggregateError is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- AggregateError,Promise.any is not released yet
// |reftest| skip-if(release_or_beta) async -- AggregateError is not released yet
// Copyright (C) 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- AggregateError,Promise.any is not released yet
// |reftest| skip-if(release_or_beta) async -- AggregateError is not released yet
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(release_or_beta) async -- Promise.any is not released yet
// |reftest| async
// Copyright (C) 2019 Leo Balter, 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

Просмотреть файл

@ -1,4 +1,3 @@
// |reftest| skip-if(release_or_beta) -- Promise.any is not released yet
// Copyright (C) 2019 Sergey Rubanov. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.