[compiler-rt] r363641 - Disable recently added Darwin symbolization tests for iOS.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 18:38:03 PDT 2019


Author: delcypher
Date: Mon Jun 17 18:38:03 2019
New Revision: 363641

URL: http://llvm.org/viewvc/llvm-project?rev=363641&view=rev
Log:
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.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc
    compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc?rev=363641&r1=363640&r2=363641&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cc Mon Jun 17 18:38:03 2019
@@ -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

Modified: compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc?rev=363641&r1=363640&r2=363641&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc Mon Jun 17 18:38:03 2019
@@ -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




More information about the llvm-commits mailing list