about summary refs log tree commit diff
path: root/tests/debuginfo
AgeCommit message (Collapse)AuthorLines
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
tests: re-enable pretty-std-collections on macOS Fixes #78665. I made some small modifications to this test so that it would pass for me locally (though I was only able to test using lldb without built-in Rust support, but that seems to be the mode in which it would fail). I ran it a few hundred times with stage one and stage two to see if I could re-produce the spurious failures that were being reported in #78665 and couldn't. From the discussion in #78665, it seemed like this was related to Xcode versions and could be reproduced locally fairly easily. It's been a couple years since this was disabled so a lot has changed. If this starts failing spuriously again then we can disable it and I can look into that. r? `@wesleywiser` (discussed in wg-debugging's triage meeting)
2023-08-30tests: re-enable pretty-std-collections on macOSDavid Wood-1/+0
Signed-off-by: David Wood <david@davidtw.co>
2023-08-25tests: add test for #67992David Wood-0/+31
Signed-off-by: David Wood <david@davidtw.co>
2023-07-29Replace ignore-everything with only-archJubilee Young-10/+3
Combining revisions with only-arch allows specifying that a test only applies to a handful of targets. This allows removing a large amount of repetition in the test suite for tests that do not benefit. The revisions are suboptimal for this for some tests, so they aren't preferred in those cases.
2023-07-17Update natvis to match full type names for Arc, Rc, Weak, etcWesley Wiser-1/+1
Also update a test case to have the correct whitespace in a type name.
2023-07-03fix type bracesCyborus04-1/+1
2023-07-03Update `debuginfo` test output to describe new structure of `Rc`/`Arc`Trevor Gross-13/+13
2023-05-13Add multiple borrow test.Camille GILLOT-0/+8
2023-05-13Add debuginfo test.Camille GILLOT-0/+165
2023-05-02Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiserDylan DPC-2/+0
Stabilize debugger_visualizer This stabilizes the `debugger_visualizer` attribute (#95939). * Marks the `debugger_visualizer` feature as `accepted`. * Marks the `debugger_visualizer` attribute as `ungated`. * Deletes feature gate test, removes feature gate from other tests. Closes #95939
2023-05-01remove bootstrap from testsGibby Free-2/+0
2023-04-27Remove repeated definite articlescui fliter-1/+1
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-04-25Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrumbors-2/+2
Add support for allocators in `LinkedList` Allows `LinkedList` to use a custom allocator
2023-04-24Add support for allocators in LinkedListRyan Lowe-2/+2
2023-04-23Fortify test.Camille GILLOT-7/+15
2023-04-16ci: add a runner for vanilla LLVM 16Josh Stone-0/+2
Like #107044, this will let us track compatibility with LLVM 16 going forward, especially after we eventually upgrade our own to the next. This also drops `tidy` here and in `x86_64-gnu-llvm-15`, syncing with that change in #106085.
2023-04-14rename rust-lldb to needs-rust-lldb for consistencyPietro Albini-9/+9
2023-04-05Fix function order in an msvc debuginfo testRémy Rakic-1/+1
The function names with const generic parameters are printed in a different order.
2023-04-05Fix a debuginfo test with a hard-coded hashThom Chiovoloni-2/+2
2023-03-13Bless debuginfo test.Camille GILLOT-1/+0
2023-03-01stabilize debugger visualizer attributeGibby Free-2/+2
2023-02-28Remove the `capture_disjoint_fields` featureclubby789-8/+3
2023-01-29Upgrade mingw-w64 on CIMateusz Mikuła-1/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+16671