about summary refs log tree commit diff
path: root/src/test/debuginfo/mutex.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-39/+0
2022-11-10update debuginfo checkjoboet-1/+1
2022-08-12[debuginfo] Update src/test/debuginfo/mutex.rs for new cpp-like enum debuginf...Michael Woerister-5/+7
2022-08-12Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.Michael Woerister-3/+2
2021-09-20Re-enable the `src/test/debuginfo/mutex.rs` test on WindowsWesley Wiser-7/+5
2021-09-15Disable debuginfo test on Windows that fails in new cdb version.Eric Huss-0/+2
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-2/+1
2021-06-25Add debug info tests for range, fix-sized array, and cell types.Nam Nguyen-0/+39