aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
AgeCommit message (Collapse)Author
2021-08-19catch2: upgrade 2.13.6 -> 2.13.7Andreas Müller
Fixes * Added missing <iterator> include in benchmarking. (#2231) * Fixed noexcept build with benchmarking enabled (#2235) * Fixed build for compilers with C++17 support but without C++17 library support (#2195) * JUnit only uses 3 decimal places when reporting durations (#2221) * !mayfail tagged tests are now marked as skipped in JUnit reporter output (#2116) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03evtest: fix timestamps in outputJohannes Obermüller
Broken patch caused seconds to be printed twice instead of seconds and microseconds. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-29pm-qa: fix paths for shell scriptsAnastasios Kavoukis
A commit in the repo of pm-qa: "adf9df9 Fix path to library files and change shebang line" Changed the text that sed was using to replace relative to absolute paths. As a result sed was not effectively finding the text "source ../include" to replace it, as the sed should be now searching for ". ../include". Similarly for "../Switches" Signed-off-by: Anastasios Kavoukis <anastasios.kavoukis@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-29bats: upgrade 1.3.0 -> 1.4.1wangmy
Added: Docker image architectures amd64, 386, arm64, arm/v7, arm/v6, ppc64le, s390x https://github.com/bats-core/bats-core/pull/438 Fixed: automatic push to Dockerhub https://github.com/bats-core/bats-core/pull/438 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16cpputest: Add initial recipe. Version 4.0.Ben Horgan
Signed-off-by: Ben Horgan <ben.horgan@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-30bats: fix qa issue when multilib eanbledKai Kang
Fix qa issue for bats when multilib is enabled: | ERROR: bats-1.3.0-r0 do_package: QA Issue: bats: Files/directories were installed but not shipped in any package: | /usr/lib | /usr/lib/bats-core | /usr/lib/bats-core/formatter.bash | /usr/lib/bats-core/test_functions.bash Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-23fwts: upgrade 21.03.00 -> 21.06.00zhengruoqin
Refresh the following patch: 0003-Remove-Werror-from-build.patch Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18googletest: upgrade 1.10.0 -> 1.11.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17googletest: Update to tip of trunkKhem Raj
Check the top level license for checksums, as it is now available and is BSD-3-Clause Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-05catch2: Upgrade to 2.13.6Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-04-15fwts: upgrade to 21.03.00Ross Burton
Rebase the musl patches. Drop json-c dependency as this is no longer used. Drop FILES_${PN}-dbg packaging as this happens magically now. Drop -Wno-error CFLAGS as we patch out -Werror entirely. Add dtc RDEPENDS as this is needed at runtime. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-04-15bats: upgrade 1.1.0 -> 1.3.0Kamil Dziezyk
Add 'pretty' PACKAGECONFIG option with ncurses runtime dependency. This option allows to display test results with '--formatter pretty|-p' bats command line option. Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-21catch2: upgrade to 2.13.4Patrick Williams
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-14cppunit: add support for native versionAdrian Herrera
This is useful for native tools relying on CppUnit to test their functionality. Signed-off-by: Adrian Herrera <adrian.herrera@arm.com> Change-Id: I9f6bfcbddf3a67696395eb1061352b9ca1cd7036 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-09cmocka: Fix buils with LTOKhem Raj
Update to latest on master Drop uintptr_t patch, its fixed upstream differently Package up the new library libproc_uptime.so needed by examples Add it to INSANE_SKIP for examples Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-28cmocka: add recipeArmin Kuster
includes ptest and bundling of examples that can be used for testing Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-11cukinia: new packageleckijakub
Signed-off-by: leckijakub <jakub.lecki@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-17fwts: Upgrade to 20.07.00Khem Raj
Use B = S since new version uses relative paths in makefiles this version compiles fine with clang too Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-09cunit: add ptestSakib Sajal
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-07Upgrade testfloat to 3e version.Zong Li
Upgrade TestFloat to 3e version. Signed-off-by: Zong Li <zong.li@sifive.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05cunit: fix upstream check URLPierre-Jean Texier
Fixes: $: devtool check-upgrade-status cunit <...> INFO: cunit 2.1-3 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22meta-oe: Remove using python2Khem Raj
This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-29cppunit: upgrade 1.14.0 -> 1.15.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-11googletest: fix build with newer oe-core without python in HOSTTOOLSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01evtest: Fix build for 32bit arches with 64bit time_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-24googletest: Add PV and set to 1.10.0Lei YU
Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-21googletest: move to release 1.10.0Lei YU
The googletest recipe was using 1.8.1 tag, and in the recipe it was using the git revision instead of the tag release. Rename it to googletest_git.bb and use the 1.10.0 release revision to get the latest release. Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-07cunit: allow to build a -native packageAndré Draszik
This will e.g. enable us to use it from nghttp2-native Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-25testfloat: Clarify BSD license variantChristophe PRIOUZEAU
The License of testfloat is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-16catch2: update to 2.9.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-14evtest: update to 1.34Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-30meta-oe: Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with ↵Adrian Bunk
COMPATIBLE_HOST_libc-musl = 'null' This gives users a proper error message when trying to build a known non-building package. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-14stress-ng: delete recipeMikko Rapeli
stress-ng is now available from poky directly. Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-30fwts: Update to 19.06.00Ricardo Ribalda Delgado
Update to latest release. Since version 18.08.00, libbsd is a dependency: https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/18.08.00 Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-26bats: new packageBartosz Golaszewski
This adds a recipe for the bats package. Bats is a TAP-compliant testing framework for Bash. The recipe is very simple - it just installs a bunch of bash scripts. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-25googletest: The gtest and gmock projects were combined under googletest in 2015William A. Kennington III via Openembedded-devel
PROVIDES gmock and gtest for backwards-compatibility with existing DEPENDS. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-25gtest: Googletest project is back under github.com/google/googletestWilliam A. Kennington III via Openembedded-devel
No longer under the Abseil project. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10catch2: Upgrade 2.6.1 -> 2.7.2Adrian Bunk
Remove patch applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28cppunit: fix patch fuzz warningAndreas Müller
| Applying patch 0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch | patching file doc/Makefile.am | Hunk #1 succeeded at 8 with fuzz 2 (offset -14 lines). Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-19cxxtest: update to 4.4Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-19cppunit: update to 1.14.0Oleksandr Kravchuk
License checksum has been changed due to the minor indentation change in the COPYING file. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-13catch2: Upgrade to 2.6.1Khem Raj
Fix build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-05catch2: Upgrade to 2.6.0Khem Raj
Drop backported patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-02catch2: Replace the patch with upstreamable patchKhem Raj
Update to tip of master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-18catch2: Upgrade to 2.5.0 releaseKhem Raj
Drop upstreamed patch and add a patch to fix build seen with clang and gcc9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-11gtest: update to 1.8.1Brad Bishop
Update to 1.8.1, which has proper pkg-config support (so Add-pkg-config-support.patch can be dropped). Also the canonical gtest seems to have moved out of the google github organization into something called abseil. Update HOMEPAGE and SRC_URI to match. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-12stress-ng: Upgrade from 0.09.37 to 0.09.45Randy MacLeod
Drop the upstreamed patch: 0001-stress-ng-don-t-enable-TARGET_CLONES-for-musl.patch Rebase other patches except for the stress-malloc.c change which has made it upstream: c3a2e662 stress-malloc: use HAVE_MALLOPT check for mallopt glibc function Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16catch2: new packageBartosz Golaszewski
Add a recipe for the catch2 testing framework. There's a bug upstream which makes it impossible to build with gcc7 so include a patch. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-20recipes: Exclude non-buildable recipes from world for musl buildKhem Raj
These recipes need to be fixed for musl, until they are needed on musl lets remove them from world builds Signed-off-by: Khem Raj <raj.khem@gmail.com>