-
```
erasche> Feature Request; Sure would be nice if we could name tool test cases, and
then have that data exposed in planemo/xunit.
```
-
The `HangReportNotSuppressedOnLongRunningTaskJoinCancelled` test [failed on appveyor](https://ci.appveyor.com/project/AArnott/vs-threading/build/16.0.42-beta+gb26dd38371#L931):
```
HangReportN…
-
https://dev.azure.com/dnceng/public/_build/results?buildId=947381&view=results
```
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at Mi…
-
If you follow the [xUnit instructions for creating a brand new UWP project from scratch and adding a test](https://xunit.net/docs/getting-started/uwp/devices-runner) the resulting tests will not run. …
-
#### Describe the bug
When running a test that uses Verify, the following error is being reported:
```
System.TypeInitializationException: The type initializer for 'DiffEngine.ProcessCleanup' thr…
-
### NuGet Product Used
dotnet.exe, Visual Studio Package Management UI
### Product Version
.NET SDK 8.0.200, VS 2022 17.9.1
### Worked before?
Unknown
### Impact
I'm unable to use…
-
Not a must-have, but nice to visualize what is being tested (or not).
A tool such as https://codecov.io/ could help to visualize test coverage (supports XUnit and AppVeyor used by this project).
-
Hi!
I installed the latest version (0.1.16.dev) of pyspeckit.
When I load the fits-format cube data (N2H+) made by CLASS program, I meet the below messages on the example script (http://pyspeckit.bitb…
-
Hi,
I was able to get details on test results with extensions by the following
```csharp
using Xunit.Abstractions;
using System.Collections.Generic;
using System.Reflection;
using Xunit.Sdk;…
-
## Description
Here's a portion of runtime_functions.sh relating to the tensorrt build (which is built against cuda 10.0 and cuDNN 7.4.2):
```
unittest_ubuntu_tensorrt_gpu() {
set -ex
exp…