summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: rapidcheck: Disable failing tests on aarch64.•••* gnu/packages/check.scm (rapidcheck): Disable failing tests on aarch64. Change-Id: I9b4e7be2acad615cc1586adb37cc39b43590b2d8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Roman Scherer2024-07-211-1/+7
* gnu: klee: Build with klee-uclibc support.•••* gnu/packages/check.scm (klee): Use klee-uclibc. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Sören Tempel2024-07-131-2/+21
* gnu: Add klee-uclibc.•••* gnu/packages/check.scm (klee-uclibc): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Sören Tempel2024-07-131-0/+58
* gnu: rapidcheck: Update to 0.0.0-1.ff6af6f.•••* gnu/packages/check.scm (rapidcheck): Update to 0.0.0-1.ff6af6f. [source]: Add snippet to find inputs. [arguments]: Remove #:phases and #:tests?. <#:configure-flags?>: Add “-DRC_ENABLE_BOOST=on”, “-DRC_ENABLE_CATCH=on”, “-DRC_ENABLE_DOCTEST=on”, “-DRC_ENABLE_GTEST=on”, and “-DRC_ENABLE_TESTS=on”. [inputs]: Add boost, catch2, doctest and googletest. [native-inputs]: Add catch2 and googletest. Liliana Marie Prikler2024-07-131-17/+27
* gnu: Remove go-golang.org-x-sync-semaphore.•••* gnu/packages/golang-build.scm (go-golang.org-x-sync-semaphore): Delete variable. * gnu/packages/check.scm (actionlint): Adjust inputs. [inputs]: Remove go-golang.org-x-sync-semaphore. * gnu/packages/version-control.scm (git-lfs): Likewise. [propagated-inputs]: Remove go-golang.org-x-sync-semaphore; add go-golang-org-x-sync. Change-Id: Icf3edfc46696c8b9af79787ff77f7e65852bfef4 Sharlatan Hellseher2024-06-291-1/+1
* gnu: Remove go-golang.org-x-sync-errgroup.•••* gnu/packages/golang-build.scm (go-golang.org-x-sync-errgroup): Delete variable. * gnu/packages/check.scm (actionlint): Adjust inputs. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/golang.scm (gotestsum): Likewise. [native-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/golang.scm (go-github-com-prometheus-procfs): Likewise. [propagated-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Likewise. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/version-control.scm (ghq): Likewise. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. Change-Id: If64c30da47ed9cd043798f427f2927b76394f3c4 Sharlatan Hellseher2024-06-291-1/+1
* gnu: Add klee.•••* gnu/packages/check.scm (klee): New variable. Liliana Marie Prikler2024-06-231-0/+32
* gnu: Add python-pytest-next.•••* gnu/packages/check.scm (python-pytest-next): New variable. Nicolas Graves2024-04-221-0/+14
* gnu: python-pytest-xdist: Use pyproject-build-system.•••* gnu/packages/check.scm (python-pytest-xdist): Use pyproject-build-system. Nicolas Graves2024-04-221-9/+1
* gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz.•••* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/check.scm: Add (gnu packages golang-xyz) module. * gnu/packages/disk.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/time.scm: Likewise. * gnu/packages/weather.scm: Likewise. Change-Id: I80f8b4c31c0fd8fee7c190a7740513ee139646d4 Sharlatan Hellseher2024-04-061-0/+1
* gnu: Add python-pytest-examples.•••* gnu/packages/check.scm (python-pytest-examples): New variable. Change-Id: I8199a7d7294c3b04134474f9f116468ac327cba8 Sharlatan Hellseher2024-03-291-0/+72
* gnu: Add python-nose-exclude.•••* gnu/packages/check.scm (python-nose-exclude): New variable. Change-Id: I5c91b682163890c822f7d4a548e92fdd287d78a2 Sharlatan Hellseher2024-03-291-1/+32
* gnu: Add python-pytest-relaxed.•••* gnu/packages/check.scm (python-pytest-relaxed): New variable. Change-Id: I9c506fe6a6586c87d72775a0567fd3c45ba03568 Signed-off-by: Ricardo Wurmus <rekado@elephly.net> nafkhamdc2024-03-271-0/+22
* gnu: check-0.14: Fix build on powerpc-linux.•••* gnu/packages/check.scm (check-0.14)[source]: Include patch from check. Change-Id: I490b3d4cbe09381d091a398614d6b55687ac758f Efraim Flashner2024-03-101-0/+1
* gnu: catch2-3: Update to 3.5.3.•••* gnu/packages/check.scm (catch2-3): Update to 3.5.3. [arguments]: Remove -DCMAKE_CXX_FLAGS from configure-flags. Change-Id: Ib9e88dd6071d14ef70177fa83964a5d92b916ac0 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zheng Junjie2024-03-091-10/+4
* gnu: Add theft.•••* gnu/packages/check.scm (theft): New variable. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Liliana Marie Prikler2024-03-021-0/+30
* gnu: Add greatest.•••* gnu/packages/check.scm (greatest): New variable. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Liliana Marie Prikler2024-03-021-0/+23
* gnu: googlebenchmark: Update to 1.8.3.•••* gnu/packages/check.scm (googlebenchmark): Update to 1.8.3. Change-Id: I7fb761304e180f5b1cd5031a970909fba2dca1d7 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2024-02-271-2/+2
* gnu: Add python-pytest-tornado5.•••* gnu/packages/check.scm (python-pytest-tornado5): New variable. Change-Id: I9843e91d750bf17128eb6f566b8dbb5cbc0d8278 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Giacomo Leidi2024-02-171-0/+24
* gnu: go-golang.org-x-sync-errgroup: Move to golang-build.•••* gnu/packages/golang.scm (go-golang.org-x-sync-errgroup, go-golang.org-x-sync-semaphore): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/check.scm: Add (gnu packages golang-build) module. Change-Id: Ie886c0f44e0a70629e23371b447f5a35006ade21 Sharlatan Hellseher2024-02-131-0/+1
* gnu: go-github.com-smartystreets-goconvey: Move to (gnu packages golang-check).•••* gnu/packages/check.scm (go-github.com-smartystreets-goconvey): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I19d8db6e3b07e1d165396c0498e328b70b2cc760 Sharlatan Hellseher2024-01-281-25/+0
* gnu: go-github.com-smartystreets-assertions: Move to (gnu packages golang-che...•••* gnu/packages/check.scm (go-github.com-smartystreets-assertions): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Ia90bbe984fe19dd48d9df91364a7ecf2bf8bd37f Sharlatan Hellseher2024-01-281-33/+0
* gnu: go-github.com-smartystreets-gunit: Move to (gnu packages golang-check).•••* gnu/packages/check.scm (go-github.com-smartystreets-gunit): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I7204e118f99064027f0e10838d2b44fee212d21d Sharlatan Hellseher2024-01-281-30/+0
* gnu: python-nose2: Update to 0.14.0.•••* gnu/packages/check.scm (python-nose2): Update to 0.14.0. [native-inputs]: Remove python-coverage. [propagated-inputs]: Remove python-six. Change-Id: I15a30723fe49cca9929524e543d12c9e2f4b02ca Ricardo Wurmus2024-01-231-6/+2
* gnu: Add python-pytest-nunit.•••* gnu/packages/check.scm (python-pytest-nunit): New variable. Change-Id: Ic67c973460f09b15bf683f70040a3f5e4381108d Ricardo Wurmus2024-01-161-1/+22
* gnu: check2: Fix tests on i686-linux.•••Reported upstream to <https://github.com/catchorg/Catch2/issues/2796>. It is expected that SSE2 is enabled for i686 builds or tests fail. * gnu/packages/check.scm (check2)[arguments]: Enable SSE2 for x86_64-linux and i686-linux in configure-flags. Co-authored-by: Richard Sent <richard@freakingpenguin.com> Co-authored-by: Jo Gay <@jane.lx.gay> Change-Id: I99205f92b66ab3d10affbfb58918f37069ba82ec John Kehayias2024-01-131-1/+9
* gnu: catch2-3: Update to 3.5.1.•••* gnu/packages/check.scm (catch2-3.3): Rename to... (catch2-3): ... this. Update to 3.5.1. * gnu/packages/logging.scm (spdlog) [native-inputs]: Rename catch2-3.3 to catch2-3. * gnu/packages/potassco.scm (clingo) [inputs]: Likewise. Change-Id: Ied7724597ff4c6371dc4fedc10452ae870d23933 Maxim Cournoyer2024-01-091-3/+3
* gnu: Add python-pytest-dotenv.•••* gnu/packages/check.scm (python-pytest-dotenv): New variable. Troy Figiel2024-01-091-0/+25
* gnu: actionlint: Update to 1.6.26.•••* gnu/packages/check.scm (actionlint): Update to 1.6.26. [inputs]: Swap go-github-com-robfig-cron-1.2 to go-github-com-robfig-cron * gnu/packages/golang.scm (go-github-com-robfig-cron-1.2): Delete variable. Change-Id: Ie2c25254ffefb99f8808f74ae4a9d85bbbcb6437 Sharlatan Hellseher2024-01-031-4/+4
* gnu: python-setuptools-lint: Add missing input.•••* gnu/packages/check.scm (python-setuptools-lint)[propagated-inputs]: Add python-tomli. Change-Id: I0ab7d3b129d6c347c212b968c4aeb425e3ee97ae Efraim Flashner2023-12-051-1/+1
* gnu: python-lit: Update to 17.0.6.•••* gnu/packages/check.scm (python-lit): Update to 17.0.6. [native-inputs]: Remove llvm-14; add llvm. Change-Id: I45ccc5302c2481b82f26201e66994e15eeaecc9d Efraim Flashner2023-12-021-4/+4
* gnu: python-pytest-perf: Update to 0.13.1.•••* gnu/packages/check.scm (python-pytest-perf): Update to 0.13.1. [build-system]: Switch to pyproject-build-system, because setup.py has been removed since 0.12.1. [arguments]<#:phases>: Remove ignored tests from the check phase. <#:test-flags>: And use test flags instead. Change-Id: Id81e47666a51b411740c6e6a6f6976cee616b6a4 Troy Figiel2023-11-181-19/+14
* gnu: guile-proba: Fix environment vars in Guile Proba's script.•••* gnu/packages/check.scm (guile-proba): Micro fix. Guile Proba's CLI script, as created via Guix's `wrap-program', should take into account (as opposed to discard) the original, user-defined values of `GUILE_LOAD_PATH' and `GUILE_LOAD_COMPILED_PATH'. Currently, Guile Proba's CLI script is unable to find any third-party library needed by the app being tested. This micro change should fix this. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Fabio Natali2023-10-141-2/+2
* gnu: guile-proba: Update to 0.3.1.•••* gnu/packages/check.scm (guile-proba): Update to 0.3.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I7cc9708078fee14723eec90e4ce45d2beb3a01d0 Fabio Natali2023-10-111-2/+2
* gnu: pict: Update to 3.7.4.•••* gnu/packages/check.scm (pict): Update to 3.7.4. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> fanquake2023-09-021-2/+2
* gnu: Add ftest.•••* gnu/packages/check.scm (ftest): New variable. Co-authored-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space> Reza Housseini2023-09-011-0/+41
* gnu: catch2: Update to 3.4.0.•••* gnu/packages/check.scm (catch2): Update to 3.4.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Greg Hogan2023-08-271-2/+2
* gnu: googlebenchmark: Update to 1.8.2.•••* gnu/packages/check.scm (googlebenchmark): Update to 1.8.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2023-08-211-2/+2
* gnu: cxxtest: Use Web Archived home page.•••* gnu/packages/check.scm (cxxtest)[home-page]: Use a copy archived by the Wayback Machine. Tobias Geerinckx-Rice2023-07-301-1/+1
* gnu: Add python-gixy.•••* gnu/packages/check.scm (python-gixy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal2023-07-181-0/+36
* gnu: Add rapidcheck.•••* gnu/packages/check.scm (rapidcheck): New variable. Zhu Zihao2023-07-111-0/+41
* gnu: python-pytest-enabler: Don't set #:tests to #:true.•••* gnu/packages/check.scm (python-pytest-enabler)[arguments]: Rewrite to strip the #:tests? argument from the inherited package. Efraim Flashner2023-07-091-3/+3
* Revert "gnu: Add rapidcheck."•••This reverts commit 4236e24cb9e80201e42d13c9a70bd918299b12fa. Wrong patch revision. Nicolas Goaziou2023-07-011-41/+0
* gnu: Add rapidcheck.•••* gnu/packages/check.scm (rapidcheck): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Zhu Zihao2023-07-011-0/+41
* gnu: catch2: Use correct configure flag to disable errors.•••* gnu/packages/check.scm (catch2)[#:configure-flags]: Replace “-DENABLE_ERROR=OFF” with “-DCATCH_ENABLE_WERROR=OFF”. Liliana Marie Prikler2023-07-011-1/+1
* gnu: catch2: Update to 3.3.2.•••* gnu/packages/check.scm (catch2-3.1): Rename to catch2-3.3. [version, source]: Update to 3.3.2. [outputs]: Remove ‘doc’. [build-system]: Use cmake-build-system. [arguments]: Remove special phases. Add CMake options to #:configure-flags. * gnu/packages/potassco.scm (clingo): Adjust accordingly. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> David Elsing2023-07-011-61/+9
* gnu: Add subunit.•••* gnu/packages/check.scm (subunit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr2023-06-241-0/+33
* gnu: Add python-pytest-mypy-plugins.•••* gnu/packages/check.scm (python-pytest-mypy-plugins): New variable. Ricardo Wurmus2023-05-041-1/+25
* gnu: clitest: Fix test failure with newer grep.•••* gnu/packages/patches/clitest-grep-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/check.scm (clitest)[source](patches): New field. [arguments]: While at it, remove obsolete substitution. Marius Bakke2023-04-301-7/+1
* gnu: cppcheck: Update to 2.10.3.•••* gnu/packages/check.scm (cppcheck): Update to 2.10.3. [home-page]: Update to new home-page. Efraim Flashner2023-04-261-3/+3