[PATCH] D66887: [test-suite][WIP] Add GCC C Torture Suite as External Test Suite

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 08:54:24 PDT 2019


lenary created this revision.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.

This patch adds support for testing clang/LLVM against the GCC Torture
suite. I still need to document what to check out and where, but this should be
enough to start running tests.

I'm not sure whether I should be adding test output for each test to this repo,
which is a larger task.

TODO:

- Review Skip List for specific targets
- Add compile-only tests
- (Maybe) add test output for these tests
- Document checkout paths.


Repository:
  rT test-suite

https://reviews.llvm.org/D66887

Files:
  External/CMakeLists.txt
  External/gcc-c-torture/CMakeLists.txt
  External/gcc-c-torture/execute/CMakeLists.txt
  External/gcc-c-torture/execute/ieee/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66887.217662.patch
Type: text/x-patch
Size: 6286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190828/0486c542/attachment.bin>


More information about the llvm-commits mailing list