[oe-commits] [openembedded-core] branch thud updated (0ac1b49 -> 75cd4ed)

git at git.openembedded.org git at git.openembedded.org
Sun Dec 16 14:31:57 UTC 2018


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

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

    from 0ac1b49  gstreamer1.0-vaapi: downgrade vaapisink to marginal rank
     add 4ba803d  scripts/runqemu: Replace subprocess.run() for compatibilty
     add 2728394  scripts/runqemu: Tidy up lock handling code
     add 1d03e0d  scripts/runqemu: Improve lockfile handling for python with close_fd=True
     add 9bb190d  oeqa/selftest/signing: Skip tests if gpg isn't found
     add 8c91e74  oeqa/selftest/signing: Allow tests not to need gpg on the host
     add 9fcfc43  oeqa/selftest/signing: Use do_populate_lic target instead of do_package
     add ee82551  oeqa/selftest/case: Use bb.utils.remove() instead of shutil.remove()
     add 8a9fa15  oeqa/selftest/buildoptions: Improve ccache test failure output
     add 85b373f  oeqa/utils/commands: Add extra qemu failure logging
     add 43b7ee7  oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed file
     add 018549b  oeqa/utils/commands: Avoid log message duplication
     add 81ce67f  oeqa/qemurunner: Remove resource python warnings
     add bddb09a  oeqa/selftest/buildoptions: Improve ccache test
     add a883aa0  oeqa/selftest/buildoptions: Ensure diskmon tests run consistently
     add 1ec53b8  oeqa/selftest/context: Improve log file handling
     add eee30d7  oeqa/oelib/path: don't leak temporary directories
     add 2696e69  lib/oe/utils: Improve multiprocess_lauch exception handling
     add e9c6e97  oeqa/selftest/runqemu: Improve testcase failure handling
     add 11d4bf4  oeqa/utils/qemurunner: Avoid tracebacks on closed files
     add 6e2c666  oeqa: don't litter /tmp with temporary directories
     add 63eefbe  oeqa/selftest/esdk: run selftest inside workdir not /tmp
     add 5bc862d  oeqa/runner: Always show a summary of success/fail/error/skip counts
     add 2607381  oeqa/runner: Sort the test result output by result class
     add e65e949  oeqa/loader: Fix deprecation warning
     add bb2cddb  oeqa/core/runner: Correctly markup regexs
     add f65a5fb  oeqa/utils/commands: Avoid unclosed file warnings
     add 1e7bbda  oeqa/selftest/context: Replace deprecated imp module usage
     add a980cb8  oeqa/utils/qemurunner.py: Fix python regex warnings
     add a7dceca  oeqa/concurrencytest: Avoid unclosed file warnings
     add 570256a  testimage/testsdk/selftest: Avoid platform.distro_identifier deprecation warnings
     add eca3c0a  oeqa/selftest/esdk: Ensure parent directory exists
     add 75cd4ed  oeqa/selftest/esdk: Fix typo causing test failure

No new revisions were added by this update.

Summary of changes:
 meta-selftest/recipes-test/delay/delay.bb    | 12 +++++
 meta/classes/testimage.bbclass               |  2 +-
 meta/classes/testsdk.bbclass                 |  2 +-
 meta/lib/oe/utils.py                         |  5 +-
 meta/lib/oeqa/core/loader.py                 |  2 +-
 meta/lib/oeqa/core/runner.py                 | 19 ++++---
 meta/lib/oeqa/core/utils/concurrencytest.py  |  3 ++
 meta/lib/oeqa/selftest/case.py               |  4 +-
 meta/lib/oeqa/selftest/cases/buildoptions.py | 12 +++--
 meta/lib/oeqa/selftest/cases/eSDK.py         | 14 ++---
 meta/lib/oeqa/selftest/cases/oelib/path.py   | 10 ++--
 meta/lib/oeqa/selftest/cases/oelib/utils.py  |  4 ++
 meta/lib/oeqa/selftest/cases/runqemu.py      | 32 ++++++-----
 meta/lib/oeqa/selftest/cases/signing.py      | 80 +++++++++++++++++++---------
 meta/lib/oeqa/selftest/context.py            | 18 ++++---
 meta/lib/oeqa/utils/buildproject.py          |  3 +-
 meta/lib/oeqa/utils/commands.py              | 11 +++-
 meta/lib/oeqa/utils/qemurunner.py            | 26 +++++----
 meta/lib/oeqa/utils/targetbuild.py           |  5 +-
 scripts/runqemu                              | 25 +++++----
 20 files changed, 191 insertions(+), 98 deletions(-)
 create mode 100644 meta-selftest/recipes-test/delay/delay.bb

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


More information about the Openembedded-commits mailing list