Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | debug: Additional compiler barriers for backtrace tests [BZ #20956] | Florian Weimer | 2016-12-10 | 1 | -5/+3 |
| | | | | | | The new test framework changed the call stacks. The weak attribute acts as a strong compiler barrier. Some static functions had to be declared extern as a consequence. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | tst-backtrace4: fix a warning message | Tulio Magno Quites Machado Filho | 2015-10-21 | 1 | -2/+2 |
| | | | | | | | Modify a warning message so that it doesn't sound as an error, e.g.: "Obtained backtrace with 6 functions (but wanted at least 6)" Update a comment too. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | tst-backtrace4: expand output even on failures | Mike Frysinger | 2014-02-08 | 1 | -7/+8 |
| | | | | | | | | When debugging failures in this test, it's helpful to see as much output as possible. So rather than returning immediately, let the code run as far as it can. We still mark failures as soon as they happen. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Avoid backtrace tests matching filenames when searching for function names. | Joseph Myers | 2013-01-24 | 1 | -16/+4 |
| | |||||
* | Add tests that backtrace and backtrace_symbols produce correct results. | Joseph Myers | 2013-01-18 | 1 | -0/+134 |