diff options
| author | Renato Golin <renato.golin@linaro.org> | 2015-07-31 10:50:29 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2015-07-31 10:50:29 +0000 |
| commit | 341d42c270bafc85bebdd949ae2362da3f1d9305 (patch) | |
| tree | c8fba8b87a9d5f700f15e4f958afa4ee2e0a88f5 /compiler-rt/test | |
| parent | 311d08f8de5864a5f918adb5e36b4f80a062e51b (diff) | |
| download | bcm5719-llvm-341d42c270bafc85bebdd949ae2362da3f1d9305.tar.gz bcm5719-llvm-341d42c270bafc85bebdd949ae2362da3f1d9305.zip | |
[AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686
llvm-svn: 243743
Diffstat (limited to 'compiler-rt/test')
| -rw-r--r-- | compiler-rt/test/dfsan/custom.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/dfsan/custom.cc b/compiler-rt/test/dfsan/custom.cc index 00ec7924c7a..057b0608e03 100644 --- a/compiler-rt/test/dfsan/custom.cc +++ b/compiler-rt/test/dfsan/custom.cc @@ -5,9 +5,6 @@ // Tests custom implementations of various glibc functions. -// AArch64 segfaults in the dl_iterate_phdr test. -// XFAIL: aarch64 - #include <sanitizer/dfsan_interface.h> #include <arpa/inet.h> |

