Skip to content

Tests/Kernel: Port pthread-cond-timedwait-example to LibTest - #27016

Open
LucasChollet wants to merge 1 commit into
SerenityOS:masterfrom
LucasChollet:pthread-test
Open

Tests/Kernel: Port pthread-cond-timedwait-example to LibTest#27016
LucasChollet wants to merge 1 commit into
SerenityOS:masterfrom
LucasChollet:pthread-test

Conversation

@LucasChollet

Copy link
Copy Markdown
Member

Two functional changes were also applied:

  • We no longer check for errno, as mandated by POSIX, pthread_cond_timedwait returns the error directly.
  • I reduced the wait time so the test run in ~2s rather than ~75s.

Two functional changes were also applied:
 - We no longer check for errno, as mandated by POSIX,
   pthread_cond_timedwait returns the error directly.
 - I reduced the wait time so the test run in ~2s rather than ~75s.
@github-actions github-actions Bot added the 馃憖 pr-needs-review PR needs review from a maintainer or community member label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

馃憖 pr-needs-review PR needs review from a maintainer or community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant