We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c9cd3 commit dfa11aeCopy full SHA for dfa11ae
zorg/buildbot/builders/annotated/libc-linux.py
@@ -143,8 +143,9 @@ def main(argv):
143
return
144
with step('libc-integration-tests'):
145
run_command(['ninja', 'libc-integration-tests'])
146
- with step('libc-scudo-integration-test'):
147
- run_command(['ninja', 'libc-scudo-integration-test'])
+ # TODO: https://github.com/llvm/llvm-project/issues/116895
+ # with step('libc-scudo-integration-test'):
148
+ # run_command(['ninja', 'libc-scudo-integration-test'])
149
with step('Benchmark Utils Tests'):
150
run_command(['ninja', 'libc-benchmark-util-tests'])
151
0 commit comments