mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

add objective c extension and test #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add object c extension
Add functional test

Original issue reported on code.google.com by millerlyte87@gmail.com on 9 Oct 2009 at 6:29

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 11 Oct 2009 at 3:16

GoogleCodeExporter commented 9 years ago
May need to scrap Objective-C for now. c++filt throws a tantrum and causes 
trucov to
segfault.

Looks like it's seeing a "-[" and interpreting that as an option flag.

william@ubuntu:~/Desktop/type$ trucov report
Parsing gcno and gcda files ..c++filt: invalid option -- '['

rName= -[Square initWithSize:]

That's from a dump file.

Original comment by william....@gmail.com on 19 Oct 2009 at 4:41

GoogleCodeExporter commented 9 years ago
I'm not sure that Objective C names are even mangled. Might want to have a flag 
to check for the ObjC file 
extension and not go through the name demangling if found:

Original comment by william....@gmail.com on 19 Oct 2009 at 5:04

GoogleCodeExporter commented 9 years ago
More difficult then assumed, maybe dropping feature.

Original comment by millerlyte87@gmail.com on 19 Oct 2009 at 8:45

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 2 Dec 2009 at 12:12

GoogleCodeExporter commented 9 years ago
Don't worry about objective c. No one uses it.

Original comment by wright_l...@yahoo.com on 17 Dec 2009 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by j.nick.terry@gmail.com on 2 Mar 2010 at 3:36

GoogleCodeExporter commented 9 years ago
Fixed! (Pending verification, which I KNOW Matt has been dying to do.)

Original comment by william....@gmail.com on 12 Apr 2010 at 6:50

GoogleCodeExporter commented 9 years ago
Fraction test worked for me. The svg's generated properly and the reports 
generated
properly. 

Original comment by millerlyte87@gmail.com on 21 May 2010 at 1:39