diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-29 22:26:02 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-29 22:26:02 +0200 |
commit | 6ff002a3ee341782567b71a42d0e7eb3be596480 (patch) | |
tree | 6b11afafc52b92986494394fabb6ca31de4eea53 /open_issues/libpthread_glibc_nptl_testsuite.mdwn | |
parent | a29dec0b89f2961c8af41e6cd851b4ed9c9d28d8 (diff) | |
download | web-6ff002a3ee341782567b71a42d0e7eb3be596480.tar.gz web-6ff002a3ee341782567b71a42d0e7eb3be596480.tar.bz2 web-6ff002a3ee341782567b71a42d0e7eb3be596480.zip |
open_issues/glibc: 8958805c11c741d9211e20612c86271d906c9a0b (2012-07-28; 2012-06-30)
Diffstat (limited to 'open_issues/libpthread_glibc_nptl_testsuite.mdwn')
-rw-r--r-- | open_issues/libpthread_glibc_nptl_testsuite.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/open_issues/libpthread_glibc_nptl_testsuite.mdwn b/open_issues/libpthread_glibc_nptl_testsuite.mdwn new file mode 100644 index 00000000..687f8eea --- /dev/null +++ b/open_issues/libpthread_glibc_nptl_testsuite.mdwn @@ -0,0 +1,28 @@ +[[!meta copyright="Copyright © 2012 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag open_issue_glibc open_issue_libpthread]] + +For fun and profit we should run [[glibc]]'s [[NPTL]] testsuite against +[[libpthread]]. + +Also, there are sometimes issues fixed in NPTL that libpthread should also be +checked against. Totally incomplete list: + + * Return `EAGAIN` instead of `ENOMEM`, glibc + 5bdcc10322c488f53557440acf71623d8b313ab5. + * `pthread_cancel` when single-threaded, glibc + 439bf404b8fa125cf950dc1aa37838702c5353ea, [[!sourceware_PR 13613]], + [[!message-id "20120509202437.268a72b9@spoyarek"]]. + * `__libc_stack_end`, glibc 9c6ea9facbba4d430807bd21fa82892d713b1ecd, + 18b5e737de22462ab6b3fc89f26c9ad480ebb843, [[!sourceware_PR 12416]], + [[!message-id "20120419120021.4780e8c8@spoyarek"]], [[!message-id + "20120615005913.4f517e02@spoyarek"]], [[!message-id + "4FE378DE.8050906@mentor.com"]]. |