Support XUnit's x86 .exe runner
See original GitHub issueProbably something I’m missing regarding running XUnit with x86, but:
The problem I’m having is mainly when trying to run tests based on ARM architecture for Windows Phone, where the 64 bit runner doesn’t work with the ARM/x86 set. However, when using xunit.console.x86.exe
, it works. It would be nice to (solution) add a parameter to XUnit2Settings to use the x86 .exe instead of the 64 bit one (aka xunit.console.exe
), or detect the build somehow.
Related to this ? Thanks!
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
x86 version of xunit / Questions / Discussion Area
As a quick workaround you can call x86 version of runner in your own test script. Copy the command from build console and...
Read more >Getting started: .NET Framework with command line ...
NET SDK command line tool is optimized around supporting .NET Core, it created a unit ... find ~/.nuget/packages/xunit.runner.console/2.4.1 -name "*.exe" ...
Read more >Xunit Unit Tests will not run
To fix, as mentioned here, from the Visual Studio menu, go to Test -> Test Settings -> Default Processor Architecture and set that...
Read more >Test runner won't execute .NET core tests in 32 bit
It seems that the runner is trying to execute in x64 mode, however in the settings window I have set the default processor...
Read more >dotnet test command - .NET CLI
The test host executes tests in the given project using a test framework, for example: MSTest, NUnit, or xUnit, and reports the success...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@devlead I will take this one. If there are any design considerations I will post back here.
Having same issue, would be nice to have in
XUnit2Settings
parameter for target platformx86
orx64
.