268 Commits

Author SHA1 Message Date
Chris Johns
e9fb4c5bbf bsp-builder: Add lm3s6965_qemu to ARM bsp list. Fix network-debug options. 2016-08-25 16:14:57 +10:00
Chris Johns
f7f0704905 bsp-builder: Fix column printing of the arch/bsp. 2016-08-25 16:13:18 +10:00
Chris Johns
8e13939aa0 bsp-builder: Print one results report only. 2016-08-19 11:56:09 +10:00
Chris Johns
9a1daba2ff bsp-builder: Fix results report columns. 2016-08-19 09:55:03 +10:00
Chris Johns
3a92a544aa bsp-builder: Add ARM bsps. 2016-08-18 21:00:50 +10:00
Chris Johns
51e19af92d bsp-builder: Support per BSP excludes. 2016-08-18 21:00:29 +10:00
Chris Johns
57e4172c26 tester: handle compile argument warnings. 2016-08-18 14:24:45 +10:00
Chris Johns
3e1459496a Add rtems-bsp-builder.
This is a testing tool that builds BSPs with a range of configure options
for regression testing changes do not break the kernel code.

The builds are controlled by an INI file. The INI configuration has profiles
which define a specific set of architures and BSP to build. There are architectures
which contain BSPs and these further define the options needed to build the BSP.
There is also builds which define the variations each BSP is built with.

The build output can be pointed to any suitable disks so you can control where
the output ends up.

This initial release contains tiers and these are only seeded with something to
test with. It does not define the tiers.

Wanrings, object files and libraries are counted.
2016-07-06 17:58:56 +10:00
Chris Johns
dfa2468af6 tester: Fix reraising an exception with Python2 and Python3.
Updates #2619.
2016-03-16 21:39:39 +11:00
Chris Johns
4bcf18b926 tester/sis: Provide the -nouartrx to avoid blocking on stdin. 2016-03-16 16:22:35 +11:00
Chris Johns
1845e9132e tester: Provide a gdb kill method to aid clean ups on ctrl-C. 2016-03-16 16:21:57 +11:00
Chris Johns
6f8b07c3b6 rtemstoolkit: Fix execute's writer thread to not eval() the input.
The conversion to Python3 added an eval() call which is wrong.

Fix the spelling in execute.

Fix labels in the tester gdb locking.

Check the debug-trace arguments.

Close #2642.
2016-03-14 14:59:11 +11:00
Chris Johns
c9ed2483c6 Remove exception test code left in.
Updates #2619.
2016-03-09 14:34:26 +11:00
Chris Johns
6fa359c79d Master branch version is 4.12. 2016-03-09 14:29:14 +11:00
Chris Johns
b7a9c817e1 sis: Option not present with SPARC sim. 2016-03-09 14:28:57 +11:00
Chris Johns
2de37f3432 Python 2 and python 3 refactor fixes.
Updates #2619.
2016-03-09 14:27:42 +11:00
Chris Johns
a5d243d3f8 tester: Remove the RT version.py and use the toolkit's version. 2016-03-04 12:10:09 +11:00
Chris Johns
b0fa2ae998 Update rtems-tool to support Python 2 and 3.
Add solaris and netbsd.

Close #2619.
2016-03-03 16:53:39 +11:00
Chris Johns
7148caeb91 Add Windows specific waf support for MSYS2.
Limit the compilers used to gcc and clang. Clang has not been tested.
Users with MSVC install does not need to remove now.

Force the os.sep path to the standard '\\' on Windows. The MSYS2 python
sets it to '/' for internal project reasons. Doing this does cause waf
problems when running configure so only do this for the build target.

Closes #2583.
2016-02-19 14:51:28 +11:00
Chris Johns
de1beea245 Disable installing PYO and PYC. Fix install paths.
Installing PYO and PYC does not work so disable this. Move the
Python check to the top level and have a single place.

Fix the install paths a revert the 'from . import' changes. This
is resolved by installing into the correct paths.
2016-02-19 11:26:51 +11:00
Chris Johns
f77586956d Fix running rtems-test from inside the git clone. 2015-12-16 08:51:30 +11:00
Aun-Ali Zaidi
2df531a2b7 bsps/m32rsim*: Remove
closes #2447.
2015-12-13 22:10:28 -05:00
Aun-Ali Zaidi
ea51d2ac22 bsps/h8sim*: Remove
closes #2453.
2015-12-13 22:07:58 -05:00
Chris Johns
a6f5f188ce Fix how to use the waf py feature to get py source and pyo file installed.
Thanks to ita for the example.
2015-12-11 17:17:22 +11:00
Chris Johns
efc4f099b4 Add release versioning support.
Support a top level VERSION file that defines an RTEMS release.

