Skip to content

Commit

Permalink
libc: disable scudo integration tests for now (#315)
Browse files Browse the repository at this point in the history
They're failing; not quite sure yet why.

Link: llvm/llvm-project#116895
  • Loading branch information
nickdesaulniers authored Nov 20, 2024
1 parent 31c9cd3 commit dfa11ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zorg/buildbot/builders/annotated/libc-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ def main(argv):
return
with step('libc-integration-tests'):
run_command(['ninja', 'libc-integration-tests'])
with step('libc-scudo-integration-test'):
run_command(['ninja', 'libc-scudo-integration-test'])
# TODO: https://github.com/llvm/llvm-project/issues/116895
# 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 dfa11ae

Please sign in to comment.