Skip to content

Commit

Permalink
Revert "libc: disable scudo integration tests for now" (#318)
Browse files Browse the repository at this point in the history
Reverts #315 since the issue should have been addressed.
  • Loading branch information
SchrodingerZhu authored Nov 20, 2024
1 parent f09f2a7 commit ae8e5b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions zorg/buildbot/builders/annotated/libc-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])

Expand Down

0 comments on commit ae8e5b0

Please sign in to comment.