about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-23458.rs
AgeCommit message (Collapse)AuthorLines
2021-11-06Move some tests to more reasonable directoriesCaio-12/+0
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-0/+1
2021-02-17Use -Ccodegen-units=1 to make issue-23458 test deterministicTomasz Miąsko-1/+1
The test case fails with either one error or two errors. Use a single code generation unit to avoid nondeterminism.
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-3/+3
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+1
2019-03-24make asm diagnostic instruction optionalAndy Russell-0/+10
`DiagnosticInfoInlineAsm::getInstruction` may return a null pointer, so the instruction shouldn't be blindly unwrapped.