[Orc][examples] Temporarily disable tests for the C API due to failures on sanitizer...
authorStefan Gränitz <stefan.graenitz@gmail.com>
Fri, 6 Aug 2021 09:15:54 +0000 (11:15 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Fri, 6 Aug 2021 09:33:01 +0000 (11:33 +0200)
These tests were added while the OrcV2Example tests had been disabled:
https://reviews.llvm.org/rGe5d8cfb2f134fcf0235ec1a35eec875a9cd36b21

Failures on sanitizer bots:
https://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan/7992/testReport/

llvm/test/Examples/lit.local.cfg

index a9f3860..f75ffaf 100644 (file)
@@ -3,3 +3,13 @@ if not config.build_examples or sys.platform in ['win32']:
 
 # Test discovery should ignore subdirectories that contain test inputs.
 config.excludes = ['Inputs']
+
+# Tests for the C API are disabled temporarily due to failures on sanitizer bots:
+# https://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan/7992/testReport/
+config.excludes += [
+  'orcv2-cbindings-add-object-file.test',
+  'orcv2-cbindings-basic-usage.test',
+  'orcv2-cbindings-lazy.test',
+  'orcv2-cbindings-reflect-process-symbols.test',
+  'orcv2-cbindings-removable-code.test',
+]