about summary refs log tree commit diff
path: root/src/test/debuginfo/msvc-pretty-enums.rs
AgeCommit message (Expand)AuthorLines
2021-09-10Fix debuginfo tests for the latest version of the Windows SDK.Wesley Wiser-72/+48
2021-09-10Revert "Temporarily ignore some debuginfo tests on windows."Wesley Wiser-4/+0
2021-09-10Temporarily ignore some debuginfo tests on windows.Mara Bos-0/+4
2021-07-19[debuginfo] Adapt CDB tests after changes to whitespace usage in debuginfo ty...Michael Woerister-2/+2
2021-07-06Fix failing test on i686-pc-windows-msvcWesley Wiser-1/+1
2021-07-02Respond to review feedbackWesley Wiser-1/+5
2021-07-02Show the variant name for univariant enumsWesley Wiser-0/+8
2021-07-02Update directly tagged enums to visualize the same as niche-layout enumsWesley Wiser-2/+18
2021-07-01Update cdb tests for expected outputWesley Wiser-8/+8
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-19/+18
2021-06-02Respond to review feedbackWesley Wiser-16/+8
2021-06-02Change the type name from `_enum<..>` to `enum$<..>`Wesley Wiser-34/+34
2021-06-02Make tidy happyWesley Wiser-1/+2
2021-06-02Add/update testsWesley Wiser-0/+104