Fix the install of the python modules including thertems-test.

Update the git python module to the RSB version. Fix the options to
not call clean and to call dirty.

Update the version python module.

Fix the rtld C++ support to the VERSION file and the top level waf
script.
2015-12-09 20:08:19 +11:00
Sebastian Huber
04a52040ae Python 3 compatibility 2015-11-12 11:15:23 +01:00
Chris Johns
baa798a083 Update the versions strings. 2015-10-19 09:14:57 +11:00
Chris Johns
0382b6863b Fix Windows build issues.
Fix biulding the mmap Windows code.
Fix installing the files for Windows.
2015-10-19 09:06:49 +11:00
Ric Claus
92935ed1a3 qemu.cfg: Options changed to capture test output 2015-09-26 17:16:39 +10:00
Ric Claus
9d266e80a6 xilinx_zynq_a9_qemu_smp.mc: Change realview_pbx_a9_qemu reference to xilinx_zynq_a9_qemu. 2015-09-26 17:16:33 +10:00
Hesham ALMatary
3f3582f933 Rename or1ksim BSP to generic_or1k 2015-04-19 10:46:20 -05:00
Joel Sherrill
a68557dc71 bf537Stamp: Add configuration files 2015-04-14 18:03:28 -05:00
Joel Sherrill
d2d91f56e8 leon3-tsim*: First attempt at LEON3 on tsim support
The rtems-tester does not thing the tests run correctly because
the test output is coming to the terminal window with tsim running
in it.
2015-04-05 10:10:34 -05:00
Joel Sherrill
c0449d55f4 lm32_evr_gdbsim: Add configuration files 2015-04-05 10:10:34 -05:00
Joel Sherrill
7d784d257d psim*.mc: Fix typo 2015-04-04 09:24:02 -05:00
Joel Sherrill
e98d5fa8fe Add configurations for erc32, leon2, and leon3 in GDB SIS
These require a GDB >= 7.9 with Jiri Gaisler's patches applied.
These are currently in the RSB and are in the process of being
merged by the GDB project.
2015-03-29 11:35:59 -05:00
Chris Johns
f5b639bf72 rtems-tester: Remove repeated install line in wscript.
Fixes #2312.
2015-03-27 14:24:11 +11:00
Joel Sherrill
20feafb531 Add rtems-tester configurations for simsh family of BSPs 2015-03-26 16:56:22 -05:00
Joel Sherrill
a30ec562fc Add configurations for all h8 GDB simulator BSP variants 2015-03-12 17:29:52 -05:00
Joel Sherrill
8abbe80191 Add configurations for all arm GDB simulator BSP variants 2015-03-12 17:18:21 -05:00
Joel Sherrill
ab5e0c5165 Add configuration for m32csim BSP for simulator in GDB 2015-03-12 17:18:18 -05:00
Joel Sherrill
b938414d9b Add configuration for m32rsim BSP for simulator in GDB 2015-03-12 13:52:22 -05:00
Joel Sherrill
71fb99bf98 Add configurations for all v850 GDB simulator BSP variants 2015-03-12 13:52:20 -05:00
Adit Sahasrabudhe
01a419253a Modified waf scripts to have a minimum python version requirement of 2.6.6, instead of 2.7.3 2015-02-25 20:46:02 +11:00
Chris Johns
e143a62f6b Fix the chmod octal value to use the correct Python syntax. 2015-02-16 11:30:37 +11:00
Chris Johns
a8c4f3f26c Update the Windows header to direct.h for _mkdir per the MSDN. 2015-02-16 11:30:31 +11:00
Chris Johns
05fe73dfd7 Fix the tester wscript. 2015-02-08 18:40:35 +11:00
Chris Johns
9600c39638 Fixes to the run the waf built tests when installed. 2015-02-08 18:14:16 +11:00
Chris Johns
b7d48ef5a4 Install the rtems-test command.
This installs the Python RTEMS Toolkit.

The copmiler has been switched from forcing gcc to allowing waf
to detect the host's tool chain.
2015-02-08 17:12:04 +11:00
Chris Johns
f381f26e9b Fix covoar so it builds for Windows. 2015-01-20 08:56:14 +11:00