Skip to content

Commit

Permalink
[libc builder] Temporarily disable integration tests and loader tests.
Browse files Browse the repository at this point in the history
They will be enabled back on a new bot which will do a full libc build.
  • Loading branch information
Siva Chandra Reddy committed Mar 12, 2021
1 parent 4467941 commit ffd39b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zorg/buildbot/builders/annotated/libc-linux.py
Expand Up @@ -48,10 +48,6 @@ def main(argv):
run_command(['ninja', 'check-libc'])

if not args.asan:
with step('Loader Tests'):
run_command(['ninja', 'libc_loader_tests'])
with step('Integration Tests'):
run_command(['ninja', 'libc-integration-test'])
with step('AOR Tests'):
aor_dir = os.path.join(source_dir, 'libc', 'AOR_v20.02')
# Remove the AOR build dir.
Expand Down

0 comments on commit ffd39b8

Please sign in to comment.