Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unittests: Debugging release tests #20539

Closed
wants to merge 2 commits into from

Conversation

Teufelchen1
Copy link
Contributor

Contribution description

This PR is not intended to get merged. I merely use it to run some release test using github actions. Miri suggested this is the easiest way for me.

This increases the timeout to for running all unit tests.
This enables text output for each unit test.

@github-actions github-actions bot added Area: tests Area: tests and testing framework Area: sys Area: System labels Apr 4, 2024
@@ -47,7 +47,7 @@ static void TestRunner_startTest(TestListner* self,Test* test)
{
(void)self;
(void)test;
stdimpl_print(".");
stdimpl_print(".\n");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comma should be followed by whitespace 3 line above

i dont care but the static tests do

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From OP:

This PR is not intended to get merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: sys Area: System Area: tests Area: tests and testing framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants