update on bug #1051 (devchk)
ShrikantGangoda <[email protected]> Fri, 16 Dec 2005 17:23:19 +0530
| Newsgroups | gmane.linux.lsb.test-suite |
|---|---|
| Organization | Codito Technologies Pvt. Ltd. |
| Message-ID | <[email protected]> |
Hi,
We are currently having two issues with Devchk (Details: comment #17 on
bug #1051)
* Test cases for Arrays
- Test case for arrays defined in structure and union is already handled
by CheckMemberSize macro.
- For Typedef we just need to remove the "if($ttentry{'Ttype'} eq
'Array')" condition. Since CheckTypeSize macro handles the same.
* Devchk fails for all single member structures
In case of union checkOffset will not work because checkOffset inside
declares union with one member so in case of union it will always start from
zero.. hence test will always pass.
Any ideas on how we can test this?
For more Details :http://bugs.linuxbase.org/show_bug.cgi?id=1051
- Shrikant