diff --git a/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc b/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc index 28393661a1f4..ec4ae0068255 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc +++ b/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc @@ -1,3 +1,4 @@ +// UNSUPPORTED: ios // When `external_symbolizer_path` is empty on Darwin we fallback on using // dladdr as the symbolizer which means we get the symbol name // but no source location. The current implementation also doesn't try to diff --git a/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc b/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc index 84964885e60f..23ca8e6399df 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc +++ b/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc @@ -1,3 +1,4 @@ +// UNSUPPORTED: ios // FIXME(dliew): We currently have to use module map for this test due to the atos // symbolizer changing the module name from an absolute path to just the file name. // rdar://problem/49784442