Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 14 (100.0%) | 2.3 |
harman | 4 (66.7%) | 14 (100.0%) | 3.5 |
dav | 2 (33.3%) | 0 (0.0%) | 0.0 |
Hack so Malloc_strict and Malloc_Stats will work on Lenny machines --Dav
14 lines of code changed in 4 files:
Updates to allow for Memory checking in the local regression tester.
M configure
M configure.ac
- Added in "SCI_MALLOC_ON" variable that will tell the system if --enable-sci-malloc was used during configure.
M configVars.mk.in
- Add in the new SCI_MALLOC_ON var. Removed the MALLOC_TRACE_ON var as it wasn't set or used.
M Makefile.in
- Updated make RT targets to pass in SCI_MALLOC_ON.
M R_Tester/toplevel/startLocalTest
- Memory test update based on whether SCI_MALLOC is ON. Also now passing in whether this is (or is not) a debug build.
M R_Tester/toplevel/generateGoldStandards.py
- Now takes in whether we are using a debug build, and whether SCI_MALLOC is enabled.
- Better catching/reporting of error if component name is mis-spelled/wrong.
M R_Tester/helpers/runSusTests.py
- Turn off env var MALLOC_STATS if --enable-sci-malloc was not used (otherwise sus will throw an error and quit).
- Put SVN_OPTIONS into own variable so they can more easily be turned off while debugging.
M Core/Malloc/sub.mk
- Removed Trace.cc build statement as Trace.cc isn't actually in the code base, and MALLOC_TRACE_ON is never set.
0 lines of code changed in 2 files: