[libFuzzer] Disable dataflow.test on AArch64.
authorMatt Morehouse <mascasa@google.com>
Tue, 10 Jul 2018 20:45:36 +0000 (20:45 +0000)
committerMatt Morehouse <mascasa@google.com>
Tue, 10 Jul 2018 20:45:36 +0000 (20:45 +0000)
commit79d55d30c3ea53bc22889a11113646b298b86063
treeb5b55e4b8ca9a926d141c30d8eb1f64f3ea760b3
parent87951b6693bf061108fed2f2f95374905e4e60c7
[libFuzzer] Disable dataflow.test on AArch64.

Summary:
After my recent change to allow MSan + libFuzzer, the
ExplodeDFSanLabelsTest.cpp test started to overflow the stack with
recursive function SetBytesForLabel() on an AArch64 bot.  Perhaps that
bot has a smaller stack size, or maybe AArch64 has larger stack frames
for this particular function.

Reviewers: kcc, javed.absar

Reviewed By: kcc

Subscribers: kristof.beyls, llvm-commits

Differential Revision: https://reviews.llvm.org/D49150

llvm-svn: 336725
compiler-rt/test/fuzzer/dataflow.test