about summary refs log tree commit diff
path: root/tests/ui/issues/issue-23302-enum-infinite-recursion
AgeCommit message (Collapse)AuthorLines
2024-04-07Move testsCaio-92/+0
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-15/+6
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-9/+1
2024-01-29Move multiple UI issue tests to subdirectoriesMarek 'seqre' Grzelak-0/+109
Issue tests numbered 1920, 3668, 5997, 23302, 32122, 40510, 57741, 71676, and 76077 were moved to relevant better-named subdirectories. ISSUES_ENTRY_LIMIT was adjusted to match new number of files and FIXME note was expanded.