[tests] Failure for ring buffer and fibers #126

Open
opened 2025-07-25 02:08:20 +02:00 by Lizzie · 0 comments
Member

Issue

Randomness seeded to: 1193435801

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

-------------------------------------------------------------------------------
Fibers::StartRace
-------------------------------------------------------------------------------
/home/marysue/src/eden/src/tests/common/fibers.cpp:255
...............................................................................

/home/marysue/src/eden/src/tests/common/fibers.cpp:271: FAILED:
  REQUIRE( test_control.value3 == 1 )
with expansion:
  0 == 1

tests: src/catch2/../catch2/internal/catch_output_redirect.hpp:40: void Catch::OutputRedirect::activate(): Assertion `!m_redirectActive && "redirect is already active"' failed.
-------------------------------------------------------------------------------
RingBuffer: Threaded Test
-------------------------------------------------------------------------------
/home/marysue/src/eden/src/tests/common/ring_buffer.cpp:78
...............................................................................

/home/marysue/src/eden/src/tests/common/ring_buffer.cpp:78: FAILED:
  {Unknown expression after the reported line}
due to a fatal error condition:
  SIGABRT - Abort (abnormal termination) signal

===============================================================================
test cases:   27 |   25 passed | 2 failed
assertions: 1390 | 1388 passed | 2 failed

Аварийный останов      (образ памяти сброшен на диск) /tmp/ramdisk/bin/tests

### Issue Randomness seeded to: 1193435801 ~~~~~~~~~~~~~~~~~~~ tests is a Catch2 v3.8.1 host application. Run with -? for options ------------------------------------------------------------------------------- Fibers::StartRace ------------------------------------------------------------------------------- /home/marysue/src/eden/src/tests/common/fibers.cpp:255 ............................................................................... /home/marysue/src/eden/src/tests/common/fibers.cpp:271: FAILED: REQUIRE( test_control.value3 == 1 ) with expansion: 0 == 1 tests: src/catch2/../catch2/internal/catch_output_redirect.hpp:40: void Catch::OutputRedirect::activate(): Assertion `!m_redirectActive && "redirect is already active"' failed. ------------------------------------------------------------------------------- RingBuffer: Threaded Test ------------------------------------------------------------------------------- /home/marysue/src/eden/src/tests/common/ring_buffer.cpp:78 ............................................................................... /home/marysue/src/eden/src/tests/common/ring_buffer.cpp:78: FAILED: {Unknown expression after the reported line} due to a fatal error condition: SIGABRT - Abort (abnormal termination) signal =============================================================================== test cases: 27 | 25 passed | 2 failed assertions: 1390 | 1388 passed | 2 failed Аварийный останов (образ памяти сброшен на диск) /tmp/ramdisk/bin/tests
Lizzie added the
bug
label 2025-07-25 02:08:20 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: eden-emu/eden#126
No description provided.