Re: [PATCH] eng: Add guidelines for validation tests

2023-06-15 Thread Gedare Bloom
LGTM On Thu, Jun 15, 2023 at 4:06 AM Sebastian Huber wrote: > > On 15.06.23 11:28, Frank Kühndel wrote: > > > >> + > >> +* Tests for fatal errors shall have ``fatal`` as the most general > >> file part, > >> + for example ``ts-fatal-too-large-tls-size.c``. > >> + > >> +* Validation test suites s

Re: [PATCH] eng: Add guidelines for validation tests

2023-06-15 Thread Sebastian Huber
On 15.06.23 11:28, Frank Kühndel wrote: + +* Tests for fatal errors shall have ``fatal`` as the most general file part, +  for example ``ts-fatal-too-large-tls-size.c``. + +* Validation test suites shall have ``validation`` as the most general file +  part, for example ``ts-validation-no-cl

Re: [PATCH] eng: Add guidelines for validation tests

2023-06-15 Thread Frank Kühndel
On 6/15/23 09:33, Sebastian Huber wrote: Subject: [PATCH] eng: Add guidelines for validation tests From: Sebastian Huber Date: 6/15/23, 09:33 To: devel@rtems.org Update #3717. --- eng/req/howto.rst | 59 +++ 1 file changed, 59 insertions

[PATCH] eng: Add guidelines for validation tests

2023-06-15 Thread Sebastian Huber
Update #3717. --- eng/req/howto.rst | 59 +++ 1 file changed, 59 insertions(+) diff --git a/eng/req/howto.rst b/eng/req/howto.rst index 0de3c01..688f693 100644 --- a/eng/req/howto.rst +++ b/eng/req/howto.rst @@ -1127,6 +1127,65 @@ the following post-con