<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/test/src/pthread, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[libc] remove errno.h includes (#110934)</title>
<updated>2024-10-05T23:31:36+00:00</updated>
<author>
<name>Job Henandez Lara</name>
<email>jobhdezlara93@gmail.com</email>
</author>
<published>2024-10-05T23:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=46944b0cbc9a9d8daad0182c40fcd3560bc9ca35'/>
<id>46944b0cbc9a9d8daad0182c40fcd3560bc9ca35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#93622)</title>
<updated>2024-05-30T18:27:50+00:00</updated>
<author>
<name>Hendrik Hübner</name>
<email>117831077+HendrikHuebner@users.noreply.github.com</email>
</author>
<published>2024-05-30T18:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=485f9f589595006a8d10b8d39bde7124b0dc2042'/>
<id>485f9f589595006a8d10b8d39bde7124b0dc2042</id>
<content type='text'>
New pull request for https://github.com/llvm/llvm-project/issues/89443

The previous PR was reverted after breaking fullbuild due to a missing
struct declaration, which I forgot to commit.

Reverts revert and adds the missing pthread_rwlockattr_getkind_np /
pthread_rwlockattr_setkind_np functions and tests respecitvely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New pull request for https://github.com/llvm/llvm-project/issues/89443

The previous PR was reverted after breaking fullbuild due to a missing
struct declaration, which I forgot to commit.

Reverts revert and adds the missing pthread_rwlockattr_getkind_np /
pthread_rwlockattr_setkind_np functions and tests respecitvely.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions" (#91966)</title>
<updated>2024-05-13T13:43:14+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-05-13T13:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=27595c4befbbf42891ef7e13fe28926eb7fc825d'/>
<id>27595c4befbbf42891ef7e13fe28926eb7fc825d</id>
<content type='text'>
Reverts llvm/llvm-project#90249

Fullbuild is broken:
https://lab.llvm.org/buildbot/#/builders/163/builds/56501</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts llvm/llvm-project#90249

Fullbuild is broken:
https://lab.llvm.org/buildbot/#/builders/163/builds/56501</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#90249)</title>
<updated>2024-05-13T13:35:17+00:00</updated>
<author>
<name>Hendrik Hübner</name>
<email>117831077+HendrikHuebner@users.noreply.github.com</email>
</author>
<published>2024-05-13T13:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d2676a73336b83607565fb2e4ce61bd67d732b09'/>
<id>d2676a73336b83607565fb2e4ce61bd67d732b09</id>
<content type='text'>
Closes #89443

I added the two missing functions and respective test cases. Let me know
if anything needs changing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #89443

I added the two missing functions and respective test cases. Let me know
if anything needs changing.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][POSIX][pthreads] implement pthread_rwlockattr_t functions (#89322)</title>
<updated>2024-04-22T19:03:27+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>nickdesaulniers@users.noreply.github.com</email>
</author>
<published>2024-04-22T19:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=dd7963239e94bcd46e56ae90b08d2d0c9904ff00'/>
<id>dd7963239e94bcd46e56ae90b08d2d0c9904ff00</id>
<content type='text'>
Implement:
- pthread_rwlockattr_destroy
- pthread_rwlockattr_getpshared
- pthread_rwlockattr_init
- pthread_rwlockattr_setpshared</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement:
- pthread_rwlockattr_destroy
- pthread_rwlockattr_getpshared
- pthread_rwlockattr_init
- pthread_rwlockattr_setpshared</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] fixup nascent pthread_condattr_test (#89308)</title>
<updated>2024-04-19T16:15:47+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>nickdesaulniers@users.noreply.github.com</email>
</author>
<published>2024-04-19T16:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=854cc8986650267846c5eaf8ba164584a9ea7c01'/>
<id>854cc8986650267846c5eaf8ba164584a9ea7c01</id>
<content type='text'>
- use namespaced identifiers
- add corresponding headers for namespaced declarations
- replace time.h and errno.h with finer grain includes
- update cmake

Fixes: #88987
Fixes: #89261
Link: #88997
Link: #89262</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use namespaced identifiers
- add corresponding headers for namespaced declarations
- replace time.h and errno.h with finer grain includes
- update cmake

Fixes: #88987
Fixes: #89261
Link: #88997
Link: #89262</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] set cmake dependencies for condattr test (#89103)</title>
<updated>2024-04-17T17:34:23+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>nickdesaulniers@users.noreply.github.com</email>
</author>
<published>2024-04-17T17:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=eefee382186005d3662958e076c8e61e286ea1ab'/>
<id>eefee382186005d3662958e076c8e61e286ea1ab</id>
<content type='text'>
The entrypoints are not yet exposed on non-x86. Express this dependency
to
unbreak post submit.

Fixes #88987</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The entrypoints are not yet exposed on non-x86. Express this dependency
to
unbreak post submit.

Fixes #88987</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][POSIX][pthreads] implement pthread_condattr_t functions (#88987)</title>
<updated>2024-04-17T16:31:29+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>nickdesaulniers@users.noreply.github.com</email>
</author>
<published>2024-04-17T16:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=06947b9f8d258fe66fc69f1e7c0197cb621da3a5'/>
<id>06947b9f8d258fe66fc69f1e7c0197cb621da3a5</id>
<content type='text'>
Implement:
- pthread_condattr_destroy
- pthread_condattr_getclock
- pthread_condattr_getpshared
- pthread_condattr_init
- pthread_condattr_setclock
- pthread_condattr_setpshared

Fixes: #88581</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement:
- pthread_condattr_destroy
- pthread_condattr_getclock
- pthread_condattr_getpshared
- pthread_condattr_init
- pthread_condattr_setclock
- pthread_condattr_setpshared

Fixes: #88581</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Mass replace enclosing namespace (#67032)</title>
<updated>2023-09-26T09:45:04+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2023-09-26T09:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b6bc9d72f65a5086f310f321e969d96e9a559e75'/>
<id>b6bc9d72f65a5086f310f321e969d96e9a559e75</id>
<content type='text'>
This is step 4 of
https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is step 4 of
https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Run all unit tests, irrespective of whether they belong to a test suite.</title>
<updated>2023-04-24T22:37:58+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2023-04-20T07:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e831f73ac034f3a43aa9dcccf7ceb7b269089ef6'/>
<id>e831f73ac034f3a43aa9dcccf7ceb7b269089ef6</id>
<content type='text'>
Previously, only those unit tests which belonged to a suite were run as
part of libc-unit-tests. It meant that unit tests not part of any suite
were not being tested. This change makes all unit tests run as part of
libc-unit-tests. The convenience function to add a libc unit test suite
has been removed and add_custom_target is used in its place. One of the
bit-rotting test has along been fixed. Math exhaustive and differential
tests are skipped under full build.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D148784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, only those unit tests which belonged to a suite were run as
part of libc-unit-tests. It meant that unit tests not part of any suite
were not being tested. This change makes all unit tests run as part of
libc-unit-tests. The convenience function to add a libc unit test suite
has been removed and add_custom_target is used in its place. One of the
bit-rotting test has along been fixed. Math exhaustive and differential
tests are skipped under full build.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D148784
</pre>
</div>
</content>
</entry>
</feed>
