• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
unit testing of GC-required frameworks (was Re: Garbage Collection Caveats)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unit testing of GC-required frameworks (was Re: Garbage Collection Caveats)


  • Subject: unit testing of GC-required frameworks (was Re: Garbage Collection Caveats)
  • From: Chris Hanson <email@hidden>
  • Date: Sun, 18 Nov 2007 10:26:42 -0800

On Nov 17, 2007, at 11:45 PM, Jacob Portukalian wrote:

When I use the Garbage Collection Required option my script fails with the following message:


Test rig '/Developer/Tools/otest' exited abnormally with code 5 (it may have crashed).

See this email thread from cocoa-dev a week ago:

  http://lists.apple.com/archives/Cocoa-dev/2007/Nov/msg00851.html

That thread explains what's going on and how to address it. The short version: In Xcode 3.0, SenTestingKit.framework is built GC-supported but otest is not, so you can't use the stock version to test a GC- required framework. You have to either make your framework GC- supported and test it without GC, or build your own otest that is GC- supported to test it with GC.

  -- Chris

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: Garbage Collection Caveats (From: Jacob Portukalian <email@hidden>)

  • Prev by Date: Re: Accessing C++ class method from ObjC++ code
  • Next by Date: Re: Accessing C++ class method from ObjC++ code
  • Previous by thread: Re: Garbage Collection Caveats
  • Next by thread: CATextLayer and CAConstraint
  • Index(es):
    • Date
    • Thread