Actions
Feature #7971
closedRule specification generic:memory lacks test cases
Start date:
02/13/2017
Due date:
% Done:
100%
Estimated time:
Published in build:
Description
I added just initial support for them and several test cases in 527c685 to master, but we need much more.
Updated by Evgeny Novikov about 7 years ago
- Target version set to 0.2
Memory safety issues look to be the most rewarded, so, we definitely need to track what can be detected and do not miss something with updates.
Updated by Evgeny Novikov about 7 years ago
- Target version changed from 0.2 to 1.0
Updated by Evgeny Novikov over 6 years ago
- Related to Bug #7670: Instrumentation of memory allocation functions from driver code should correctly pass size of memory added
Updated by Anton Vasilyev over 6 years ago
- % Done changed from 0 to 50
Additional tests are on branch memory_tests
Updated by Anton Vasilyev over 6 years ago
- Status changed from New to Resolved
- Assignee changed from Anton Vasilyev to Evgeny Novikov
- % Done changed from 50 to 100
Tests are in branch generic_memory_tests ca0927c7d. Ready for merge into master.
Updated by Evgeny Novikov over 6 years ago
- Assignee changed from Evgeny Novikov to Anton Vasilyev
You are the primary author of this branch, so, don't change the assignee.
I fixed numerous coding-style issues and licenses in the branch. As expected tests failed, since there weren't preset marks for new tests. I added them and hope that in several hours tests will pass.
Updated by Evgeny Novikov over 6 years ago
- Status changed from Resolved to Closed
Tests passed, so, I merged the branch to master in 85d2deda.
Actions