Disable recently added Darwin symbolization tests for iOS.

These tests won't necessarily work because the reported modules paths
from the device don't match what's on the host and so offline
symbolization fails.

llvm-svn: 363641
This commit is contained in:
Dan Liew 2019-06-18 01:38:03 +00:00
parent 745632c63a
commit 9216358c21
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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