Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] System.Data.Tests - add debug info, to help with the failure
`System.Data.Tests.AppDomainsAndFormatInfo.Bug55978` fails sometimes for wasm: ``` Assert.Equal() Failure Expected: 2 Actual: 3 Stack trace at System.Data.Tests.AppDomainsAndFormatInfo.Bug55978() at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) ``` To debug the issue, this dumps some state when the test fails. Issue: dotnet#47968
- Loading branch information