Re: Loading GC test bundles

2009-07-18 Thread Chris Hanson
GC is opt in on a per-process rather than per-binary basis. Thus in order to load a GC bundle, OCRunnerTool needs to be built at least GC-supported and running under GC. You'll need to determine in advance whether to run tests GC or not, and then invoke OCRunnerTool with the appropriate env

Re: Loading GC test bundles

2009-07-18 Thread Keith Duncan
18/07/2009 2:37:05 pm OCRunnerTool[9566] Error loading /Test/Binary/ Path: dlopen(/Test/Binary/Path, 265): no suitable image found. Did find: /Test/Binary/Path: GC capability mismatch You'll need the process to be running in the appropriate memory management mode to load a bundle, or the

Loading GC test bundles

2009-07-18 Thread Martin Pilkington
Hi, I'm the developer of a GUI for OCUnit called OCRunner. I'm having an issue with loading test bundles that use GC into the app. It brings up the following error: 18/07/2009 2:37:05 pm OCRunnerTool[9566] Error loading /Test/Binary/ Path: dlopen(/Test/Binary/Path, 265): no suitable image