diff options
| author | Jason Molenda <jmolenda@apple.com> | 2017-04-04 01:09:20 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2017-04-04 01:09:20 +0000 |
| commit | 498ff61e2db14c0313dfa30b3abca6836102e5d8 (patch) | |
| tree | 0767c3eb4b3f01400c0f8686a8d60e21c2ccf512 /llvm/lib/Fuzzer/FuzzerIO.cpp | |
| parent | 3896bf7453f2c807f2fb3de55b978da433fa5aec (diff) | |
| download | bcm5719-llvm-498ff61e2db14c0313dfa30b3abca6836102e5d8.tar.gz bcm5719-llvm-498ff61e2db14c0313dfa30b3abca6836102e5d8.zip | |
Skip three test cases that are asserting on macosx as of r299199. A quick
look showed that the target's arch has no core / byte order and so when
AuxVector::AuxVector calls into a dataextractor and sets the byte size to 0,
it asserts. e.g.
m_arch = {
m_triple = (Data = "x86_64--linux", Arch = x86_64, SubArch = NoSubArch, Vendor = UnknownVendor, OS = Linux, Environment = UnknownEnvironment, ObjectFormat = ELF)
m_core = kCore_invalid
m_byte_order = eByteOrderInvalid
m_flags = 0x00000000
m_distribution_id = <no value available>
}
<rdar://problem/31380097>
llvm-svn: 299408
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerIO.cpp')
0 files changed, 0 insertions, 0 deletions

