
| Key: |
STDCXX-573
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Andrew Black
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
4h
|
|
|
Remaining Estimate:
|
8h
|
|
|
Time Spent:
|
4h
|
|
|
|
|
It would be useful to be able to build and run the examples, utilities and tests using Rational Purify. This could potentially allow us to detect errors, such as memory leaks, which we might not otherwise detect.
|
|
Description
|
It would be useful to be able to build and run the examples, utilities and tests using Rational Purify. This could potentially allow us to detect errors, such as memory leaks, which we might not otherwise detect. |
Show » |
made changes - 27/Sep/07 08:10 PM
| Field |
Original Value |
New Value |
|
Attachment
|
|
purify.diff
[ 12366693
]
|
made changes - 01/Nov/07 12:06 AM
|
Affects Version/s
|
|
4.2
[ 12311945
]
|
made changes - 16/Jan/08 10:49 PM
|
Assignee
|
|
Travis Vitek
[ vitek
]
|
made changes - 24/Jan/08 05:51 PM
|
Remaining Estimate
|
|
4h
[ 14400
]
|
|
Original Estimate
|
|
4h
[ 14400
]
|
made changes - 25/Jan/08 05:57 PM
|
Status
|
Open
[ 1
]
|
In Progress
[ 3
]
|
made changes - 25/Jan/08 07:07 PM
|
Status
|
In Progress
[ 3
]
|
Open
[ 1
]
|
logged work - 30/Jan/08 02:18 AM
| Time Worked: |
4h |
|
Implementation and testing.
|
made changes - 30/Jan/08 02:18 AM
|
Remaining Estimate
|
4h
[ 14400
]
|
0h
[ 0
]
|
|
Time Spent
|
|
4h
[ 14400
]
|
made changes - 07/Feb/08 05:09 PM
|
Status
|
Open
[ 1
]
|
In Progress
[ 3
]
|
made changes - 06/Mar/08 05:11 PM
|
Status
|
In Progress
[ 3
]
|
Open
[ 1
]
|
made changes - 06/Mar/08 07:12 PM
|
Fix Version/s
|
4.2.1
[ 12312690
]
|
|
|
Fix Version/s
|
|
4.3
[ 12312692
]
|
|
Remaining Estimate
|
0h
[ 0
]
|
8h
[ 28800
]
|
made changes - 11/Jul/09 12:06 AM
|
Assignee
|
Travis Vitek
[ vitek
]
|
|
|
One major issue is that it doesn't instrument the utilities (exec, locale/localedef), and this likely would be desired. A second issue is that we'd want to update the windows infrastructure for feature parity.
A smaller issue is that we need to determine the correct behavior if a user defines both PHDIR and PURE_OPTS. We may also wish to consider increasing the timeout used when running the tests and examples.
Probably one other issue to consider is whether this should be extended to single step compilation and single step run compilation.
Changelog:
2007-09-27 Andrew Black <ablack@roguewave.com>