summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-symbolizer/print_context.c
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-symbolizer][test] Simplify test input readingJames Henderson2019-01-311-1/+1
| | | | | | | | | | | | | | | | | | This change migrates most llvm-symbolizer tests away from reading input via stdin and instead using --obj + positional arguments for the file and addresses respectively, which makes the tests easier to read. One exception is the test test/tools/llvm-symbolizer/pdb/pdb.test, which was doing some manipulation on the input addresses. This patch simplifies this somewhat, but it still reads from stdin. More changes to follow to simplify/break-up other tests. Reviewed by: dblaikie Differential Revision: https://reviews.llvm.org/D57441 llvm-svn: 352752
* Get rid of even more "%T" expansions, see <https://reviews.llvm.org/D35396>.Kuba Mracek2017-08-201-4/+5
| | | | llvm-svn: 311294
* llvm-symbolizer/print_context.c test: Make debug info path independentDavid Blaikie2017-07-301-1/+6
| | | | llvm-svn: 309518
* llvm-symbolizer: Make test portable using an explicit object file rather ↵David Blaikie2017-07-301-12/+11
| | | | | | than the host compiler llvm-svn: 309517
* Make test robust to changes in prefix/avoid hardcoded line numbersDavid Blaikie2017-07-301-7/+8
| | | | llvm-svn: 309516
* Revert "[AVR] Mark a failing symbolizer test as XFAIL"Dylan McKay2017-07-301-3/+0
| | | | | | This reverts commit 83a0e876349adb646ba858eb177b22b0b4bfc59a. llvm-svn: 309515
* [AVR] Mark a failing symbolizer test as XFAILDylan McKay2017-07-301-0/+3
| | | | llvm-svn: 309512
* [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-191-1/+1
| | | | | | | | | | | | Summary: Removed unwanted --check-prefix=CHECK from numerous unit tests. Reviewers: t.p.northover, dblaikie, uweigand, MatzeB, tstellarAMD, mcrosier Subscribers: mcrosier, dsanders Differential Revision: http://reviews.llvm.org/D19279 llvm-svn: 266834
* [llvm-symbolizer] -print-source-context-lines option to print source code ↵Mike Aizatsky2016-01-091-0/+22
around the line. Differential Revision: http://reviews.llvm.org/D15909 llvm-svn: 257236
OpenPOWER on IntegriCloud