| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
| |
Added automated tests for most of the LIBS*/SYM* options.
Missing tests for options:
LIBS_TO, LIBS_FROM, SYM_BELOW, SYM_NOEXIT
|
| |
|
|
|
| |
Moving test-args/test-common into scripts, to have common
way of running and cheking tests results.
|
| | |
|
| |
|
|
| |
contributed by Dr. David Alan Gilbert <david.gilbert@linaro.org>
|
| |
|
|
|
|
|
| |
- separated 32/64 into single objects that will get included
by each arch
- this way we can choose the appropriate test version for
each architecture
|
| |
|
|
|
|
|
| |
- removed the complex math from test_[short|int]_* functions
and return simple numbers, it's easier to debug
- kept and simplified math for test_long
|
| |
|
|
|
|
|
| |
+ force test.sh to use bash
+ fix test_char tests
contributed by Dr. David Alan Gilbert <david.gilbert@linaro.org>
|
| |
|
|
|
|
|
|
|
|
| |
- added OUTPUT_TTY config file option
it is possible to catch traced program tty output and
storing it to the configured file (0/1/2 descriptors
are monitored)
- added automated test for the option
- refactoring process method a bit
- disabling connection between -R and -q options
|
| |
|
|
|
|
|
| |
So far for x86 and x86_64 others are disabled.
From this time on, I'll try to force addition of automated
test for each fix/feature.. ;)
|
| |
|