This is an archive of the discontinued LLVM Phabricator instance.

[lsan] Reenable lsan tests on ARM bots
ClosedPublic

Authored by m.ostapenko on Apr 13 2017, 4:40 AM.

Details

Summary

This patch addresses pr32636. Enable lsan tests on ARM bots filtering out Thumb targets.
Tested locally on ARM Arndale board in two configurations:

  1. CFLAGS="-march=armv7-a"
Testing Time: 37.57s
  Expected Passes    : 69
  Unsupported Tests  : 7
  1. CFLAGS="-march=armv7-a -mthumb"
Testing Time: 0.16s
  Unsupported Tests  : 76

Diff Detail

Repository
rL LLVM

Event Timeline

m.ostapenko created this revision.Apr 13 2017, 4:40 AM
rengolin accepted this revision.Apr 13 2017, 4:44 AM

Thanks for looking into this. LGTM!

This revision is now accepted and ready to land.Apr 13 2017, 4:44 AM
This revision was automatically updated to reflect the committed changes.

Thanks! Watching for buildbots...