aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
AgeCommit message (Collapse)Author
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>
2018-08-20stress-ng: Fix build on muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19fwts: add dependency on bison-nativeMartin Jansa
* 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>
2018-08-15stress-ng: Upgrade to 0.09.37Khem Raj
Carries fixes needed for building with glibc 2.28+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-31fwts: Upgrade to V18.05.00Khem Raj
drop backported patches and fix build with gcc8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-23gtest: switch away from github archiveTrevor Woerner
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>
2018-04-13stress-ng: refresh patchesArmin Kuster
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>
2018-03-01evtest: move to recipes-testArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01cppunit: move to recipes-testArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01cunit: move to recipes-testArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01pm-qa: move to recipe-testArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01cxxtest: move to recipes-testArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01fbtest: move to recipe-testsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01testfloat: move to recipe-testsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11stress-ng: Upgrade to 0.09.14Khem Raj
drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16stress-ng: upgrade to 0.09.09 and fix musl buildTim Orling
* 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>
2017-10-27stress-ng: Add recipeAníbal Limón
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>
2017-06-19fwts: Bump SRCREV to latest past 17.03.00 releaseKhem Raj
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>
2017-03-31fwts: upgrade to 17.03.00 releaseFathi Boudra
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>
2017-02-20fwts: upgrade to 17.02.00 releaseFathi Boudra
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>
2017-02-13fwts: upgrade to 17.01.00 releaseFathi Boudra
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>
2016-12-26fwts: upgrade to 16.12.00 releaseFathi Boudra
* 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>
2016-12-26gtest, gmock: update 1.7.0 -> 1.8.0Andre McCurdy
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>
2016-11-23fwts: Update to 16.09 releaseKhem Raj
license change is just year change from 2014 to 2016 Fix build with clang while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05gmock: fixed installing pkgconfig file and libraries on x86_64 architectureMateusz Nowakowski
Signed-off-by: Mateusz Nowakowski <mateusz.cz.nowakowski@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-23gtest: fix installation in multilibFrederico Cadete
The installation and pkgconfig patches have to be reworked to consider the install directories from OE. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-15fwts: add CFLAG to ignore misleading indentationsDerek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-13abiword, fbreader, tvheadend, glmark2, libqmi, modemmanager, thrift, wvdial, ↵Martin Jansa
wvstreams, dt, collectd, gtkmathview, tcsh, glcompbench, geos, libspatialite, geis, grail, opencv, openwbem, fwts: blacklist, fails to build with gcc-6 or glibc-2.24 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-28gtest, gmock: allow building gtest-native and gmock-nativePascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31fwts: add the Firmware Test SuiteGraeme Gregory
The Firmware Test Suite is a set of tests for checking ACPI and EFI implementations for common bugs and issues. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-19gmock: add recipeMario Domenech Goulart
gmock is a library for writing and using C++ mock classes, by Google. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-19gtest: add recipeMario Domenech Goulart
gtest is a framework for writing C++ tests, by Google. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>