-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gayan Pathirage
committed
Apr 1, 2016
1 parent
c6e3c94
commit 8cff2f2
Showing
5 changed files
with
29 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,14 @@ | |
This repository contains C++ test code and support scripts developed to easily compare Memory Sanitizer tools like | ||
Valgrind, ASAN, Dr.Memory, etc | ||
|
||
|
||
**Review Results** | ||
|
||
@ [Sanitizers for C++ (Valgrind, Dr.Memory, ASAN, TSAN, MSAN, .....)](https://confluence.millenniumit.com/pages/viewpage.action?pageId=30521524) | ||
@ [To be updated in the wiki)](https://github.com/gayanpathirage/SanitizersReviewTestSuite/wiki) | ||
|
||
|
||
##Licence | ||
The MIT License (MIT) | ||
|
||
|
||
##Branch Model | ||
|
@@ -23,13 +27,6 @@ The following are required for building this source code. | |
* GCC 4.9.3 or above | ||
|
||
|
||
|
||
##Contributors | ||
The following people can/have contribute/d to this project. | ||
|
||
* Gayan Pathirage \<<[email protected]>\> | ||
|
||
|
||
##Building | ||
**Normal Build** | ||
|
||
|
@@ -46,7 +43,7 @@ e.g. Run only Test 1; | |
|
||
**Valgrind** | ||
|
||
/mnt/exds/ValgrindInstallations/SuSE-11-SP3/valgrind-3.11.0/vg-in-place --tool=memcheck MCTester 1 1 | ||
/mnt/ValgrindInstallations/SuSE-11-SP3/valgrind-3.11.0/vg-in-place --tool=memcheck MCTester 1 1 | ||
|
||
|
||
**ASAN** | ||
|
@@ -55,7 +52,7 @@ MCTester_ASAN 1 1 | |
|
||
**Dr.Memory** | ||
|
||
/x01/exd10/DrMemory-Linux-1.10.0-2/bin>./drmemory -light -- MCTester 1 1 | ||
/mnt/DrMemory-Linux-1.10.0-2/bin>./drmemory -light -- MCTester 1 1 | ||
|
||
##Additional Settings | ||
**Run Time flags of ASAN** | ||
|
@@ -82,7 +79,3 @@ with --keep-stacktraces=none --undef-value-errors=no options to be inline with A | |
* Test suite can run range of tests e.g. MCTester_ASAN 1 - 10 | ||
* Test suite can run tests starting from a test MCTester_ASAN 10 - this will execute all 10,11,12,.... | ||
* Test suite can run individual test e.g. MCTester_ASAN 1 1 - will execute only Test 1 | ||
|
||
|
||
##History | ||
Repo created by Gayan Pathirage \<<[email protected]>\> on April 01, 2016 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.