Rollup merge of #104496 - djkoloski:dont_normalize_compiler_backtraces, r=jackh726
Don't attempt to normalize compiler backtraces Backtraces can very significantly depending on environment and cause spurious test suite failures. Ensuring a proper failure-status should be sufficient to keep a crash properly documented. This caused a failure in Fuchsia's test suite CI due to an extra newline between "stack" and "error" appearing after normalization. cc ````@jackh726```` r? ````@tmandry````
This commit is contained in:
commit
039cae73ad
@ -1,9 +1,6 @@
|
||||
// check-fail
|
||||
// failure-status: 101
|
||||
// normalize-stderr-test "note: .*" -> ""
|
||||
// normalize-stderr-test "thread 'rustc' .*" -> ""
|
||||
// normalize-stderr-test " .*\n" -> ""
|
||||
// normalize-stderr-test " .*\n" -> ""
|
||||
// dont-check-compiler-stderr
|
||||
// known-bug: #103899
|
||||
|
||||
trait BaseWithAssoc {
|
||||
|
@ -1,12 +0,0 @@
|
||||
|
||||
stack
|
||||
error:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
query#0#1end
|
Loading…
x
Reference in New Issue
Block a user