about summary refs log tree commit diff
path: root/tests/rustdoc-json/fn_pointer
AgeCommit message (Collapse)AuthorLines
2025-06-09rustdoc-json: Rearrange deck chairs in ABI testingJubilee Young-6/+3
We move the vectorcall ABI tests into their own file which is now only run on x86-64, while replacing them with rust-cold ABI tests so that aarch64 hosts continue to test an unstable ABI. A better solution might be cross-compiling or something but I really don't have time for that right now.
2025-03-21tests/rustdoc-json: replace `$.index[*][?` with `$.index[?`Alona Enraght-Moony-20/+20
Done automatically with VSCode.
2025-03-03Always allow rustdoc-json tests to contain long linesNoratrieb-6/+0
The rustdoc-json test syntax often requires very long lines, so the checks for long lines aren't really useful.
2024-09-01rustdoc: normalise type/field names in rustdoc-json-types/jsondoclintschvv31n-10/+10
2024-07-19Update all rustdoc-json/ tests to use the new styleLeón Orell Valerian Liehr-20/+20
2023-11-07tests/rustdoc-json: Remove some needless uses of `#![no_core]`.Alona Enraght-Moony-3/+0
Done by removing all uses of `#![no_core]`, and the reverting the ones that failed. More involved ones are in a later commit.
2023-08-23Fix rustdoc-json testsNoah Lev-20/+20
2023-05-22Serialize all enums as externally tagged to guarantee compatibility with ↵Luca Palmieri-21/+22
binary formats such as bincode or postcard
2023-04-29Update testsGary Guo-1/+0
2023-01-11Move /src/test to /testsAlbert Larsan-0/+48