From ae8e5b0b10ebd695f2e6fc7ab8bd96d43090e37d Mon Sep 17 00:00:00 2001 From: Schrodinger ZHU Yifan Date: Wed, 20 Nov 2024 10:39:17 -0500 Subject: [PATCH] Revert "libc: disable scudo integration tests for now" (#318) Reverts llvm/llvm-zorg#315 since the issue should have been addressed. --- zorg/buildbot/builders/annotated/libc-linux.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zorg/buildbot/builders/annotated/libc-linux.py b/zorg/buildbot/builders/annotated/libc-linux.py index 016fdaed4..04121539a 100644 --- a/zorg/buildbot/builders/annotated/libc-linux.py +++ b/zorg/buildbot/builders/annotated/libc-linux.py @@ -143,9 +143,8 @@ def main(argv): return with step('libc-integration-tests'): run_command(['ninja', 'libc-integration-tests']) - # TODO: https://github.com/llvm/llvm-project/issues/116895 - # with step('libc-scudo-integration-test'): - # run_command(['ninja', 'libc-scudo-integration-test']) + with step('libc-scudo-integration-test'): + run_command(['ninja', 'libc-scudo-integration-test']) with step('Benchmark Utils Tests'): run_command(['ninja', 'libc-benchmark-util-tests'])