summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
Commit message (Collapse)AuthorAgeFilesLines
* meta-oe: Remove using python2Khem Raj2020-01-221-1/+1
| | | | | | | 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>
* cppunit: upgrade 1.14.0 -> 1.15.1Andreas Müller2019-12-291-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googletest: fix build with newer oe-core without python in HOSTTOOLSMartin Jansa2019-12-111-0/+8
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evtest: Fix build for 32bit arches with 64bit time_tKhem Raj2019-12-012-2/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googletest: Add PV and set to 1.10.0Lei YU2019-11-241-0/+2
| | | | | Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googletest: move to release 1.10.0Lei YU2019-11-211-1/+1
| | | | | | | | | | | 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>
* cunit: allow to build a -native packageAndré Draszik2019-11-071-0/+2
| | | | | | | 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>
* testfloat: Clarify BSD license variantChristophe PRIOUZEAU2019-10-251-1/+1
| | | | | | | 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>
* catch2: update to 2.9.2Oleksandr Kravchuk2019-09-161-4/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evtest: update to 1.34Oleksandr Kravchuk2019-09-142-4/+40
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with ↵Adrian Bunk2019-08-301-1/+1
| | | | | | | | | | 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>
* stress-ng: delete recipeMikko Rapeli2019-08-143-189/+0
| | | | | | | 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>
* fwts: Update to 19.06.00Ricardo Ribalda Delgado2019-07-303-102/+15
| | | | | | | | | | 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>
* bats: new packageBartosz Golaszewski2019-07-261-0/+21
| | | | | | | | | 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>
* googletest: The gtest and gmock projects were combined under googletest in 2015William A. Kennington III via Openembedded-devel2019-06-251-1/+1
| | | | | | | 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>
* gtest: Googletest project is back under github.com/google/googletestWilliam A. Kennington III via Openembedded-devel2019-06-251-4/+2
| | | | | | | No longer under the Abseil project. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catch2: Upgrade 2.6.1 -> 2.7.2Adrian Bunk2019-05-102-38/+2
| | | | | | | Remove patch applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: fix patch fuzz warningAndreas Müller2019-03-281-6/+3
| | | | | | | | | | 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>
* cxxtest: update to 4.4Oleksandr Kravchuk2019-03-191-4/+5
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: update to 1.14.0Oleksandr Kravchuk2019-03-191-3/+3
| | | | | | | | 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>
* catch2: Upgrade to 2.6.1Khem Raj2019-02-132-2/+38
| | | | | | Fix build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catch2: Upgrade to 2.6.0Khem Raj2019-02-052-41/+2
| | | | | | Drop backported patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catch2: Replace the patch with upstreamable patchKhem Raj2019-01-022-28/+29
| | | | | | Update to tip of master Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catch2: Upgrade to 2.5.0 releaseKhem Raj2018-12-183-53/+45
| | | | | | | Drop upstreamed patch and add a patch to fix build seen with clang and gcc9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtest: update to 1.8.1Brad Bishop2018-12-112-110/+3
| | | | | | | | | | | | 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>
* stress-ng: Upgrade from 0.09.37 to 0.09.45Randy MacLeod2018-11-124-70/+34
| | | | | | | | | | | 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>
* catch2: new packageBartosz Golaszewski2018-10-162-0/+70
| | | | | | | | 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>
* recipes: Exclude non-buildable recipes from world for musl buildKhem Raj2018-08-201-0/+3
| | | | | | | 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>
* stress-ng: Fix build on muslKhem Raj2018-08-202-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwts: add dependency on bison-nativeMartin Jansa2018-08-191-1/+1
| | | | | | | | | | | | | | | | * fixes: fwts/18.05.00+gitAUTOINC+b0ec7aa2ef-r0/build/src/acpica/source/compiler' m4 -P -I../../../../../git/src/acpica/source/compiler ../../../../../git/src/acpica/source/compiler/aslparser.y > aslcompiler.y flex -i -PAslCompiler -oaslcompilerlex.c ../../../../../git/src/acpica/source/compiler/aslcompiler.l yacc -v -d -y -bdtparser -pDtParser ../../../../../git/src/acpica/source/compiler/dtparser.y flex -i -PDtParser -odtparserlex.c ../../../../../git/src/acpica/source/compiler/dtparser.l yacc -v -d -y -bprparser -pPrParser ../../../../../git/src/acpica/source/compiler/prparser.y flex -i -PPrParser -oprparserlex.c ../../../../../git/src/acpica/source/compiler/prparser.l /bin/bash: yacc: command not found Makefile:3684: recipe for target 'dtparser.c' failed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stress-ng: Upgrade to 0.09.37Khem Raj2018-08-154-30/+33
| | | | | | Carries fixes needed for building with glibc 2.28+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwts: Upgrade to V18.05.00Khem Raj2018-05-319-123/+116
| | | | | | drop backported patches and fix build with gcc8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtest: switch away from github archiveTrevor Woerner2018-05-231-6/+3
| | | | | | | | | | Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stress-ng: refresh patchesArmin Kuster2018-04-132-21/+17
| | | | | | | | | | | | | | | | | | | | | WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: patching file stress-fcntl.c Hunk #1 succeeded at 415 with fuzz 2 (offset 2 lines). Signed-off-by: Armin Kuster <akuster808@gmail.com>
* evtest: move to recipes-testArmin Kuster2018-03-011-0/+17
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cppunit: move to recipes-testArmin Kuster2018-03-012-0/+45
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cunit: move to recipes-testArmin Kuster2018-03-012-0/+55
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pm-qa: move to recipe-testArmin Kuster2018-03-011-0/+65
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cxxtest: move to recipes-testArmin Kuster2018-03-011-0/+21
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fbtest: move to recipe-testsArmin Kuster2018-03-011-0/+20
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* testfloat: move to recipe-testsArmin Kuster2018-03-013-0/+779
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* stress-ng: Upgrade to 0.09.14Khem Raj2018-02-112-52/+4
| | | | | | | drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* stress-ng: upgrade to 0.09.09 and fix musl buildTim Orling2018-01-165-49/+102
| | | | | | | | | | | | | | * Upstream tarballs are now xz compressed * Patch 0001 modified: - stress-pthread and stress-context change not needed * Add patch to fix stress-fcntl for musl * Add patch to fix syntax errors in stress-fcntl - Accepted upstream * Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* stress-ng: Add recipeAníbal Limón2017-10-272-0/+190
| | | | | | | | | | | | A tool to generate load and stress a system, currently this recipe is on a couple of layers [1] and is not updated, a good reason to have in meta-oe. [1] https://layers.openembedded.org/layerindex/branch/master/recipes/?q=stress-ng Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: Bump SRCREV to latest past 17.03.00 releaseKhem Raj2017-06-197-2/+287
| | | | | | | | | Helps fixing build issues with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen.kooi@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: upgrade to 17.03.00 releaseFathi Boudra2017-03-311-2/+2
| | | | | | | Update PV and SRCREV to match 17.03.00 release Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: upgrade to 17.02.00 releaseFathi Boudra2017-02-201-2/+2
| | | | | | | Update PV and SRCREV to match 17.02.00 release Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: upgrade to 17.01.00 releaseFathi Boudra2017-02-131-2/+2
| | | | | | | Update PV and SRCREV to match 17.01.00 release Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: upgrade to 16.12.00 releaseFathi Boudra2016-12-262-47/+49
| | | | | | | | * update PV and SRCREV to match 16.12.00 release * refresh 0001-ignore-constant-logical-operand-warning-with-clang.patch Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtest, gmock: update 1.7.0 -> 1.8.0Andre McCurdy2016-12-268-229/+133
| | | | | | | | | | | | | | | Starting from the 1.8.0 release, GoogleTest and GoogleMock are maintained in the same repository and released together. Update the gtest recipe to PROVIDE gmock (and drop the gmock recipe). Patches to add CMake install rules have been dropped (now supported upstream). https://github.com/google/googletest/commit/98d988deac06637364f6cd41c45c3db4a8a0b6bc https://github.com/google/googletest/commit/7c8ac4886a7ad513430d132c446a93c6d395345a Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>