Skip to content

Commit dfa11ae

Browse files
libc: disable scudo integration tests for now (#315)
They're failing; not quite sure yet why. Link: llvm/llvm-project#116895
1 parent 31c9cd3 commit dfa11ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ def main(argv):
143143
return
144144
with step('libc-integration-tests'):
145145
run_command(['ninja', 'libc-integration-tests'])
146-
with step('libc-scudo-integration-test'):
147-
run_command(['ninja', 'libc-scudo-integration-test'])
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'])
148149
with step('Benchmark Utils Tests'):
149150
run_command(['ninja', 'libc-benchmark-util-tests'])
150151

0 commit comments

Comments
 (0)