This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [COMMITTED PATCH] Test that pthread_create diagnoses invalid scheduling parameters.
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Roland McGrath <roland at hack dot frob dot com>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Fri, 21 Nov 2014 19:14:50 +0000
- Subject: Re: [COMMITTED PATCH] Test that pthread_create diagnoses invalid scheduling parameters.
- Authentication-results: sourceware.org; auth=none
- References: <20141120013341 dot AAEF42C3B18 at topped-with-meat dot com>
On Wed, 19 Nov 2014, Roland McGrath wrote:
> Tested x86_64-linux-gnu.
>
>
> Thanks,
> Roland
>
>
> 2014-11-19 Roland McGrath <roland@hack.frob.com>
>
> * nptl/tst-bad-schedattr.c: New file.
> * nptl/Makefile (tests): Add it.
FWIW, I'm seeing this fail on x86_64 (Ubuntu 14.04, GCC 4.9 branch).
pthread_create returned 0 (Success), expected 22 (EINVAL: Invalid argument)
Didn't expect signal from child: got `Aborted'
--
Joseph S. Myers
joseph@codesourcery.com