[PATCH 0/1] Edited sig2str/str2sig tests per mentor feedback

2021-07-18 Thread Matt Joyce
Here is the new version of the psxsignal09 test and the compile only test based on mentor's feedback. Matt Joyce (1): testsuites: Added tests for sig2str/str2sig methods spec/build/testsuites/psxtests/grp.yml| 2 + spec/build/testsuites/psxtests/libpsxhdrs.yml | 1 + .../build/test

[PATCH 1/1] testsuites: Added tests for sig2str/str2sig methods

2021-07-18 Thread Matt Joyce
Added psxsignal09 in psxtests and compile only test in psxhdrs in order to evaluate newly added POSIX standard methods in Newlib. --- spec/build/testsuites/psxtests/grp.yml| 2 + spec/build/testsuites/psxtests/libpsxhdrs.yml | 1 + .../build/testsuites/psxtests/psxsignal09.yml | 21 +

Re: [PATCH] AddressToLineMapper.h: Remove pointer to temporary string

2021-07-18 Thread Chris Johns
Hi Alex, This looks good and can be pushed. Thank you. Chris On 17/7/21 4:03 am, Alex White wrote: > CID 1505281: Pointer to local outside scope > > Closes #4473 > --- > tester/covoar/AddressToLineMapper.cc | 11 --- > tester/covoar/AddressToLineMapper.h | 21 - >