byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Add a possibility to specify that a TC/TS should be run with threadsafe disabled #468

Open MichaelHuth opened 5 months ago

MichaelHuth commented 5 months ago

We have quite some functions marked as threadsafe in MIES.

Currently when an RTE happens in such a function it gets not visible to the IUTF, when threadsafe is enabled.

However, a lot of tests can also be run with threadsafe support disabled and then the IUTF would catch such RTEs that are currently hidden.

MichaelHuth commented 4 months ago

From discussion on 25 Mar 2024: