Skip to content

issues Search Results · repo:catchorg/Catch2 language:C++

Filter by

1k results
 (93 ms)

1k results

incatchorg/Catch2 (press backspace or delete to remove)

Describe the bug When using nested sections, the INFO output is retired too early. Expected behavior The INFO output stays in place for all relevant scopes. Reproduction steps In this example, the Info ...
  • learn-more
  • Opened 
    4 days ago
  • #2959

Describe the bug c:\program files (x86)\embarcadero\studio\23.0\Bin\CodeGear.Cpp.Targets(4608,5): error : ld.lld: error: undefined symbol: WinMain Expected behavior C++Builder BCC64.exe builds correctly ...
  • davidi99
  • 1
  • Opened 
    10 days ago
  • #2957

Describe the bug When running a Catch2 binary that has two tests of the same name, no tests are executed, but the exit code of the app is still 0. Expected behavior Exit code should be different than ...
  • FredC-LT
  • 1
  • Opened 
    11 days ago
  • #2956

Description Currently (catch2 v3.8.0) the exit codes are defined in an anonymous namespace inside catch_session.cpp. permalink to github code namespace Catch { namespace { static constexpr ...
  • Laguna1989
  • Opened 
    14 days ago
  • #2955

It might be useful to have a new logger called UNSCOPED_CAPTURE, which relates to CAPTURE in the same way that UNSCOPED_INFO relates to INFO. That is, it works like CAPTURE but its lifetime is not limited ...
  • TysonRayJones
  • Opened 
    19 days ago
  • #2954

Thank you for this nice library. I m having trouble understanding what exactly the numbers outputted in a benchmark mean. Let s take the example of https://github.com/catchorg/Catch2/blob/devel/docs/benchmarks.md ...
  • ben-strasser
  • 4
  • Opened 
    24 days ago
  • #2952

Describe the bug Given generic test data from a table: auto reference_data = GENERATE_COPY( table TReference uint32_t ({ TReference uint32_t (...)), ... }) ); Asserting some condition: CHECK(check_helper_function(std::get ...
  • ghpqans
  • 1
  • Opened 
    24 days ago
  • #2951

Describe the bug Looking at the documentation here it appears that the names of the matchers are missing the Matcher suffix. Expected behavior I would expect to be able to follow the guide 1:1 and compile ...
  • jmonticelli
  • Opened 
    26 days ago
  • #2950

Describe the bug Following the tutorial pages from Catch2, I tried to setup a test environment using the FetchContent module. For some reason it is not able to find certain headerfiles from catch2 failing ...
  • N247S
  • Opened 
    on Jan 15
  • #2947

Describe the bug When trying to stringify a chrono::time_point, the Windows code calls gmtime_s which fails for dates before 1970. The return value (22) is not checked and the std::tm struct is left with ...
Bug
  • sketchylizard
  • 2
  • Opened 
    on Dec 31, 2024
  • #2944
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub