summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/return-value
AgeCommit message (Expand)Author
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere
2022-06-07[LLDB] Remove decorator from XPASSes AArch64/WindowsMuhammad Omair Javaid
2022-05-12We don't require users to type out the full context of a function, forJim Ingham
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2021-08-17[lldb] Include arm64 in affected_by_radar_34562999Jonas Devlieghere
2021-07-12[LLDB] Testsuite: Add helper to check for AArch64 targetMuhammad Omair Javaid
2021-03-10[lldb] [test] Update XFAILs for FreeBSD/aarch64Michał Górny
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny
2020-06-30[TestReturnValue] Skip based on architecutre, not platform.Davide Italiano
2020-05-11[LLDB] Decorate tests failing on arm-linux buildbotMuhammad Omair Javaid
2020-02-13[lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in th...Raphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht