clang/tests/tests.yml

31 lines
870 B
YAML
Raw Normal View History

2018-06-14 04:53:39 +00:00
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- clang
- llvm-test-suite
- ninja-build
2018-06-14 04:53:39 +00:00
- gcc-x86_64-linux-gnu
2019-02-08 17:47:13 +00:00
# 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
2018-06-14 04:53:39 +00:00
tests:
- rhbz#482491:
dir: ./
run: echo "int main(){}" | clang -x c -
2019-02-01 15:04:19 +00:00
- llvm-test-suite
- llvm-abi-test-suite
- rhbz_1657544
2019-02-01 10:00:16 +00:00
- rhbz_1647130
2019-02-08 17:47:13 +00:00
- llvm-toolchain