MudassarRasool / mb-unit

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

Cannot run tests in mixed mode #922

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. project.tests.dll in AnyCPU
2. project.dll in x86
3. Running gallio.echo with project.tests.dll results in BadImageFormatException

What is the expected output? What do you see instead?
It should run the tests with x86 dlls even if tests.dll is Any CPU.

I would like to see a gallio.echo-x86.exe

What version of the product are you using? On what operating system?
3.4.11.0 Windows 7 64 bit

Please provide any additional information below.
Currently the tests are passing with nunit-console-x86.exe but not 
nunit-console.exe

Original issue reported on code.google.com by tech2...@gmail.com on 14 Jun 2013 at 6:35