question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support XUnit's x86 .exe runner

See original GitHub issue

Probably 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:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
phillipsjcommented, Oct 25, 2016

@devlead I will take this one. If there are any design considerations I will post back here.

1reaction
wieslawsoltescommented, Jul 30, 2016

Having same issue, would be nice to have in XUnit2Settings parameter for target platform x86 or x64.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found