aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-20 08:56:46 +0000
committerGitHub <noreply@github.com>2021-05-20 08:56:46 +0000
commitca206dd3bbe8b6063216a466cd9a21fa44af3172 (patch)
tree32efee0c82065913a4b8429ec550ef5b65527b25 /gcc/rust
parent05f9e179a86ffe24a080a5e1de2b67e9164bd8c6 (diff)
parent033c1a83ab0fb2511885dc57f6c5cd6ca04a9abf (diff)
parentd89249208a000bb3dab553f4484724b61ecb0c70 (diff)
downloadgcc-ca206dd3bbe8b6063216a466cd9a21fa44af3172.zip
gcc-ca206dd3bbe8b6063216a466cd9a21fa44af3172.tar.gz
gcc-ca206dd3bbe8b6063216a466cd9a21fa44af3172.tar.bz2
Merge #393 #431
393: Add support for 'unsupported' test cases in testsuite r=philberty a=dkm Add support for 'unsupported' test cases in testsuite Introduce an 'unsupported/' directory in the testsuite. It should contains tests case for which the compiler currently has an incorrect behavior: - its accepts invalid input - it rejects valid input Some basic guidelines are provided in unsupported.exp. 431: Add Issue and PR templates r=philberty a=philberty This removes the greetings automation and adds in PR and issue templates in github. These were taken from rust-clippy as a base and changed for GCC Rust. Co-authored-by: Marc Poulhiès <dkm@kataplop.net> Co-authored-by: Philip Herron <philip.herron@embecosm.com>