This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED PATCH] Test that pthread_create diagnoses invalid scheduling parameters.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]