about summary refs log tree commit diff
path: root/src/test/ui/span/issue-33884.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2020-11-22Drop support for cloudabi targetsLzu Tao-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-0/+1
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+2
It looks like many of these tests are already disabled on emscripten, which also doesn't seem to support environment variables and subprocess spawning. Just add a similar tag for CloudABI. While there, sort some of the lists of operating systems alphabetically.
2017-04-20Add test for issue 33884Esteban Küber-0/+27
Fix #33884