Feature #10486
closedFeature #10484: Improve and develop filesystem environment model specifications
Develop environment model specification for inode_operations
0%
Updated by Evgeny Novikov over 3 years ago
- Assignee changed from Evgeny Novikov to Ilja Zakharov
- Target version set to 3.2
Updated by Ilja Zakharov over 3 years ago
- Status changed from New to Resolved
Implemented in env-inode-models.
Updated by Evgeny Novikov over 3 years ago
- Status changed from Resolved to Open
Are there appropriate test cases? I suggest to add at least some trivial ones to ensure some basic functionality. Maybe you will need to fix specifications after adding test cases.
Updated by Evgeny Novikov over 3 years ago
- Target version changed from 3.2 to 3.3
We decided to make it well a bit later.
Updated by Ilja Zakharov over 3 years ago
- Status changed from Open to Resolved
Implemented in env-inode-models.
Updated by Evgeny Novikov over 3 years ago
- Status changed from Resolved to Open
CI revealed some issues on the old validation set. Indeed, structure "dentry" changed, e.g. in Linux 3.10, Linux 3.14 and Linux 3.16 there was not field "d_u.d_alias" initialized by the model, but then it appears. I tried to bypass that, but it turned out to be not so easy.
Updated by Evgeny Novikov about 3 years ago
- Blocks Bug #10930: Fix memory allocation via $ALLOC in EMG specifications added
Updated by Ilja Zakharov about 3 years ago
- Status changed from Open to Resolved
Implemented missing models for Linux 2.6.33.
Updated by Evgeny Novikov about 3 years ago
- Status changed from Resolved to Closed
Great! Tests passed, so, I merged the branch to master in cefe136a6.