Skip to content

Make custom printf independent from pending runtime errors #452

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions