SHA256
1
0
forked from pool/doctest
Commit Graph

11 Commits

Author SHA256 Message Date
Martin Pluskal
205341ffc2 Accepting request 1072822 from home:amanzini:branches:devel:tools
- Update to 2.4.11
  * fixed issue #755 - FAIL/FAIL_CHECK weren't properly reported with the junit reporter
  * fixed #751 which was caused by commit db758e0 when turning the values from an enum to an integer implicitly
  * removed the generated html docs 
- Update to 2.4.10
  * Add Intel Compiler support
  * Fix stringification of enums that overload operator<<
  * Suppress hash() clang integer sanitizer issues 
  * Fix compile errors when comparing pointers.
  * Use variables instead of hard-coded mpirun -np 
  * Fix typos and CMake example in docs

OBS-URL: https://build.opensuse.org/request/show/1072822
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=19
2023-03-18 10:42:19 +00:00
Martin Pluskal
3e1552686e Accepting request 1035102 from home:matwey:branches:devel:libraries:c_c++
- Update to 2.4.9
  * Visual Studio's Test Explorer and Resharper C++'s Unit Test Explorer don't see Doctest's tests
  * How to get detailed information about testcases failing due to thrown exceptions?
  * Add clang-tidy integration and fix all warnings
  * Avoid static init problem in insufficient_procs() (MPI)
  * Use MPI_Isend in MpiConsoleReporter to avoid deadlock
  * Deadlock in MpiConsoleReporter when root rank fails assert
  * Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes
  * Comparison with implicit cast from non-const value can't be decomposed
  * Local structured bindings cannot be used in CHECK macros (since 2.4.8)
  * Add tests for DOCTEST_CONFIG_USE_STD_HEADERS
  * Stringification amendments
  * Clean up defines a bit; Implement
  * New doctest version gives me an error: reference to local binding '...' declared in enclosing function 'DOCTEST_ANON_FUNC_16'
  * The tutorial example does not work (linker errors) with clang 10
  * Implementing `DOCTEST_ASSERT_IMPLEMENT_1` as lambda prevents testing structured bindings
  * re-re-remove overly restrictive minimum version of meson
  * Fix move-only types failing to decompose correctly
  * Weird compilation error when using CHECK_THROWS/CHECK_THROWS_AS on Visual Studio 2019 with no exceptions
  * Error triggered by comparing typeid with new doctest 2.4.8
  * Improve Mac PowerPC support
  * issue introduced in 2.4.7
  * Decompose expressions containing the spaceship operator
  * added nolint for cert-err58
  * Fix properties not being passed in doctest_discover_tests
  * Config no multithreading
  * wasm\*-support?
  * Fix MPI extension to work with no parallel tests
  * string comparison leads to gotting stuck
  * doctest_discover_tests no longer sets ENVIRONMENT variables for discovered tests.

OBS-URL: https://build.opensuse.org/request/show/1035102
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=17
2022-11-11 09:21:34 +00:00
Martin Hauke
a683d947d9 Accepting request 976361 from home:susnux:branches:devel:tools
- Update to 2.4.8

OBS-URL: https://build.opensuse.org/request/show/976361
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=15
2022-05-11 11:39:20 +00:00
a451aee013 Accepting request 896630 from home:cgiboudeaux:branches:devel:tools
- Add GCC 11 compatibility fix:
  * 0001-Fix-build-with-GCC-11.patch

OBS-URL: https://build.opensuse.org/request/show/896630
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=13
2021-06-01 10:30:13 +00:00
d4a87b34b9 Accepting request 880539 from home:mnhauke
- Update to version 2.4.6
  Fixed bugs:
  * REQUIRE does not compile when operator== in different
    namespace #443
  * Using templated operator== inside TEST_CASE changes deduced
    types of forwarding references #399
  Closed issues:
  * CMake doesn't link package #483
  * Get list of registered test-case names #479
  * Can't compile with glibc master (future 2.34): SIGSTKSZ is
    no longer a constant #473
  * INFO does not compile when used like a function call #469

OBS-URL: https://build.opensuse.org/request/show/880539
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=11
2021-03-22 19:38:28 +00:00
dda93a45a2 Accepting request 875816 from home:mnhauke
- Update to version 2.4.5
  Closed issues:
  * Use of std::atomic can slow down multithreaded tests #452
  * Stack buffer overflow in String constructor #460
  Merged pull requests:
  * Fix compilation on case-sensitive filesystems #463
  * Use function-like macros for prefixless macro names #462
  * Implement a multi lane atomic for assertion counts
- Update to version 2.4.4
  * combine the same tests for different build configurations from
    multiple shared objects without having symbol clashes #436

OBS-URL: https://build.opensuse.org/request/show/875816
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=9
2021-02-28 19:26:31 +00:00
Martin Pluskal
8bf3d4ab7b Accepting request 856059 from home:mnhauke
- Update to version 2.4.2
  Closed issues:
  * DOCTEST_CHECK_THROWS_WITH_AS fails to work with dependant
    exception type #447
  * log contexts for failures in JUnit reporter #441
  * Test runner thread initialization #435
  * CHECK_EQ with enum values #276
  Merged pull requests:
  * Add MAIN_PROJECT check for test option #445
  * log contexts for failures in JUnit reporter #442

OBS-URL: https://build.opensuse.org/request/show/856059
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=7
2020-12-15 19:58:26 +00:00
Martin Pluskal
db10aa733c Accepting request 846076 from home:mnhauke
- Update to version 2.4.1
  * Support for unit tests with Open MPI as a new extension header.
  * Added default printers for enums.

OBS-URL: https://build.opensuse.org/request/show/846076
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=5
2020-11-05 08:09:57 +00:00
Martin Hauke
faf006f633 Accepting request 837187 from home:mnhauke
- Enable arm builds. The package builds fine on aarch64 systems.

OBS-URL: https://build.opensuse.org/request/show/837187
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=3
2020-09-24 17:47:00 +00:00
Dominique Leuenberger
1475907ae4 Accepting request 830857 from devel:tools
new package

OBS-URL: https://build.opensuse.org/request/show/830857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=1
2020-09-24 14:13:49 +00:00
1c9c98e7b3 Accepting request 830818 from home:alois:branches:devel:tools
replaces doctest-devel

OBS-URL: https://build.opensuse.org/request/show/830818
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=1
2020-08-31 13:31:15 +00:00