diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-20 08:56:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 08:56:46 +0000 |
commit | ca206dd3bbe8b6063216a466cd9a21fa44af3172 (patch) | |
tree | 32efee0c82065913a4b8429ec550ef5b65527b25 /gcc/rust | |
parent | 05f9e179a86ffe24a080a5e1de2b67e9164bd8c6 (diff) | |
parent | 033c1a83ab0fb2511885dc57f6c5cd6ca04a9abf (diff) | |
parent | d89249208a000bb3dab553f4484724b61ecb0c70 (diff) | |
download | gcc-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>