summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-09 18:31:48 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 07:59:52 -0700
commitf81a7251f3d552b1dcb4bb5a0eb1bb528f82240d (patch)
tree3f1b41223dabef4088abc1bdcf8512878b9303ec
parent7187db36cc39918dcc1ac1d9c661f7af82b13645 (diff)
downloadmeta-openembedded-f81a7251f3d552b1dcb4bb5a0eb1bb528f82240d.tar.gz
catch2: upgrade 3.13.0 -> 3.14.0
Fixes ====== - Added missing <cstdint> includes. - Fixed suppression of empty variadic macro arguments warning on Clang <19. - Fixed catch_discover_tests failing during PRE_TEST discovery if a target does not have discoverable tests. - Fixed build of the main library failing with CATCH_CONFIG_PREFIX_ALL defined. - JUnit reporter outputs single failed (errored/skipped) assertion per test case. Improvements ============= - The default implementation of --list-tags and --list-listeners has a quiet variant. - Suppressed the new Clang warning about __COUNTER__ usage. - Line-wrapping counts utf-8 codepoints instead of bytes. - Combining character sequences are still miscounted, but Catch2 does not aim to fully support Unicode. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-test/catch2/catch2_3.14.0.bb (renamed from meta-oe/recipes-test/catch2/catch2_3.13.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.13.0.bb b/meta-oe/recipes-test/catch2/catch2_3.14.0.bb
index c5d85ba302..2aba52e7ae 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.13.0.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.14.0.bb
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
6 6
7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}" 7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
8SRCREV = "29c9844f688acb27c87338c39cd186ebfe41aa19" 8SRCREV = "b670de4fe12ac7c5e858b7de3a14fb4bd18c760e"
9 9
10 10
11inherit cmake python3native 11inherit cmake python3native