[PATCH] tester: Fix typo

2022-01-11 Thread Sebastian Huber
--- tester/rt/stty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/rt/stty.py b/tester/rt/stty.py index 130318d..fca026a 100644 --- a/tester/rt/stty.py +++ b/tester/rt/stty.py @@ -558,7 +558,7 @@ class tty(object): self._update() def read(self): -

[PATCH] GSoC proof commit

2022-01-11 Thread Rajiv Vaidyanathan
From: Rajiv Vaidyanathan --- testsuites/samples/hello/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 34ded37c55..7cc23f24ff 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/he

[PATCH] GSoC proof commit

2022-01-11 Thread Rajiv Vaidyanathan
From: Rajiv Vaidyanathan --- testsuites/samples/hello/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 34ded37c55..7cc23f24ff 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/he

Re: New validation test suites

2022-01-11 Thread Sebastian Huber
Hello, I implemented the new Interrupt Manager directives for the powerpc/qemu BSPs. The new validation tests pass now on real hardware (MVME2500). Passed:662 Failed: 3 User Input: 5 Expected Fail: 1 Indeterminate: 0 Benchmark: 3 Timeout: 0 Test too long

Re: [PATCH] GSoC proof commit

2022-01-11 Thread Joel Sherrill
Great! As Christain pointed out on Discord, Gedare has already created a GSoC 2022 page: https://devel.rtems.org/wiki/GSoC/2022 Add yourself to the table. Please send a screenshot of running the modified hello world. --joel On Tue, Jan 11, 2022 at 6:32 AM Rajiv Vaidyanathan wrote: > > From: Ra