From: Kuba Mracek Date: Tue, 2 May 2017 20:09:33 +0000 (+0000) Subject: [asan] Mark atos-symbolizer-dyld-root-path.cc testcase as unsupported on iOS. X-Git-Tag: llvmorg-5.0.0-rc1~6134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24d754271568914a9216a2eaf29b94c948e86b72;p=platform%2Fupstream%2Fllvm.git [asan] Mark atos-symbolizer-dyld-root-path.cc testcase as unsupported on iOS. llvm-svn: 301967 --- diff --git a/compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc b/compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc index d2facd6..fc3d0dd 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc +++ b/compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc @@ -6,6 +6,9 @@ // Due to a bug in atos, this only works on x86_64. // REQUIRES: asan-64-bits +// Path returned by `which atos` is invalid on iOS. +// UNSUPPORTED: ios + #include #include int main(int argc, char **argv) {