Skip to content

Commit ae8e5b0

Browse files
author
Schrodinger ZHU Yifan
authored
Revert "libc: disable scudo integration tests for now" (#318)
Reverts #315 since the issue should have been addressed.
1 parent f09f2a7 commit ae8e5b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

zorg/buildbot/builders/annotated/libc-linux.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,8 @@ def main(argv):
143143
return
144144
with step('libc-integration-tests'):
145145
run_command(['ninja', 'libc-integration-tests'])
146-
# TODO: https://github.com/llvm/llvm-project/issues/116895
147-
# with step('libc-scudo-integration-test'):
148-
# run_command(['ninja', 'libc-scudo-integration-test'])
146+
with step('libc-scudo-integration-test'):
147+
run_command(['ninja', 'libc-scudo-integration-test'])
149148
with step('Benchmark Utils Tests'):
150149
run_command(['ninja', 'libc-benchmark-util-tests'])
151150

0 commit comments

Comments
 (0)