Re: Automate RTEMS test results?

2014-09-06 Thread Gedare Bloom
See tester in rtems-tools.git it is designed for exactly what you ask. You probably need to modify an existing script to run or1ksim. On Sep 6, 2014 2:58 PM, Hesham Moustafa heshamelmat...@gmail.com wrote: Hi, Given that I am able to run qemu-or1k from sim-scripts (I will push the script

Re: Automate RTEMS test results?

2014-09-06 Thread Hesham Moustafa
On Sat, Sep 6, 2014 at 9:35 PM, Gedare Bloom ged...@rtems.org wrote: See tester in rtems-tools.git it is designed for exactly what you ask. You probably need to modify an existing script to run or1ksim. Thanks I did, and now I am running the new script added for or1ksim BSP. On Sep 6, 2014

Re: OpenRISC/or1ksim RTEMS Tester results

2014-09-06 Thread Joel Sherrill
Not bad for a first run. :) Now look at timeouts and see if they can be addressed easily. May just need more run time. Or the failures? On September 6, 2014 6:07:50 PM CDT, Hesham Moustafa heshamelmat...@gmail.com wrote: Hi all, Just want to share with you the results I got from running RTEMS

Re: OpenRISC/or1ksim RTEMS Tester results

2014-09-06 Thread Chris Johns
On 7/09/2014 9:30 am, Joel Sherrill wrote: Not bad for a first run. :) Yeah nice work. I would love to commit a patch for this. Now look at timeouts and see if they can be addressed easily. May just need more run time. Or the failures? Timeouts can be tricky with different host and

[PATCH] [RTEMS TESTER] Add new OpenRISC/or1ksim BSP script using qemu

2014-09-06 Thread Hesham ALMatary
--- tester/rtems/testing/bsps/or1ksim.mc | 53 1 file changed, 53 insertions(+) create mode 100644 tester/rtems/testing/bsps/or1ksim.mc diff --git a/tester/rtems/testing/bsps/or1ksim.mc b/tester/rtems/testing/bsps/or1ksim.mc new file mode 100644 index

Re: [PATCH] [RTEMS TESTER] Add new OpenRISC/or1ksim BSP script using qemu

2014-09-06 Thread Hesham Moustafa
On Sep 7, 2014 3:18 AM, Joel Sherrill joel.sherr...@oarcorp.com wrote: Shouldn't your name be on it? :) I did almost nothing but copying another file and changing few lines to fit with or1k :-) Post the list of failures on devel@ and maybe they will be ones we recognize as common.