[PATCH] Android test runner for ASan lit tests

Evgeniy Stepanov eugenis at google.com
Wed Feb 12 03:39:57 PST 2014


  It looks like all alternatives are much worse, so I'd like to return to this patch.
  In this new iteration we no longer need prefix all commands that must be run on target machine. Instead we replace %clang with a script that run the compiler, upload the result to the device, and replaces it with another script. The second script runs the binary on the device and delivers stdout/stderr/exitcode back.

Hi samsonov,

http://llvm-reviews.chandlerc.com/D2698

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2698?vs=6882&id=7023#toc

Files:
  lib/asan/lit_tests/64bitConfig/lit.site.cfg.in
  lib/asan/lit_tests/android_common.py
  lib/asan/lit_tests/android_compile.py
  lib/asan/lit_tests/GenericConfig/lit.site.cfg.in
  lib/asan/lit_tests/lit.cfg
  lib/asan/lit_tests/32bitConfig/lit.site.cfg.in
  lib/asan/lit_tests/android_run.py
  lib/asan/lit_tests/CMakeLists.txt
  lib/lit.common.configured.in
  CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2698.2.patch
Type: text/x-patch
Size: 14856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140212/2bcb1bf8/attachment.bin>


More information about the llvm-commits mailing list