about summary refs log tree commit diff
path: root/tests/debuginfo
AgeCommit message (Expand)AuthorLines
2024-08-18Fix up a special caseBen Kimock-7/+0
2024-08-18Replace gdbr with gdbgBen Kimock-461/+461
2024-08-18Delete gdbg commandsBen Kimock-398/+0
2024-08-16Enable more debuginfo tests on WindowsBen Kimock-12/+8
2024-08-16Re-enable debuginfo tests on freebsdBen Kimock-4/+0
2024-08-16Auto merge of #128913 - saethlin:unignore-debuginfo-tests, r=compiler-errorsbors-72/+48
2024-08-15Disable macro-stepping on current lldbBen Kimock-1/+2
2024-08-13Require gdb version on some testsBen Kimock-9/+4
2024-08-13Use the `enum2$` Natvis visualiser for repr128 C-style enumsbeetrees-0/+50
2024-08-11Fix debuginfo providers/testsBen Kimock-6/+6
2024-08-11Enable debuginfo tests that have been temporarily disabled for yearsBen Kimock-71/+51
2024-08-09Polymorphize RawVecBen Kimock-1/+1
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-2/+2
2024-07-09Add Natvis visualiser and debuginfo tests for `f16`beetrees-33/+152
2024-06-13Add debuginfo tests for collapse_debuginfo for statics.Dario Nieuwenhuis-0/+48
2024-06-05remove const arg windows debug info testsBoxy-3/+0
2024-06-05Fix function-names.rs testMichael Goulet-2/+2
2024-06-05Bless tests and handle tests/crashesBoxy-2/+2
2024-06-01Increase vtable layout sizeMark Rousskov-3/+3
2024-05-20Fix `tests/debuginfo/strings-and-strs`.Nicholas Nethercote-2/+2
2024-05-11lldb-formatters: Use StdSliceSyntheticProvider for &strVladimir Makayev-3/+66
2024-05-05Implement lldb formattter for "clang encoded" enums (LLDB 18.1+)Vladimir Makayev-23/+102
2024-04-26Update lldb only testsVadim Petrochenkov-0/+2
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-92/+18
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-10/+17
2024-04-22Stabilize generic `NonZero`.Markus Reiter-2/+0
2024-04-15disable two debuginfo tests under gdb 15Rémy Rakic-0/+4
2024-03-29Add rust-lldb pretty printing for Path and PathBufNathan Henrie-0/+29
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-1656/+1648
2024-03-15Fix unknown `dwim-print` command.Markus Reiter-4/+4
2024-03-15Fix remaining LLDB commands.Markus Reiter-29/+29
2024-03-15Use explicit LLDB commands instead of `print`/`p` aliases.Markus Reiter-838/+830
2024-03-14Remove LLDB persistent results in `compiletest`.Markus Reiter-826/+824
2024-03-14Fix `StdNonZeroNumberSummaryProvider`.Markus Reiter-12/+14
2024-03-14Try fixing `debuginfo` test.Markus Reiter-12/+12
2024-03-12std: move `Once` implementations to `sys`joboet-2/+2
2024-03-05Update debuginfo testsChris Denton-2/+2
2024-02-25Use generic `NonZero` in tests.Markus Reiter-54/+54
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-406/+406
2024-02-22Ignore tidy linelength许杰友 Jieyou Xu (Joe)-0/+1
2024-02-16update debuginfo testjoboet-2/+2
2024-01-27Update tests.Markus Reiter-27/+27
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-1/+149
2024-01-12update debuginfo tests on Windowsjoboet-2/+2
2024-01-08Improved support of collapse_debuginfo attribute for macros.Andrew Zhogin-0/+462
2023-11-04Check alignment of pointers only when read/written throughBen Kimock-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-24/+24
2023-10-20s/Generator/Coroutine/Oli Scherer-8/+8
2023-09-12Auto merge of #115128 - davidtwco:re-enable-debuginfo-test, r=wesleywiserbors-1/+0
2023-08-30tests: re-enable pretty-std-collections on macOSDavid Wood-1/+0