Git Product home page Git Product logo

Comments (3)

horenmar avatar horenmar commented on June 7, 2024

Are you running the binary standalone, or inside some IDE? By default Catch2 is not touching the streams, so they might show.

Note the might here, because the compiler is fully within its rights to just delete everything in the test case due to the code invoking UB.

from catch2.

Butanium avatar Butanium commented on June 7, 2024

I'm using Clion. They use the -r xml option which causes the Error:

➜ cmake-build-debug/tests -r xml -d yes --order lex test
<?xml version="1.0" encoding="UTF-8"?>
<Catch2TestRun name="tests" rng-seed="540031174" xml-format-version="3" catch2-version="3.4.0" filters="&quot;test&quot;">
  <TestCase name="test" filename="/home/clementd/Documents/ENS/INF560/yaalpp/tests/test.cpp" line="228">
    <FatalErrorCondition filename="/home/clementd/Documents/ENS/INF560/yaalpp/tests/test.cpp" line="228">
      SIGSEGV - Segmentation violation signal
    </FatalErrorCondition>
    <OverallResult success="false" skips="0" durationInSeconds="7.4e-05"/>
  </TestCase>
  <OverallResults successes="0" failures="1" expectedFailures="0" skips="0"/>
  <OverallResultsCases successes="0" failures="1" expectedFailures="0" skips="0"/>
</Catch2TestRun>Erreur de segmentation (core dumped)

Without -r xml:

cmake-build-debug/tests -d yes --order lex test
Filters: "test"
Randomness seeded to: 1029050377
Cout!
Cerr!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tests is a Catch2 v3.4.0 host application.
Run with -? for options

-------------------------------------------------------------------------------
test
-------------------------------------------------------------------------------
/home/clementd/Documents/ENS/INF560/yaalpp/tests/test.cpp:228
...............................................................................

/home/clementd/Documents/ENS/INF560/yaalpp/tests/test.cpp:228: FAILED:
due to a fatal error condition:
  SIGSEGV - Segmentation violation signal

0.000 s: test
===============================================================================
test cases: 1 | 1 failed
assertions: 1 | 1 failed

Erreur de segmentation (core dumped)

from catch2.

Butanium avatar Butanium commented on June 7, 2024

I tested on the devel branch and I have the same issue.

from catch2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.