[oe-commits] [openembedded-core] branch master-next updated (1941dfb -> f6b4ef1)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 20 22:14:23 UTC 2017


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 1941dfb  subversion: Upgrade 1.9.5-> 1.9.6
 discard 2657141  oeqa/selftest/context: Enable support for threaded runs
 discard 79d1c3c  argparse_oe: Add int_positive type
 discard cefc664  seltest/cases/devtool: Build dbus on test_devtool_add_git_local
 discard bae8e76  selftest/cases/devtool{,end}: Move update/finish_{upgrade,modify} tests to its own module
 discard 9927d2f  oeqa/selftest/cases: Move devtool deploy test case to own module
 discard be91f92  oeqa/selftest/cases: recipetool enable for threaded runs
 discard 711d1c1  oeqa/selftest/cases: devtool enable threaded runs
 discard bf0007a  oeqa/selftest/cases: eSDK enable threaded runs
 discard 407d8e4  oeqa/selftest/cases: runtime enable threaded runs
 discard 64408fa  oeqa/selftest/cases: runqemu enable threaded runs
 discard 46bc866  oeqa/selftest/cases: imagefeatures enable threaded runs
 discard b2a1f2c  oeqa/selftest/cases: Use wrapper methods from OESelfTestCase class and enable threaded runs
 discard 7948213  oeqa/selftest/cases: Use builddir from class instead of get from environment
 discard 3f81749  oeqa/selftest/cases: Use testlayer_path instead of call get_test_layer()
 discard e793f05  oeqa/selftest/case: Support bitbake memres mode in per build directory
 discard 930297c  oeqa/selftest/case: tearDown extra commands print what actually fails
 discard b9c59dc  oeqa/selftest/case: Creates meta-selftest layer per class
 discard 57d60ed  oeqa/selftest/case: Add wrappers to utils.commands modules
 discard 78ecd9e  oeqa/selftest/{case,context}: Add builddir by test class and context
 discard 7d0c70a  oeqa/core/tests: Update test_loader threaded to cover main thread usage
 discard 678fe6b  oeqa/core/threaded: logSummary add skipped tests info
 discard 5af0e8a  oeqa/core/threaded: Add support to run into a thread at end of execution
 discard 9fe2da0  oeqa/core/threaded: Enable support to use the main thread
     new c9a5405  argparse_oe: Add int_positive type
     new f6b4ef1  subversion: Upgrade 1.9.5-> 1.9.6

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   (1941dfb)
            \
             N -- N -- N   refs/heads/master-next (f6b4ef1)

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 2 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/tests/test_loader.py            |   17 +-
 meta/lib/oeqa/core/threaded.py                     |  169 +---
 meta/lib/oeqa/selftest/case.py                     |  244 +----
 .../lib/oeqa/selftest/cases/_sstatetests_noauto.py |   23 +-
 meta/lib/oeqa/selftest/cases/archiver.py           |   21 +-
 meta/lib/oeqa/selftest/cases/bblayers.py           |   45 +-
 meta/lib/oeqa/selftest/cases/bbtests.py            |  103 +-
 meta/lib/oeqa/selftest/cases/buildhistory.py       |    9 +-
 meta/lib/oeqa/selftest/cases/buildoptions.py       |   58 +-
 meta/lib/oeqa/selftest/cases/containerimage.py     |    9 +-
 meta/lib/oeqa/selftest/cases/devtool.py            | 1065 ++++++++++++++++----
 meta/lib/oeqa/selftest/cases/devtool_deploy.py     |   93 --
 meta/lib/oeqa/selftest/cases/devtool_end.py        |  592 -----------
 meta/lib/oeqa/selftest/cases/distrodata.py         |    7 +-
 meta/lib/oeqa/selftest/cases/eSDK.py               |   64 +-
 meta/lib/oeqa/selftest/cases/image_typedep.py      |    8 +-
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |   86 +-
 meta/lib/oeqa/selftest/cases/imagefeatures_boot.py |   63 --
 meta/lib/oeqa/selftest/cases/layerappend.py        |   22 +-
 meta/lib/oeqa/selftest/cases/liboe.py              |   13 +-
 meta/lib/oeqa/selftest/cases/lic_checksum.py       |    8 +-
 meta/lib/oeqa/selftest/cases/manifest.py           |   13 +-
 meta/lib/oeqa/selftest/cases/oelib/buildhistory.py |    7 +-
 meta/lib/oeqa/selftest/cases/oescripts.py          |    5 +-
 meta/lib/oeqa/selftest/cases/package.py            |   10 +-
 meta/lib/oeqa/selftest/cases/pkgdata.py            |   73 +-
 meta/lib/oeqa/selftest/cases/prservice.py          |   19 +-
 meta/lib/oeqa/selftest/cases/recipetool.py         |  105 +-
 meta/lib/oeqa/selftest/cases/runqemu.py            |    7 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  225 ++++-
 .../lib/oeqa/selftest/cases/runtime_test_export.py |  104 --
 .../oeqa/selftest/cases/runtime_test_postinsts.py  |  114 ---
 meta/lib/oeqa/selftest/cases/selftest.py           |    2 -
 meta/lib/oeqa/selftest/cases/signing.py            |   42 +-
 meta/lib/oeqa/selftest/cases/sstate.py             |    5 +-
 meta/lib/oeqa/selftest/cases/sstatetests.py        |   51 +-
 meta/lib/oeqa/selftest/context.py                  |   33 +-
 37 files changed, 1571 insertions(+), 1963 deletions(-)
 delete mode 100644 meta/lib/oeqa/selftest/cases/devtool_deploy.py
 delete mode 100644 meta/lib/oeqa/selftest/cases/devtool_end.py
 delete mode 100644 meta/lib/oeqa/selftest/cases/imagefeatures_boot.py
 delete mode 100644 meta/lib/oeqa/selftest/cases/runtime_test_export.py
 delete mode 100644 meta/lib/oeqa/selftest/cases/runtime_test_postinsts.py

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


More information about the Openembedded-commits mailing list