Re: [PATCH v2 1/1] newlib01: Check exit procs for global FILE obj

2022-03-29 Thread Matthew Joyce
Hi Dr. Joel, I just sent an update which addresses these issues. Thanks! Sincerely, Matt On 28.03.22 23:13, Joel Sherrill wrote: I don't see anything obviously wrong but I don't have any idea what the test is actually trying to exercise. How about some comments and is there a doc file in

Re: [PATCH v2 1/1] newlib01: Check exit procs for global FILE obj

2022-03-28 Thread Joel Sherrill
I don't see anything obviously wrong but I don't have any idea what the test is actually trying to exercise. How about some comments and is there a doc file in this test directory that needs updating? --joel On Mon, Mar 28, 2022 at 4:04 AM Matthew Joyce < matthew.jo...@embedded-brains.de>

[PATCH v2 1/1] newlib01: Check exit procs for global FILE obj

2022-03-28 Thread Matthew Joyce
From: Matt Joyce --- testsuites/libtests/newlib01/init.c | 110 ++-- 1 file changed, 88 insertions(+), 22 deletions(-) diff --git a/testsuites/libtests/newlib01/init.c b/testsuites/libtests/newlib01/init.c index c58154023b..bba187e8e2 100644 ---