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 f09f2a7 commit ae8e5b0Copy full SHA for ae8e5b0
zorg/buildbot/builders/annotated/libc-linux.py
@@ -143,9 +143,8 @@ def main(argv):
143
return
144
with step('libc-integration-tests'):
145
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'])
+ with step('libc-scudo-integration-test'):
+ 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