[PATCH v6] tests: add xetpriority.test

2016-03-19 Thread Fei Jie
* resource.c (SYS_FUNC(getpriority), SYS_FUNC(setpriority)): Print the second syscall argument using %d format. * tests/xetpriority.c: New file. * tests/xetpriority.test: New test. * tests/.gitignore: Add xetpriority. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add xetpriority.test. --

Re: [PATCH v6] tests: add xetpriority.test

2016-03-18 Thread Dmitry V. Levin
On Thu, Mar 17, 2016 at 05:30:45PM +0800, Fei Jie wrote: > * resource.c (SYS_FUNC(getpriority), SYS_FUNC(setpriority)): Print > the second syscall argument using %d format. > * tests/xetpriority.c: New file. > * tests/xetpriority.test: New test. > * tests/.gitignore: Add xetpriority. > * tests/Make