-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Description
Description
| Type t = typeof(BigInteger).Assembly.GetType("System.Numerics.BigNumber"); |
System.Numerics.BigNumber has been removed so this will be null.
Therefore, tests that use RunWithFakeThreshold will not be executed.
| BigNumberTools.Utils.RunWithFakeThreshold("s_naiveThreshold", 0, Test); |
Reproduction Steps
cd src/libraries/System.Runtime.Numerics/tests
dotnet build /t:Test /p:XUnitOptions="-class System.Numerics.Tests.parseTest"
Expected behavior
Tests that use RunWithFakeThreshold will be executed.
Actual behavior
Tests that use RunWithFakeThreshold will not be executed.
Regression?
Known Workarounds
No response
Configuration
No response
Other information
No response