[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*These lit configuration files are really Python source code. Using the.py file extension helps editors and tools use the correct languagemode. LL
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*These lit configuration files are really Python source code. Using the.py file extension helps editors and tools use the correct languagemode. LLVM and Clang already use this convention for lit configuration,this change simply applies it to all of compiler-rt.Reviewers: vitalybuka, dberrisDifferential Revision: https://reviews.llvm.org/D63658llvm-svn: 364591
show more ...
[sanitizer-coverage] nuke more stale codellvm-svn: 304508
[asan] Disable android-coverage test on anything other than arm.llvm-svn: 277395
[sancov] updaing android test after enabling cc edge pruningllvm-svn: 265714
[sancov] updaing android testllvm-svn: 265692
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.Reviewers: filcab, rnk, kubabreckaSubscribers: tberghammer, danalbert, srhines, llvm-commitsDifferential Revision: http://rev
[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.Reviewers: filcab, rnk, kubabreckaSubscribers: tberghammer, danalbert, srhines, llvm-commitsDifferential Revision: http://reviews.llvm.org/D12305llvm-svn: 245962
[ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=falseSummary:This commit adds symbolize_vs_style=false to every instance ofASAN_OPTIONS in the asan tests and setsASAN_OPTIONS=symbo
[ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=falseSummary:This commit adds symbolize_vs_style=false to every instance ofASAN_OPTIONS in the asan tests and setsASAN_OPTIONS=symbolize_vs_style=false in lit, for tests which don't setit.This way we don't need to make the tests be able to deal with bothsymbolize styles.This is the first patch in the series. I will eventually submit for theother sanitizers too.We need this change (or another way to deal with the different outputs) inorder 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 linewhich sets environment variables. That way the test works on other hostshells, like we have if the host is running Windows.Reviewers: samsonov, kcc, rnkSubscribers: tberghammer, llvm-commitsDifferential Revision: http://reviews.llvm.org/D10294llvm-svn: 239754
[SanitizerCoverage] Upgrade lit tests to new -fsanitize-coverage= flags.llvm-svn: 236796
[asan] Test BB- and edge- level coverage on Android.llvm-svn: 224572
[asan] Resurrect sanitize-coverage test on Android.The test got silently disabled because of a typo in the lit config.Also, compiler flags have changed (asan-coverage -> fsanitize-coverage).llvm
[asan] Resurrect sanitize-coverage test on Android.The test got silently disabled because of a typo in the lit config.Also, compiler flags have changed (asan-coverage -> fsanitize-coverage).llvm-svn: 224569
[asan] One more coverage test.Test that coverage is dumped correctly (and completely) even when the processedgets SIGKILL-ed.llvm-svn: 210647
[asan] Fix coverage-android test to avoid name conflict.And re-enable it.llvm-svn: 210646
[asan] Disable a flaky test.llvm-svn: 210517
[sancov] Fix map update logic on Android.dlopen()/dlclose() are not interceptable on Android,so we update .sancov.map in module constructor callbacks.llvm-svn: 210098