Re: [PATCH] testsuites/dl11: Test TLS on a secondary thread

2024-02-18 Thread Joel Sherrill
I think this is ok also. On Sun, Feb 18, 2024, 10:20 PM Chris Johns wrote: > Looks good. Thanks > > Chris > > On 19/2/2024 3:16 pm, Kinsey Moore wrote: > > This adds a pthread that runs the test as well to increase test > > coverage. The original test would have passed if all threads returned >

Re: [PATCH] testsuites/dl11: Test TLS on a secondary thread

2024-02-18 Thread Chris Johns
Looks good. Thanks Chris On 19/2/2024 3:16 pm, Kinsey Moore wrote: > This adds a pthread that runs the test as well to increase test > coverage. The original test would have passed if all threads returned > the address of the Init task's errno since no additional threads or > tasks were checked.

[PATCH] testsuites/dl11: Test TLS on a secondary thread

2024-02-18 Thread Kinsey Moore
This adds a pthread that runs the test as well to increase test coverage. The original test would have passed if all threads returned the address of the Init task's errno since no additional threads or tasks were checked. --- testsuites/libtests/dl11/dl-load.c | 72 +++---