[PATCH] D66887: [test-suite][WIP] Add GCC C Torture Suite as External Test Suite
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 03:39:01 PDT 2019
asb added a comment.
Thanks for pushing this forwards Sam. For the RISC-V backend we've been using a downstream shell script for this for ages, and I've always felt it would be better if the torture suite could be used from the LLVM test suite. It's been a while since I went over the excluded tests, it's possible it would benefit from further review if all the masked tests really should be masked.
================
Comment at: External/gcc-c-torture/CMakeLists.txt:38
+ # These will compile only
+ function(gcc_torture_compile_test File)
+ get_filename_component(Name ${File} NAME_WE)
----------------
I'm not 100% convinced how useful the compile-only tests are for the test-suite repo. I'd welcome other opinions.
================
Comment at: External/gcc-c-torture/README:8
+
+Last checked at SVN version 275024
----------------
It would be useful to suggest an appropriate svn export command I think.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66887/new/
https://reviews.llvm.org/D66887
More information about the llvm-commits
mailing list