[llvm] bb7b937 - [Orc][examples] Temporarily re-enable tests for the C API and keep an eye on sanitizer bots
Stefan Gränitz via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 27 04:32:08 PST 2022
Author: Stefan Gränitz
Date: 2022-11-27T13:29:53+01:00
New Revision: bb7b937fad4093493ff862f2207cc1aef73adb84
URL: https://github.com/llvm/llvm-project/commit/bb7b937fad4093493ff862f2207cc1aef73adb84
DIFF: https://github.com/llvm/llvm-project/commit/bb7b937fad4093493ff862f2207cc1aef73adb84.diff
LOG: [Orc][examples] Temporarily re-enable tests for the C API and keep an eye on sanitizer bots
This reverts commit 9c63e5b415d1d62116fec160c6ac1f3c00933ed9
Added:
Modified:
llvm/test/Examples/lit.local.cfg
Removed:
################################################################################
diff --git a/llvm/test/Examples/lit.local.cfg b/llvm/test/Examples/lit.local.cfg
index f75ffaf0314e..a9f386033360 100644
--- a/llvm/test/Examples/lit.local.cfg
+++ b/llvm/test/Examples/lit.local.cfg
@@ -3,13 +3,3 @@ 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',
-]
More information about the llvm-commits
mailing list