summaryrefslogtreecommitdiffstats
path: root/llvm/utils/test_debuginfo.pl
Commit message (Collapse)AuthorAgeFilesLines
* [debuginfo] Remove obsolete test_debuginfo.pl that was moved to debuginfo-tests.Don Hinton2017-12-151-80/+0
| | | | | | | | | | | | | | | | | Summary: Now that r320495, "[debuginfo-tests] Support moving debuginfo-tests to llvm/projects," has landed, which includes a local copy of test_debuginfo.pl, remove the obsolete copy. Reviewers: zturner, aprantl Reviewed By: aprantl Subscribers: llvm-commits, JDevlieghere Differential Revision: https://reviews.llvm.org/D41260 llvm-svn: 320771
* Re-revert "Refactor debuginfo-tests."Zachary Turner2017-11-211-1/+1
| | | | | | | | | | This is still breaking greendragon. At this point I give up until someone can fix the greendragon bots, and I will probably abandon this effort in favor of using a private github repository. llvm-svn: 318722
* Resubmit "Refactor debuginfo-tests" again.Zachary Turner2017-11-201-1/+1
| | | | | | | | | | | | This was reverted due to the tests being run twice on some build bots. Each run had a slightly different configuration due to the way in which it was being invoked. This fixes the problem (albeit in a somewhat hacky way). Hopefully in the future we can get rid of the workflow of running debuginfo-tests as part of clang, and then this hack can go away. llvm-svn: 318697
* Re-revert "Refactor debuginfo-tests"Zachary Turner2017-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | This is still broken because it causes certain tests to be run twice with slightly different configurations, which is wrong in some cases. You can observe this by running: ninja -nv check-all | grep debuginfo-tests And seeing that it passes clang/test and clang/test/debuginfo-tests to lit, which causes it to run debuginfo-tests twice. The fix is going to involve either: a) figuring out that we're running in this "deprecated" configuration, and then deleting the clang/test/debuginfo-tests path, which should cause it to behave identically to before, or: b) make lit smart enough that it doesn't descend into a sub-suite if that sub-suite already has a lit.cfg file. llvm-svn: 318486
* Resubmit "Refactor debuginfo-tests"Zachary Turner2017-11-161-1/+1
| | | | | | | | | | This was reverted due to some failures on specific darwin buildbots, the issue being that the new lit configuration was not setting the SDKROOT environment variable. We've tested a fix locally and confirmed that it works, so this patch resubmits everything with the fix applied. llvm-svn: 318435
* Revert "Update test_debuginfo.pl script to point to new tree location."Zachary Turner2017-11-131-1/+1
| | | | | | | | This reverts the aforementioned patch and 2 subsequent follow-ups, as some buildbots are still failing 2 tests because of it. Investigation is ongoing into the cause of the failures. llvm-svn: 318112
* Update test_debuginfo.pl script to point to new tree location.Zachary Turner2017-11-101-1/+1
| | | | llvm-svn: 317949
* test_debuginfo.pl: Make failures easier to debug by printing the debuggerAdrian Prantl2014-02-201-0/+2
| | | | | | output. llvm-svn: 201809
* debuginfo-tests: Add support for an lldb wrapper scriptAdrian Prantl2013-09-061-1/+18
| | | | | | to be used on darwin in lieu of gdb. llvm-svn: 190186
* Fix a "Bad fd number" error on some platforms due to a less portableEric Christopher2012-07-231-1/+1
| | | | | | | | redirection in the system call. Patch by Andy Gibbs. llvm-svn: 160644
* Typo.Eric Christopher2012-06-261-1/+1
| | | | llvm-svn: 159178
* Fix typo in temp. script file name.Devang Patel2010-09-131-1/+1
| | | | llvm-svn: 113787
* Add little test script to check debug info.Devang Patel2010-09-131-0/+61
llvm-svn: 113779
OpenPOWER on IntegriCloud