Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the Makefile - this version should work on the bot | Jim Ingham | 2018-01-12 | 1 | -4/+3 |
| | | | | llvm-svn: 322341 | ||||
* | Print the SBDebugger.CreateTarget error message. | Jim Ingham | 2018-01-12 | 1 | -1/+3 |
| | | | | | | | This is failing on the bot but not locally. Maybe the error message will tell us why. llvm-svn: 322338 | ||||
* | Fix the same thinko in another place... | Jim Ingham | 2018-01-11 | 1 | -1/+1 |
| | | | | | | Thanks Jason. llvm-svn: 322329 | ||||
* | Fix a tiny thinko in this test and re-add. | Jim Ingham | 2018-01-11 | 4 | -0/+120 |
| | | | | | | target.IsValid() not target... llvm-svn: 322328 | ||||
* | [testsuite] Remove a broken test which tried to find App in bundles. | Davide Italiano | 2018-01-11 | 5 | -119/+0 |
| | | | | | | | That never really worked, and the change associated isn't yet committed, so, let's try to make the bots green for now. llvm-svn: 322322 | ||||
* | Make the bundle folders in the find-app-in-bundle test non-empty | Pavel Labath | 2018-01-11 | 2 | -0/+0 |
| | | | | | | | git will not create empty folders, which makes this test fail if the repo is checked out with git. llvm-svn: 322271 | ||||
* | Running this on other systems won't work because I don't | Jim Ingham | 2018-01-10 | 1 | -0/+1 |
| | | | | | | know how to specifically build a MachO binary on other systems. llvm-svn: 322239 | ||||
* | Runs the part of the test that just finds the binary on all systems. | Jim Ingham | 2018-01-10 | 1 | -13/+14 |
| | | | | | | That should work everywhere. Then only try actually running on macosx. llvm-svn: 322235 | ||||
* | Add a test for finding a binary in an app package. | Jim Ingham | 2018-01-10 | 5 | -0/+117 |
llvm-svn: 322232 |