Skip to content

Make custom printf independent from pending runtime errors #452

@Garados007

Description

@Garados007

We already use a small trick which performs tasks that can have new runtime errors for GetWavePointer:

Make/FREE/T/N=2 address
MultiThread address = GetWavePointer_Impl(wv)

Using this for printf, we can allow pending runtime errors from the test case and create new messages at the same time. To prevent the double execution, we can check in the called function if it was called a second time and just return.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions