about summary refs log tree commit diff
path: root/src/test/ui/transmute
AgeCommit message (Collapse)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-9/+9
2018-12-30Fix variable string size problem in transmute testvarkor-3/+3
2018-12-28Clarify wording of E0512varkor-89/+89
2018-12-25Remove licensesMark Rousskov-103/+28
2018-08-14Normalize tests for i686 Windows.David Wood-17/+23
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+223
2018-03-14update testsGuillaume Gomez-4/+4
2018-02-26Update UI testsVadim Petrochenkov-19/+19
2018-02-25Update ui testsGuillaume Gomez-0/+4
2017-12-14Support regexes in custom normalization in UI testsVadim Petrochenkov-2/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-23/+23
2017-07-11compiletest: Support custom normalization rules.kennytm-58/+35
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-3/+3
Prior to this PR, when we aborted because a "critical pass" failed, we displayed the number of errors from that critical pass. While that's the number of errors that caused compilation to abort in *that place*, that's not what people really want to know. Instead, always report the total number of errors, and don't bother to track the number of errors from the last pass that failed. This changes the compiler driver API to handle errors more smoothly, and therefore is a compiler-api-[breaking-change]. Fixes #42793.
2017-06-18Update UI tests to be platform independentMark Simulacrum-74/+107
2017-06-18Update transmute size lints.Mark Simulacrum-0/+345
Also moves a few transmute tests to UI tests to better test their output.