2018-03-19 16:26:08 +00:00
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
required_packages:
|
|
|
|
- llvm-test
|
2019-07-11 15:19:10 +00:00
|
|
|
- rust
|
|
|
|
- cargo
|
2018-03-19 16:26:08 +00:00
|
|
|
tests:
|
2018-09-26 13:23:50 +00:00
|
|
|
- regression-tests:
|
2018-03-19 16:26:08 +00:00
|
|
|
dir: ./
|
2018-09-26 13:23:50 +00:00
|
|
|
run: /usr/libexec/tests/llvm/run-lit-tests --threads 1
|
2019-07-11 15:19:10 +00:00
|
|
|
- rust-sanity:
|
|
|
|
dir: ./
|
|
|
|
run: cargo new hello && cd hello && cargo run
|
2019-07-30 02:43:32 +00:00
|
|
|
# This test ensures that the spec file still builds correctly with
|
|
|
|
# %global compat_build 1
|
|
|
|
# FIXME: This fails, because the CI system has a hard-coded timeout of 4
|
|
|
|
# hours.
|
|
|
|
#- build-compat
|