llvm-project/compiler-rt/test/dfsan
Daniel Sanders 922f95ce4b [dfsan] Run the tests for each supported arch and suffix each one to distinguish them.
Summary:
Previously, the tests only ran for the 64-bit equivalent of the default target
(see -m64).
Given the supported architecture list only contains 64-bit targets, this happens
to work out the same as the supported targets in most cases but may matter for
X86_64/X86_64h on Darwin.

For other targets, the practical effect is that the test names contain the
architecture. This resolves some confusion when msan tests fail since their
name no longer implies that they are trying to test the default target.

Reviewers: samsonov

Subscribers: tberghammer, danalbert, llvm-commits, srhines

Differential Revision: http://reviews.llvm.org/D16856

llvm-svn: 260231
2016-02-09 16:20:37 +00:00
..
Inputs
CMakeLists.txt [dfsan] Run the tests for each supported arch and suffix each one to distinguish them. 2016-02-09 16:20:37 +00:00
basic.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
custom.cc [AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686 2015-07-31 10:50:29 +00:00
dump_labels.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
flags.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
fncall.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
label_count.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
lit.cfg [dfsan] Run the tests for each supported arch and suffix each one to distinguish them. 2016-02-09 16:20:37 +00:00
lit.site.cfg.in [dfsan] Run the tests for each supported arch and suffix each one to distinguish them. 2016-02-09 16:20:37 +00:00
propagate.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
vararg.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
write_callback.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00