# # ChangeLog for tester in rtems-tools # # Generated by Trac 1.2.1.dev0 # 04/18/24 01:13:16 Sun, 01 Jun 2014 04:43:03 GMT Chris Johns [60937e1] * tester/rt/config.py (modified) test: Strengthen the timeout handling by killing the process. Sat, 31 May 2014 10:03:05 GMT Chris Johns [c04a849] * rtemstoolkit/execute.py (modified) * rtemstoolkit/stacktraces.py (added) * tester/rt/bsps.py (added) * tester/rt/config.py (modified) * tester/rt/test.py (modified) tester: Correctly handle contro-c. Add support to kill running ... Wed, 14 May 2014 23:36:29 GMT Joel Sherrill [ab131bb] * tester/rtems/testing/bsps/jmr3904-run.mc (added) * tester/rtems/testing/bsps/jmr3904.mc (added) Add jmr3904 GDB simulator support Sun, 27 Apr 2014 17:35:01 GMT Ben Gras [803b63d] * tester/rt/test.py (modified) add --filter to specify the set of selected tests. . parameter is ... Mon, 28 Apr 2014 23:18:14 GMT Chris Johns [4efea40] * tester/rtems/testing/bsps/beagleboardxm.mc (modified) bsp: Clean up the BBxM BSP configuration. Mon, 28 Apr 2014 23:10:14 GMT Chris Johns [bd0fbd6] * tester/rtems/testing/bsps/beagleboardxm.mc (modified) bsp: Break on the terminate halt to get fatal handlers run. Thu, 24 Apr 2014 07:52:32 GMT Chris Johns [4e8f984] * tester/rtems/testing/bsps/beagleboardxm.mc (added) bsp: Add Beagleboard xM support. Thu, 10 Apr 2014 08:21:24 GMT Chris Johns [b45ca52] * tester/rtems/testing/bsps/psim-run.mc (modified) tester: Fix the psim script. Wed, 26 Mar 2014 05:45:19 GMT Chris Johns [05d2385] * tester/rtems/testing/bsps/psim-device-tree (added) * tester/rtems/testing/bsps/psim-run.mc (added) * tester/rtems/testing/bsps/psim.mc (added) bsp: Add psim. Wed, 26 Mar 2014 05:45:06 GMT Chris Johns [a116962] * tester/rt/config.py (modified) tester: The process returns an exit code not an errno. Fri, 14 Feb 2014 19:30:06 GMT Chris Johns [50fdf12] * rtemstoolkit/.gitignore (added) * rtemstoolkit/__init__.py (added) * rtemstoolkit/check.py (added) * rtemstoolkit/config.py (added) * rtemstoolkit/darwin.py (added) * rtemstoolkit/error.py (added) * rtemstoolkit/execute.py (added) * rtemstoolkit/freebsd.py (added) * rtemstoolkit/git.py (added) * rtemstoolkit/linux.py (added) * rtemstoolkit/log.py (added) * rtemstoolkit/macros.py (added) * rtemstoolkit/mailer.py (added) * rtemstoolkit/options.py (added) * rtemstoolkit/path.py (added) * rtemstoolkit/version.py (added) * rtemstoolkit/windows.py (added) * tester/.gitignore (added) * tester/config/base.cfg (added) * tester/config/checks.cfg (added) * tester/rt/__init__.py (added) * tester/rt/config.py (added) * tester/rt/console.py (added) * tester/rt/gdb.py (added) * tester/rt/options.py (added) * tester/rt/pygdb/__init__.py (added) * tester/rt/pygdb/mi_parser.py (added) * tester/rt/pygdb/spark.py (added) * tester/rt/report.py (added) * tester/rt/stty.py (added) * tester/rt/test.py (added) * tester/rt/version.py (added) * tester/rtems-test (added) * tester/rtems/testing/bsps/mcf5235.mc (added) * tester/rtems/testing/bsps/realview_pbx_a9_qemu.mc (added) * tester/rtems/testing/bsps/sis-run.mc (added) * tester/rtems/testing/bsps/sis.mc (added) * tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.mc (added) * tester/rtems/testing/bsps/xilinx_zynq_a9_qemu_smp.mc (added) * tester/rtems/testing/bsps/xilinx_zynq_zc706.mc (added) * tester/rtems/testing/console.cfg (added) * tester/rtems/testing/defaults.mc (added) * tester/rtems/testing/gdb.cfg (added) * tester/rtems/testing/qemu.cfg (added) * tester/rtems/testing/run.cfg (added) * tester/rtems/testing/testing.mc (added) * tester/rtems/version.cfg (added) rt: Add the rtems-tester.