[oe-commits] [openembedded-core] branch master-next updated (235098a -> f934c20)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 21:28: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 235098a  systemd: explicitly set the path to nologin
 discard 5a6f788  python-numpy: rdepend on multiprocessing module
 discard 68cbcd8  lttng: babeltrace: Fix negative clock offset
     new 5c6e182  python-numpy: rdepend on multiprocessing module
     new b764f05  systemd: explicitly set the path to nologin
     new ba92bef  dejagnu: Add dejagnu for binutils/gcc test suites
     new baf6091  binutils-cross-testsuite: Create recipe for test suite execution
     new 937086b  gcc-runtime: Add do_check task for executing gcc test suites
     new 983d7c9  gcc-common.inc: Process staging fixme with correct target/native sysroot
     new 736a195  glibc-testsuite: Create a recipe to implement glibc test suite
     new a86b4ab  oeqa/core/tests: Skip test_fail_duplicated_module
     new fb0745d  oeqa/core/tests: Fix test_data module tests
     new 242b353  oeqa/core: Rework OETestTag and remove unused OETestFilter
     new 3d6554e  oeqa/selftest: Add test run filtering based on test tags
     new 0f585eb  oeqa/selftest/binutils: Create selftest case for binutils test suite
     new 908d113  oeqa/selftest/gcc: Create selftest case for gcc test suite
     new 1bee7a0  oeqa/selftest/glibc: Create selftest case for glibc test suite
     new f934c20  oeqa/selftest: Markup other 'machine' specific test cases

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   (235098a)
            \
             N -- N -- N   refs/heads/master-next (f934c20)

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 15 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           |  20 +-
 meta/lib/oeqa/core/decorator/oetag.py              |  27 -
 meta/lib/oeqa/core/loader.py                       |  61 +-
 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_data.py              |  10 +-
 meta/lib/oeqa/core/tests/test_decorators.py        |  77 +-
 meta/lib/oeqa/core/tests/test_loader.py            |  26 +-
 meta/lib/oeqa/selftest/cases/binutils.py           |  64 ++
 meta/lib/oeqa/selftest/cases/gcc.py                | 111 +++
 meta/lib/oeqa/selftest/cases/glibc.py              |  97 +++
 meta/lib/oeqa/selftest/cases/meta_ide.py           |   1 +
 meta/lib/oeqa/selftest/cases/runqemu.py            |   1 +
 meta/lib/oeqa/selftest/context.py                  |  11 +
 meta/recipes-core/glibc/glibc-testsuite_2.30.bb    |  51 ++
 meta/recipes-core/glibc/glibc/check-test-wrapper   |  71 ++
 .../binutils/binutils-cross-testsuite_2.32.bb      |  83 ++
 meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb     |  15 +
 meta/recipes-devtools/gcc/gcc-common.inc           |   2 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc          |  42 +
 meta/recipes-devtools/gcc/gcc-testsuite.inc        | 106 +++
 meta/recipes-kernel/lttng/babeltrace_1.5.7.bb      |   4 +-
 ...andle-negative-time-and-offset-from-Epoch.patch | 853 ---------------------
 25 files changed, 765 insertions(+), 999 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
 create mode 100644 meta/recipes-core/glibc/glibc-testsuite_2.30.bb
 create mode 100644 meta/recipes-core/glibc/glibc/check-test-wrapper
 create mode 100644 meta/recipes-devtools/binutils/binutils-cross-testsuite_2.32.bb
 create mode 100644 meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
 create mode 100644 meta/recipes-devtools/gcc/gcc-testsuite.inc
 delete mode 100644 meta/recipes-kernel/lttng/files/0001-Handle-negative-time-and-offset-from-Epoch.patch

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


More information about the Openembedded-commits mailing list