summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Android
Commit message (Collapse)AuthorAgeFilesLines
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-147/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@304508 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan] Disable android-coverage test on anything other than arm.Evgeniy Stepanov2016-08-011-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@277395 91177308-0d34-0410-b5e6-96231b3b80d8
* [sancov] updaing android test after enabling cc edge pruningMike Aizatsky2016-04-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@265714 91177308-0d34-0410-b5e6-96231b3b80d8
* [sancov] updaing android testMike Aizatsky2016-04-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@265692 91177308-0d34-0410-b5e6-96231b3b80d8
* [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.Alexey Samsonov2015-08-251-6/+6
| | | | | | | | | | Reviewers: filcab, rnk, kubabrecka Subscribers: tberghammer, danalbert, srhines, llvm-commits Differential Revision: http://reviews.llvm.org/D12305 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@245962 91177308-0d34-0410-b5e6-96231b3b80d8
* [ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=falseFilipe Cabecinhas2015-06-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This commit adds symbolize_vs_style=false to every instance of ASAN_OPTIONS in the asan tests and sets ASAN_OPTIONS=symbolize_vs_style=false in lit, for tests which don't set it. This way we don't need to make the tests be able to deal with both symbolize styles. This is the first patch in the series. I will eventually submit for the other sanitizers too. We need this change (or another way to deal with the different outputs) in order to be able to default to symbolize_vs_style=true on some platforms. Adding to this change, I'm also adding "env " before any command line which sets environment variables. That way the test works on other host shells, like we have if the host is running Windows. Reviewers: samsonov, kcc, rnk Subscribers: tberghammer, llvm-commits Differential Revision: http://reviews.llvm.org/D10294 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@239754 91177308-0d34-0410-b5e6-96231b3b80d8
* [SanitizerCoverage] Upgrade lit tests to new -fsanitize-coverage= flags.Alexey Samsonov2015-05-071-12/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@236796 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan] Test BB- and edge- level coverage on Android.Evgeniy Stepanov2014-12-191-5/+81
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@224572 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan] Resurrect sanitize-coverage test on Android.Evgeniy Stepanov2014-12-192-5/+5
| | | | | | | | The test got silently disabled because of a typo in the lit config. Also, compiler flags have changed (asan-coverage -> fsanitize-coverage). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@224569 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan] One more coverage test.Evgeniy Stepanov2014-06-111-8/+34
| | | | | | | | Test that coverage is dumped correctly (and completely) even when the processed gets SIGKILL-ed. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@210647 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan] Fix coverage-android test to avoid name conflict.Evgeniy Stepanov2014-06-111-6/+3
| | | | | | | And re-enable it. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@210646 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan] Disable a flaky test.Evgeniy Stepanov2014-06-101-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@210517 91177308-0d34-0410-b5e6-96231b3b80d8
* [sancov] Fix map update logic on Android.Evgeniy Stepanov2014-06-032-0/+52
dlopen()/dlclose() are not interceptable on Android, so we update .sancov.map in module constructor callbacks. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@210098 91177308-0d34-0410-b5e6-96231b3b80d8