summaryrefslogtreecommitdiff
path: root/lldb/test/API/iohandler
AgeCommit message (Expand)Author
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-05-13[lldb] Move lldb_enable_attach from test_common to a separate header (#139550)Pavel Labath
2025-03-19[lldb] Require wide char support in unicode test (#131951)David Peixotto
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-12-16[lldb] Disable TestIOHandlerResizeNoEditline.py for Windows hosts (#120025)Dmitry Vasilyev
2024-05-15[lldb][Windows] Fixed the TestIOHandlerResizeNoEditline test (#92286)Dmitry Vasilyev
2024-04-29Skip various tests under ASAN on green dragon (#90531)Adrian Prantl
2023-09-27Fix a bug in handling ^C at the "y/n/a" completion prompt.Jim Ingham
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-05-18[lldb/test] Fix failures caused by a previous PExpect.launch changeMed Ismail Bennani
2022-05-18Revert "[lldb/test] Make some tests as XFAIL while I investigate the issue"Med Ismail Bennani
2022-05-18[lldb/test] Make some tests as XFAIL while I investigate the issueMed Ismail Bennani
2022-04-08Skip test on earlier clang versionsAdrian Prantl
2022-03-28[LLDB] Skip TestProcessIOHandlerInterrupt Arm/AArch64 LinuxMuhammad Omair Javaid
2022-03-18[lldb] Increase timeout in TestProcessIOHandlerInterruptPavel Labath
2022-03-18[lldb] Fix TestProcessIOHandlerInterrupt.py for macosPavel Labath
2022-03-18[lldb] Fix ^C handling in IOHandlerProcessSTDIOPavel Labath
2022-03-08[LLDB] Skip TestIOHandlerProcessSTDIO.py for Arm/AArch64 LinuxMuhammad Omair Javaid
2022-03-07[lldb] Add a setting to change the autosuggestion ANSI escape codesJonas Devlieghere
2022-03-02[lldb] Skip check for the lldb prompt in TestIOHandlerProcessSTDIOJonas Devlieghere
2022-03-02[lldb] Avoid data race in IOHandlerProcessSTDIOJonas Devlieghere
2022-02-14[lldb] Skip TestIOHandlerPythonREPLSigint if *host* is linuxJonas Devlieghere
2022-01-15[LLDB] Skip TestIOHandlerPythonREPLSigint.py on AArch64/LinuxMuhammad Omair Javaid
2022-01-14[LLDB] Skip TestIOHandlerPythonREPLSigint.py on Arm/LinuxMuhammad Omair Javaid
2022-01-13[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTJonas Devlieghere
2021-11-13Revert "[lldb] Fix that the embedded Python REPL crashes if it receives SIGINT"Raphael Isemann
2021-11-12[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTRaphael Isemann
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-08-30[LLDB] Fix 'std::out_of_range' crashing bug when file name completion using f...Hiroki
2021-08-09[LLDB] Skip random fails on Arm/AArch64 Linux buildbotMuhammad Omair Javaid
2021-08-04[LLDB] Skip flaky tests on Arm/AArch64 Linux botsMuhammad Omair Javaid
2021-08-02[LLDB] Skip random failing tests on Arm/AArch64 Linux botsMuhammad Omair Javaid
2021-03-10[lldb] [test] Update XFAILs for FreeBSD/aarch64Michał Górny
2020-08-14[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai
2020-08-12Revert "[lldb] Display autosuggestion part in gray if there is one possible s...Raphael Isemann
2020-08-12[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai
2020-07-08[lldb] Skip TestIOHandlerResizeNoEditline on WindowsRaphael Isemann
2020-07-07[lldb] Make TestIOHandlerResizeNoEditline pass with Python 2Raphael Isemann
2020-06-30[lldb/Test] Skip TestIOHandlerResizeNoEditline with reproducersJonas Devlieghere
2020-06-19[lldb] Fix that SIGWINCH crashes IOHandlerEditline when we are not using the ...Raphael Isemann
2020-05-12[lldb/Driver] Support terminal resizingFred Riss
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht