mbox

[0/2] Add unit tests for do_split task

Message ID cover.1384260784.git.kiho@prevas.dk
State Not Applicable
Headers show

Pull-request

git://gitorious.org/oe-lite/kimrhhs-oe-lite-core do-split-tests

Message

kim.hansen@prevas.dk Nov. 12, 2013, 12:55 p.m. UTC
From: Kim Højgaard-Hansen <kiho@prevas.dk>

*** Add special test recipes to test do_split task as preparation for do_split refactoring ***
The following changes since commit 45ff8cf89cae1e02886517660052422ea3e87621:

  class/kernel: For all kernel recipes to be machine specific (2013-10-31 13:16:01 +0100)

are available in the git repository at:

  git://gitorious.org/oe-lite/kimrhhs-oe-lite-core do-split-tests
  http://gitorious.org/oe-lite/kimrhhs-oe-lite-core/commits/do-split-tests

Kim Højgaard-Hansen (2):
  task.py: allow expected failures
  add tests for do_split

 lib/oelite/task.py                           | 29 +++++++++++++++++++++-------
 recipes/test/dosplittest-create-dir.oe       |  7 +++++++
 recipes/test/dosplittest-dang-syml.oe        |  9 +++++++++
 recipes/test/dosplittest-dir.oe              |  7 +++++++
 recipes/test/dosplittest-file-in-mult-pkg.oe |  8 ++++++++
 recipes/test/dosplittest-glob.oe             |  8 ++++++++
 recipes/test/dosplittest-no-packages.oe      |  3 +++
 recipes/test/dosplittest-really-dang-sym.oe  |  8 ++++++++
 recipes/test/dosplittest-unshipped.oe        |  6 ++++++
 9 files changed, 78 insertions(+), 7 deletions(-)
 create mode 100644 recipes/test/dosplittest-create-dir.oe
 create mode 100644 recipes/test/dosplittest-dang-syml.oe
 create mode 100644 recipes/test/dosplittest-dir.oe
 create mode 100644 recipes/test/dosplittest-file-in-mult-pkg.oe
 create mode 100644 recipes/test/dosplittest-glob.oe
 create mode 100644 recipes/test/dosplittest-no-packages.oe
 create mode 100644 recipes/test/dosplittest-really-dang-sym.oe
 create mode 100644 recipes/test/dosplittest-unshipped.oe