Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Am I missing something in Xcode 4.4? How can I help?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mhooge  
View profile  
 More options Jul 26 2012, 1:43 pm
From: mhooge <mho...@gmail.com>
Date: Thu, 26 Jul 2012 10:43:32 -0700 (PDT)
Local: Thurs, Jul 26 2012 1:43 pm
Subject: Am I missing something in Xcode 4.4? How can I help?

I've been using CoverStory for a while with Xcode logic tests and
application tests quite happily until Mtn. Lion and Xcode 4.4. Now
CoverStory displays a page full of /*EOF*/. I've tried using lcov and
genhtml and they product output, but the executed lines are offset, and I'm
not getting reliable results. What can I do to help diagnose and solve the
issue, or is it simply a configuration issue on my part? Any ideas?

Cheers,

Matt


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Van Lenten  
View profile  
 More options Jul 26 2012, 1:45 pm
From: Thomas Van Lenten <thoma...@gmail.com>
Date: Thu, 26 Jul 2012 13:45:47 -0400
Local: Thurs, Jul 26 2012 1:45 pm
Subject: Re: [coverstory-discuss:380] Am I missing something in Xcode 4.4? How can I help?

On Thu, Jul 26, 2012 at 1:43 PM, mhooge <mho...@gmail.com> wrote:
> I've been using CoverStory for a while with Xcode logic tests and
> application tests quite happily until Mtn. Lion and Xcode 4.4. Now
> CoverStory displays a page full of /*EOF*/. I've tried using lcov and
> genhtml and they product output, but the executed lines are offset, and I'm
> not getting reliable results. What can I do to help diagnose and solve the
> issue, or is it simply a configuration issue on my part? Any ideas?

I haven't looked at 4.4 yet, but the last few OS and Xcode releases Apple
has busted things in a new way each time.  Start with a clean build just to
be safe, and then you may have to do a fair amount of digging/trouble
shooting to figure out what changed.

TVL


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave MacLachlan  
View profile  
 More options Jul 26 2012, 4:09 pm
From: Dave MacLachlan <dmacl...@gmail.com>
Date: Thu, 26 Jul 2012 13:09:27 -0700
Local: Thurs, Jul 26 2012 4:09 pm
Subject: Re: [coverstory-discuss:381] Am I missing something in Xcode 4.4? How can I help?
Are you using precompiled headers? Those have caused issues in the past.

Cheers,
Dave

On Thu, Jul 26, 2012 at 10:45 AM, Thomas Van Lenten <thoma...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mhooge  
View profile  
 More options Jul 26 2012, 8:02 pm
From: mhooge <mho...@gmail.com>
Date: Thu, 26 Jul 2012 17:02:18 -0700 (PDT)
Local: Thurs, Jul 26 2012 8:02 pm
Subject: Re: [coverstory-discuss:381] Am I missing something in Xcode 4.4? How can I help?

I have been, and I've tried disabling them. I have figured out that I do
get code coverage in some files and /*EOF*/ in others. Using lcov and
genhtml produces output for the files that come up /*EOF*/ in CoverStory,
but the listed lines seem to be wrong, like they are offset by an incorrect
amount. Code that I know has executed is not listed as having been
executed. gcovr is the same way, output is produced, but it seems to be off
by lines. But I have limited experience debugging this workflow, CoverStory
has been working solidly for me since I started with with back in December.
If any of you wrote it, good job. If there is anything I can do to help,
please, let me know. For the record, I've been using precompiled headers
this whole time with no ill effects, not that this means anything at this
point.

Can I rebuild the project with debugging or something? I checked the
project out, but it wouldn't compile, there were some string formatting
errors. I did not want to blindly dig in if I could find more information.

Thanks again for the assistance.

Cheers,

Matt


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Van Lenten  
View profile  
 More options Jul 26 2012, 8:27 pm
