This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch jenkins-add-test262-to-quickjs
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 384acf05d Run test262 JS conformance tests for QuickJS
     add efb2af055 Skip macos CI for now and remove Ubuntu Focal
     add a3873f49c Upgrade Erlang for CI
     add 4adf245b9 Remove a few more instances of Ubuntu Focal
     add 53c3c13c7 Update QuickJS
     new 62080cea6 Run test262 JS conformance tests for QuickJS

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (384acf05d)
            \
             N -- N -- N   refs/heads/jenkins-add-test262-to-quickjs (62080cea6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |  7 +++--
 build-aux/Jenkinsfile.full                         | 35 ++++++++++------------
 build-aux/Jenkinsfile.pr                           |  4 +--
 .../patches/01-spidermonkey-185-mode.patch         |  6 ++--
 .../patches/02-test262-makefile.patch              |  4 +--
 src/couch_quickjs/patches/03-test262-yield.patch   |  4 +--
 src/couch_quickjs/patches/04-test262-errors.patch  |  4 +--
 src/couch_quickjs/quickjs/Changelog                | 15 ++++++++++
 src/couch_quickjs/quickjs/quickjs.c                | 22 ++++++++++----
 src/couch_quickjs/quickjs/test262.conf             |  2 +-
 src/couch_quickjs/quickjs/test262_errors.txt       |  1 -
 src/couch_quickjs/run_test262_tests.sh             | 16 ----------
 src/couch_quickjs/update_and_apply_patches.sh      |  8 ++---
 src/couch_quickjs/update_patches.sh                | 25 ++++++++++++++++
 src/docs/src/install/unix.rst                      |  1 -
 15 files changed, 91 insertions(+), 63 deletions(-)
 delete mode 100755 src/couch_quickjs/run_test262_tests.sh
 create mode 100755 src/couch_quickjs/update_patches.sh

Reply via email to