Skip to content

Commit

Permalink
bless UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
the8472 committed Nov 16, 2024
1 parent 1ee91eb commit 66604c2
Show file tree
Hide file tree
Showing 23 changed files with 167 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ui/abi/c-zst.aarch64-darwin.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -49,6 +50,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/c-zst.powerpc-linux.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Indirect {
Expand Down Expand Up @@ -60,6 +61,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/c-zst.s390x-linux.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Indirect {
Expand Down Expand Up @@ -60,6 +61,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/c-zst.sparc64-linux.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Indirect {
Expand Down Expand Up @@ -60,6 +61,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/c-zst.x86_64-linux.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -49,6 +50,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/c-zst.x86_64-pc-windows-gnu.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Indirect {
Expand Down Expand Up @@ -60,6 +61,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
24 changes: 24 additions & 0 deletions tests/ui/abi/debug.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ error: fn_abi_of(test) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 1,
},
},
mode: Direct(
Expand Down Expand Up @@ -71,6 +72,7 @@ error: fn_abi_of(test) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 1,
},
},
mode: Direct(
Expand Down Expand Up @@ -128,6 +130,7 @@ error: fn_abi_of(TestFnPtr) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 1,
},
},
mode: Direct(
Expand Down Expand Up @@ -165,6 +168,7 @@ error: fn_abi_of(TestFnPtr) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 1,
},
},
mode: Direct(
Expand Down Expand Up @@ -214,6 +218,7 @@ error: fn_abi_of(test_generic) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 8,
},
},
mode: Direct(
Expand Down Expand Up @@ -248,6 +253,7 @@ error: fn_abi_of(test_generic) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -296,6 +302,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 1,
},
},
mode: Direct(
Expand Down Expand Up @@ -330,6 +337,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -366,6 +374,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 4,
},
},
mode: Direct(
Expand Down Expand Up @@ -400,6 +409,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -439,6 +449,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 33,
},
},
mode: Indirect {
Expand Down Expand Up @@ -477,6 +488,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -510,6 +522,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 36,
},
},
mode: Indirect {
Expand Down Expand Up @@ -548,6 +561,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -589,6 +603,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 4,
},
},
mode: Direct(
Expand Down Expand Up @@ -623,6 +638,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -659,6 +675,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 4,
},
},
mode: Direct(
Expand Down Expand Up @@ -693,6 +710,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -735,6 +753,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 4,
},
},
mode: Direct(
Expand Down Expand Up @@ -769,6 +788,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -805,6 +825,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 4,
},
},
mode: Direct(
Expand Down Expand Up @@ -839,6 +860,7 @@ error: ABIs are not compatible
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -906,6 +928,7 @@ error: fn_abi_of(assoc_test) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 8,
},
},
mode: Direct(
Expand Down Expand Up @@ -942,6 +965,7 @@ error: fn_abi_of(assoc_test) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/sysv64-zst.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -49,6 +50,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/win64-zst.x86_64-linux.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -49,6 +50,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/win64-zst.x86_64-windows-gnu.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Indirect {
Expand Down Expand Up @@ -60,6 +61,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/abi/win64-zst.x86_64-windows-msvc.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down Expand Up @@ -49,6 +50,7 @@ error: fn_abi_of(pass_zst) = FnAbi {
},
max_repr_align: None,
unadjusted_abi_align: $SOME_ALIGN,
randomization_seed: 0,
},
},
mode: Ignore,
Expand Down
Loading

0 comments on commit 66604c2

Please sign in to comment.