summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression/fixits
AgeCommit message (Expand)Author
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl
2024-05-29[lldb][Test] Remove some xfails for AArch64 LinuxDavid Spickett
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2023-10-13[lldb] Fix `po` alias by printing fix-its to the console. (#68755)Pete Lawrence
2023-06-12Streamline expression parser error messages.Adrian Prantl
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-10-17Make sure Target::EvaluateExpression() passes up an error instead of silently...Adrian Prantl
2022-09-12Reland "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan
2022-09-08Revert "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan
2022-09-08[lldb] Use just-built libcxx for tests when availableFelipe de Azevedo Piovezan
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2021-09-23[lldb] Show fix-it applied even if expression didn't evaluate succesfullyAugusto Noronha
2021-04-27Also display the underlying error message when displaying a fixitAdrian Prantl
2021-03-10[lldb] [test] Update XFAILs for FreeBSD/aarch64Michał Górny
2020-06-30[lldb/Test] Introduce "assertSuccess"Pavel Labath
2020-04-18[lldb] [testsuite] Fix TestFixIts.py on LinuxJan Kratochvil
2020-04-10[lldb] Make some asserts in TestFixIts more expressiveRaphael Isemann
2020-04-10[lldb] Refactor TestFixIts so that most of it can run on aarch64-linuxRaphael Isemann
2020-04-07Mark TestFixIts.py xfail for LLDB AArch64/LinuxMuhammad Omair Javaid
2020-04-06[lldb] Add option to retry Fix-Its multiple times to failed expressionsRaphael Isemann
2020-04-06[lldb] Also apply Fix-Its in "note:" diagnostics that belong to an error diag...Raphael Isemann
2020-03-30Recommit "[lldb] Make Fix-Its also apply to top-level expressions""Davide Italiano
2020-03-30Revert "[lldb] Make Fix-Its also apply to top-level expressions"Davide Italiano
2020-03-30[lldb] Make Fix-Its also apply to top-level expressionsRaphael Isemann
2020-03-30[lldb] Run TestFixIts on non-Darwin platformsRaphael Isemann
2020-03-30[lldb][NFC] Cleanup TestFixIts.pyRaphael Isemann
2020-03-05[lldb][test] Enable fix-its for the test case that expects them enabledTatyana Krasnukha
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