- Mar 07, 2024
-
-
Mateusz-Kozlowski authored
-
- Jan 12, 2024
-
-
baktrius authored
avoid stack corruption due to large arrays
-
Wojciech Przytuła authored
valgrind complains (and it is probably right) that stack is being corrupted in deadlock5 and deadlock6. It is due to large arrays being allocated on stack. This is solved by allocating them in static memory (BSS region).
-
- Jan 11, 2024
-
-
Krzysztof Rogowski authored
-
baktrius authored
Valgrind & drobne testy
-
- Jan 10, 2024
-
-
Stanisław Czech authored
-
Stanisław Czech authored
-
Stanisław Czech authored
-
- Jan 09, 2024
-
-
baktrius authored
Flush stdout in extended_hello test
-
Filip Krawczyk authored
-
- Jan 08, 2024
-
-
Stanisław Czech authored
-
Stanisław Czech authored
-
Stanisław Czech authored
-
baktrius authored
fix bug in ASSERT_ZERO
-
Wojciech Przytuła authored
`errno` global variable was queried for error code instead of checking content of `_errno` local variable.
-
Stanisław Czech authored
-
Stanisław Czech authored
-
- Jan 07, 2024
-
-
Krzysztof Rogowski authored
-
baktrius authored
Kilka testów
-
- Jan 06, 2024
-
-
Stanisław Czech authored
-
Stanisław Czech authored
-
Stanisław Czech authored
-
Stanisław Czech authored
-
baktrius authored
Test enhancements
-
baktrius authored
Drobna poprawka do testów
-
Stanisław Czech authored
-
Stanisław Czech authored
-
Wojciech Przytuła authored
for better debug experience.
-
Wojciech Przytuła authored
This is UB.
-
Wojciech Przytuła authored
It can be used for checking equality with any MIMPI_Retcode. In a sense, it extends `ASSERT_MIMPI_OK`.
-
Wojciech Przytuła authored
This is a good practice in header files to prevent duplicated definition errors when linking.
-
Wojciech Malecha authored
-
- Jan 05, 2024
-
-
Wojciech Przytuła authored
-
- Jan 04, 2024
-
-
baktrius authored
pipe_closed: allow `MIMPI_SUCCESS` on send to finishing process
-
Krzysztof Rogowski authored
-
baktrius authored
Kilka prostych testów
-
Wojciech Przytuła authored
-
Wojciech Malecha authored
-
Wojciech Malecha authored
-
- Jan 02, 2024
-
-
baktrius authored
Add tests for premature finish of one process
-