about summary refs log tree commit diff
path: root/src/test/ui/llvm-asm
AgeCommit message (Collapse)AuthorLines
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-1006/+0
2021-11-06Move some tests to more reasonable directoriesCaio-0/+84
2021-10-15Bless testsCameron Steffen-3/+3
2021-09-15Move some tests to more reasonable directoriesCaio-0/+21
2021-08-16Handle SrcMgr diagnosticsNikita Popov-3/+5
This is how InlineAsm diagnostics with source information are reported now. Previously a separate InlineAsm diagnostic handler was used.
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-32/+55
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-4/+4
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2021-04-12Compiler error messages: reduce assertiveness of message E0384James Addison-1/+1
This message is emitted as guidance by the compiler when a developer attempts to reassign a value to an immutable variable. Following the message will always currently work, but it may not always be the best course of action; following the 'consider ...' messaging pattern provides a hint to the developer that it could be wise to explore other alternatives.
2021-01-31Move some tests to more reasonable directoriesCaio-0/+29
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+219
Address comments Update limits
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-0/+23
2020-06-04test: ui: skip tests which aren't appropriate for RISC-VTom Eccles-8/+14
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-6/+9
2020-05-18Add tests for asm!Amanieu d'Antras-0/+164
2020-04-17Rename `asm` test directory in favor of `llvm_asm`Yuki Okushi-0/+432