Re: [PATCH v5 2/2] psxtests: Add a mmap dedicated test case

2017-07-18 Thread Sebastian Huber
This test case fails with RTEMS_DEBUG: *** BEGIN OF TEST PSX MMAP01 *** Init: mmap - map at zero Breakpoint 1, __assert_func (file=file@entry=0x2027fc8 "../../cpukit/../../../erc32/lib/include/rtems/score/chainimpl.h", line=line@entry=686, func=func@entry=0x2029198 <__func__.2359>

Re: [PATCH v5 2/2] psxtests: Add a mmap dedicated test case

2017-07-15 Thread Gedare Bloom
On Fri, Jul 14, 2017 at 4:53 PM, Joel Sherrill wrote: > Does this close the ticket? Or just update it? > I haven't done anything about fhcown and fchmod (whatever those mean in RTEMS) for shared memory. Otherwise, I think the basic functionality is all there. Probably we can close

Re: [PATCH v5 2/2] psxtests: Add a mmap dedicated test case

2017-07-14 Thread Joel Sherrill
Does this close the ticket? Or just update it? Should we have info in the POSIX guide for these calls? On Jul 14, 2017 3:08 PM, "Gedare Bloom" wrote: > I checked these in. Thanks! > > On Thu, Jun 29, 2017 at 10:36 AM, Kevin Kirspel > wrote: > >

Re: [PATCH v5 2/2] psxtests: Add a mmap dedicated test case

2017-07-14 Thread Gedare Bloom
I checked these in. Thanks! On Thu, Jun 29, 2017 at 10:36 AM, Kevin Kirspel wrote: > Updates #2859 > --- > testsuites/psxtests/Makefile.am | 1 + > testsuites/psxtests/configure.ac| 1 + > testsuites/psxtests/psxmmap01/Makefile.am | 22 ++

[PATCH v5 2/2] psxtests: Add a mmap dedicated test case

2017-06-29 Thread Kevin Kirspel
Updates #2859 --- testsuites/psxtests/Makefile.am | 1 + testsuites/psxtests/configure.ac| 1 + testsuites/psxtests/psxmmap01/Makefile.am | 22 ++ testsuites/psxtests/psxmmap01/init.c| 352