summary refs log tree commit diff
path: root/src/test/ui/extern/extern-methods.rs
AgeCommit message (Collapse)AuthorLines
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-3/+1
It makes very little sense to maintain denylists of ABIs when, as far as non-generic ABIs are concerned, targets usually only support a small subset of the available ABIs. This has historically been a cause of bugs such as us allowing use of the platform-specific ABIs on x86 targets – these in turn would cause LLVM errors or assertions to fire. Fixes #57182 Sponsored by: standard.ai
2021-01-13Update code to account for extern ABI requirementMark Rousskov-2/+2
2020-06-04test: ui: skip tests which aren't appropriate for RISC-VTom Eccles-0/+1
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+30