From: Thomas Van Lenten <thoma...@gmail.com>
Date: Thu, 26 Jul 2012 20:27:27 -0400
Local: Thurs, Jul 26 2012 8:27 pm
Subject: Re: [coverstory-discuss:383] Am I missing something in Xcode 4.4? How can I help?

We just happened to be doing enabling a bunch with format strings checks
over in GTM, so that's what bubbled up here.  Just did a quick fix for a
bunch of them, still two to go, but I gotta figure out the right way to let
the compiler know they are ok.

TVL


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Van Lenten  
View profile   Translate to Translated (View Original)
 More options Jul 26 2012, 8:33 pm
From: Thomas Van Lenten <thoma...@gmail.com>
Date: Thu, 26 Jul 2012 20:33:08 -0400
Local: Thurs, Jul 26 2012 8:33 pm
Subject: Re: [coverstory-discuss:383] Am I missing something in Xcode 4.4? How can I help?

On Thu, Jul 26, 2012 at 8:02 PM, mhooge <mho...@gmail.com> wrote:
> I have been, and I've tried disabling them. I have figured out that I do
> get code coverage in some files and /*EOF*/ in others. Using lcov and
> genhtml produces output for the files that come up /*EOF*/ in CoverStory,
> but the listed lines seem to be wrong, like they are offset by an incorrect
> amount. Code that I know has executed is not listed as having been
> executed. gcovr is the same way, output is produced, but it seems to be off
> by lines. But I have limited experience debugging this workflow, CoverStory
> has been working solidly for me since I started with with back in December.
> If any of you wrote it, good job. If there is anything I can do to help,
> please, let me know. For the record, I've been using precompiled headers
> this whole time with no ill effects, not that this means anything at this
> point.

CoverStory just invokes gcov under the hood, so it sorta sounds like Apple
may have new bugs in what they are shipping with Xcode 4.4.  The bug can
either be in gcov or in clang (the compiler) when the instrumentation is
turned on, so if you have a simple example that shows it filing a bug with
Apple is gonna be the next step.

TVL


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mhooge  
View profile  
 More options Jul 27 2012, 1:33 pm
From: mhooge <mho...@gmail.com>
Date: Fri, 27 Jul 2012 10:33:07 -0700 (PDT)
Local: Fri, Jul 27 2012 1:33 pm
Subject: Re: Am I missing something in Xcode 4.4? How can I help?

Well I worked on it with a fresh approach today, and I think I have it
figured out. CoverStory is producing a lot of "cannot open source file"
errors, and I hadn't put them together before. The /*EOF*/ matches up with
the source file that can't be opened. I'm thinking Xcode has changed file
permissions, or locations. I'm not using the DerivedData folders, and I'm
passing in .gcda file locations in on the command line to coverstory 'open
/path/to/gcda/ -a coverstory' so that may not work anymore.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Obusek  
View profile  
 More options Aug 19 2012, 4:28 pm
From: Andy Obusek <obu...@gmail.com>
Date: Sun, 19 Aug 2012 13:28:36 -0700 (PDT)
Local: Sun, Aug 19 2012 4:28 pm
Subject: Re: Am I missing something in Xcode 4.4? How can I help?

I'm definitely interested in the solution here, as I'm experiencing the
same problem.  For whatever reason CoverStory has the correct paths to my
test source files, and also ONE of my source files under test.  No idea why
it finds one of source files.  Anyway, I'm anxiously awaiting the fix to
get CoverStory working with XCode 4.4 and ML.  I can help test any beta
builds if needed.  Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mhooge  
View profile  
 More options Sep 1 2012, 12:09 pm
From: mhooge <mho...@gmail.com>
Date: Sat, 1 Sep 2012 09:09:43 -0700 (PDT)
Local: Sat, Sep 1 2012 12:09 pm
Subject: Re: Am I missing something in Xcode 4.4? How can I help?

I couldn't find a solution. I've pulled code coverage from the project.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »