llvm-project/openmp/tools/archer/tests
Joel E. Denny dd5ba4b585 [OpenMP][NFC] Fix `not` sustitution in tests
D78566 introduced a `\bnot\b` lit substitution in OpenMP test suites.
However, that would corrupt a command like
`FileCheck -implicit-check-not` or any file name like `%t.not`.  We
could use lookbehind/lookahead assertions to avoid such cases, but
this patch switches to `%not` (suggested during the D78566 review) as
a safer option.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D79529
2020-05-11 14:53:48 -04:00
..
barrier [OpenMP][Tool] archer tests require tsan 2019-11-22 17:11:16 +01:00
critical [OpenMP][Tool] archer tests require tsan 2019-11-22 17:11:16 +01:00
ompt
parallel [OpenMP][Tool] archer tests require tsan 2019-11-22 17:11:16 +01:00
races [OpenMP][Tool] Make tests for archer dependent on TSan 2020-01-13 21:47:58 -10:00
reduction [OpenMP][Tool] archer tests require tsan 2019-11-22 17:11:16 +01:00
task [OpenMP][Tool] archer tests require tsan 2019-11-22 17:11:16 +01:00
worksharing [OpenMP][Tool] archer tests require tsan 2019-11-22 17:11:16 +01:00
CMakeLists.txt [OpenMP][Tool] Make tests for archer dependent on TSan 2020-01-13 21:47:58 -10:00
deflake.bash
lit.cfg [OpenMP][NFC] Fix `not` sustitution in tests 2020-05-11 14:53:48 -04:00
lit.site.cfg.in [OpenMP] Add scaffolding for negative runtime tests 2020-04-21 17:10:50 -04:00