MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

NCover integration on a 64bit machine #376

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run unit tests (compiled as x86) with Echo using NCover

"c:\Program Files (x86)\Gallio\bin\Gallio.Echo.exe"
/r:NCover /rnf:unittests-report /rt:Xml-Inline /v:Quiet /rd:e:\CCNet
\Artifacts\Solution\ /abd:e:\CCNet\Projects\Solution\UnitTests\bin
\Release e:\CCNet\Projects\Solution\UnitTests\bin\Release
\UnitTests.dll 

What is the expected output? What do you see instead?
Gallio Echo - Version 3.0.5 build 546
Get the latest version at http://www.gallio.org/

Verifying assembly names.
Initializing the test runner.
Loading the test package.
* Timed out waiting for the NCover profiler to become ready.  The
launch may have failed because this version of NCover does not support
running programs in 64bit mode.
* Host process exited with code: -1 

What version of the product are you using? On what operating system?
Gallio 3.05 on Win2003R2 64bit.

Please provide any additional information below.

Original issue reported on code.google.com by flc...@gmail.com on 27 Jan 2009 at 11:56

GoogleCodeExporter commented 8 years ago
I seem to recall some further discussion of this issue in the mailing list, did 
any
of the suggested workarounds work?

Original comment by jeff.br...@gmail.com on 19 Feb 2009 at 4:51

GoogleCodeExporter commented 8 years ago
Unfortunately no.

Original comment by flc...@gmail.com on 19 Feb 2009 at 5:37

GoogleCodeExporter commented 8 years ago
Good news - I've managed to get it to work.

Setting both Host and Echo to be x86, rebuilding Gallio, and everything runs ok.

-dave

Original comment by flc...@gmail.com on 3 Mar 2009 at 4:16

GoogleCodeExporter commented 8 years ago
Will try to fix in v3.0.6 update 2 by using an extra copy of Gallio.Host.exe to
mediate between 32bit and 64bit on the launch end of the NCover profiler.

Original comment by jeff.br...@gmail.com on 26 Apr 2009 at 8:24

GoogleCodeExporter commented 8 years ago
Should be fixed in v3.0.6 Update 2 and v3.0.7 trunk.

Original comment by jeff.br...@gmail.com on 28 Apr 2009 at 1:46