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 6691395 commit 31c9cd3Copy full SHA for 31c9cd3
zorg/buildbot/builders/annotated/libc-linux.py
@@ -145,11 +145,6 @@ def main(argv):
145
run_command(['ninja', 'libc-integration-tests'])
146
with step('libc-scudo-integration-test'):
147
run_command(['ninja', 'libc-scudo-integration-test'])
148
- with step('AOR Tests'):
149
- aor_dir = os.path.join(source_dir, 'libc', 'AOR_v20.02')
150
- # Remove the AOR build dir.
151
- util.clean_dir(os.path.join(aor_dir, 'build'))
152
- run_command(['make', 'check'], directory=aor_dir)
153
with step('Benchmark Utils Tests'):
154
run_command(['ninja', 'libc-benchmark-util-tests'])
155
0 commit comments