tstellar / rpms / clang

Forked from rpms/clang 6 years ago
Clone
Blob Blame History Raw
- hosts: localhost
  roles:
  - role: standard-test-basic
    tags:
      - classic
    required_packages:
      - clang
      - llvm-test-suite
      - ninja-build
      - gcc-x86_64-linux-gnu
      # FIXME: It would be nice if we could only install dependencies for a
      # single test rather than installing dependencies for all tests.  This
      # will help us catch bugs with implicit package dependencies e.g.
      # package A depends on package B but does not have an explicit Requires.
      # These are required for the llvm-toolchain test:
      - clang
      - lld
      - compiler-rt
      - libcxx-devel
      - glibc-devel
      - gcc
    repositories:
    - repo: "https://src.fedoraproject.org/tests/llvm-test-suite.git"
      dest: "llvm-test-suite"
    tests:
      - rhbz#482491:
          dir: ./
          run: echo "int main(){}" | clang -x c -
      - llvm-test-suite/test-suite
      - llvm-test-suite/abi-test-suite
      - rhbz_1657544
      - rhbz_1647130
      - llvm-toolchain