summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/exec
AgeCommit message (Expand)Author
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz
2024-05-14[lldb] Fixed the test TestExec (#92082)Dmitry Vasilyev
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-04-17[lldb] Add more asserts to TestExecDave Lee
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Simplify TestExec's source code (2/2)Jonas Devlieghere
2022-08-11[lldb] Simplify TestExec's source codeJonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo
2020-11-18[lldb] [test] Un-XFAIL tests on freebsd/i386Michał Górny
2020-11-09[lldb] [Process/FreeBSDRemote] Handle exec() from inferiorMichał Górny
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny
2020-04-27[lldb] Adjust TestExec code to be closer to real world codeRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht