[oe-commits] [openembedded-core] branch master updated (15c279d -> d416062)

git at git.openembedded.org git at git.openembedded.org
Sat Sep 7 20:57:45 UTC 2019


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

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

    from 15c279d  python3-manifest.json: Fix typo in summary
     new b0831d4  oeqa/core: Implement proper extra result collection and serialization
     new b8a4a4c  oeqa/core: Rework OETestTag and remove unused OETestFilter
     new 0dc3caf  oeqa/selftest: Add test run filtering based on test tags
     new d62e577  oeqa/core/runner.py: Fix OETestTag listing
     new de0b761  oeqa/selftest: Markup 'machine' specific test cases
     new e5629aa  oeqa/selftest/binutils: Create selftest case for binutils test suite
     new 2c86a25  oeqa/selftest/gcc: Create selftest case for gcc test suite
     new 730832e  oeqa/selftest/glibc: Create selftest case for glibc test suite
     new 7e5be08  oeqa/selftest/cases/glibc.py: Don't install python3 and pexpect
     new 073575f  oeqa/selftest: For toolchain tests do not fail if a test failed
     new 0becf9c  oeqa/selftest: Toolchain tests suffix "-user" for qemu usermode results
     new 6a1b0c2  oeqa/selftest: Use extraresults on self instead of self.tc
     new 55ee27b  oeqa/selftest/context.py: Change -t/-T args to be optional
     new ba35bea  oeqa/core/decorator: Fix super class modifying subclass tags
     new 7b2f03e  oeqa/selftest/cases/gcc.py: Split into classes for parallelism
     new 94bf242  oeqa/selftest/cases/glibc.py: Rework and tag with toolchain-user/system
     new d416062  oeqa/selftest: Tweak binutils tests tags as toolchain/user and system

The 17 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/context.py                |   4 +-
 meta/lib/oeqa/core/decorator/__init__.py     |  21 ++--
 meta/lib/oeqa/core/decorator/oetag.py        |  27 ------
 meta/lib/oeqa/core/loader.py                 |  61 ++++--------
 meta/lib/oeqa/core/runner.py                 |  60 +++++++++---
 meta/lib/oeqa/core/tests/cases/data.py       |   2 +-
 meta/lib/oeqa/core/tests/cases/oetag.py      |  21 +++-
 meta/lib/oeqa/core/tests/common.py           |   4 +-
 meta/lib/oeqa/core/tests/test_decorators.py  |  77 +++++++++------
 meta/lib/oeqa/core/tests/test_loader.py      |  25 -----
 meta/lib/oeqa/core/utils/concurrencytest.py  |  61 +++++++++++-
 meta/lib/oeqa/selftest/cases/binutils.py     |  49 ++++++++++
 meta/lib/oeqa/selftest/cases/gcc.py          | 139 +++++++++++++++++++++++++++
 meta/lib/oeqa/selftest/cases/glibc.py        |  88 +++++++++++++++++
 meta/lib/oeqa/selftest/cases/meta_ide.py     |   2 +
 meta/lib/oeqa/selftest/cases/reproducible.py |  13 +--
 meta/lib/oeqa/selftest/cases/runqemu.py      |   2 +
 meta/lib/oeqa/selftest/context.py            |  21 +++-
 18 files changed, 513 insertions(+), 164 deletions(-)
 delete mode 100644 meta/lib/oeqa/core/decorator/oetag.py
 create mode 100644 meta/lib/oeqa/selftest/cases/binutils.py
 create mode 100644 meta/lib/oeqa/selftest/cases/gcc.py
 create mode 100644 meta/lib/oeqa/selftest/cases/glibc.py

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


More information about the Openembedded-commits mailing list