[compiler-rt] r301967 - [asan] Mark atos-symbolizer-dyld-root-path.cc testcase as unsupported on iOS.

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 13:09:34 PDT 2017


Author: kuba.brecka
Date: Tue May  2 15:09:33 2017
New Revision: 301967

URL: http://llvm.org/viewvc/llvm-project?rev=301967&view=rev
Log:
[asan] Mark atos-symbolizer-dyld-root-path.cc testcase as unsupported on iOS.


Modified:
    compiler-rt/trunk/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc?rev=301967&r1=301966&r2=301967&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc Tue May  2 15:09:33 2017
@@ -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 <stdlib.h>
 #include <string.h>
 int main(int argc, char **argv) {




More information about the llvm-commits mailing list