[oe-commits] [openembedded-core] branch master-next updated (3d46d4e -> ec34037)

git at git.openembedded.org git at git.openembedded.org
Sat Sep 7 13:11:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository openembedded-core.

 discard 3d46d4e  HACK: disable testsuite tests
     new 649dc22  oeqa/core/runner.py: Fix OETestTag listing
     new bc65d0d  oeqa/core: Implement proper extra result collection and serialization
     new 371d3e4  oeqa/selftest: Use extraresults on self instead of self.tc
     new d414cf0  oeqa/selftest/context.py: Change -t/-T args to be optional
     new aa8e5fb  oeqa/core/decorator: Fix super class modifying subclass tags
     new c6f3353  oeqa/selftest/cases/gcc.py: Split into classes for parallelism
     new fe80627  oeqa/selftest/cases/glibc.py: Rework and tag with toolchain-user/system
     new ec34037  oeqa/selftest: Tag tweaks

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   (3d46d4e)
            \
             N -- N -- N   refs/heads/master-next (ec34037)

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 8 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:
 meta/lib/oeqa/core/decorator/__init__.py     |   3 +-
 meta/lib/oeqa/core/runner.py                 |  60 ++++++++++----
 meta/lib/oeqa/core/utils/concurrencytest.py  |  61 ++++++++++++++-
 meta/lib/oeqa/selftest/cases/binutils.py     |  20 ++---
 meta/lib/oeqa/selftest/cases/gcc.py          | 112 +++++++++++++++++----------
 meta/lib/oeqa/selftest/cases/glibc.py        |  56 +++++++-------
 meta/lib/oeqa/selftest/cases/reproducible.py |  13 ++--
 meta/lib/oeqa/selftest/context.py            |  30 ++++---
 8 files changed, 235 insertions(+), 120 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list