Reduce test run time to help avoid timeouts in CI for outerloop tests (dotnet/corefx...
authorAhson Khan <ahkha@microsoft.com>
Mon, 5 Feb 2018 06:18:25 +0000 (22:18 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2018 06:18:25 +0000 (22:18 -0800)
commit4b6f4b3156c4993cee70c8655cca381e668d735b
treef324dc17d4ba37e899c4752ec4d8438ba3837d48
parentbfd647ca5e1a860e612a4b9d998f94109db5bbc9
Reduce test run time to help avoid timeouts in CI for outerloop tests (dotnet/corefx#26751)

* Add XunitShowProgress to help debug the hang in S.M outerloop tests

* Reduce TwoGiBOverflowInt32TestData and use AllocationHelper in Base64 test.

* Improve the runtime of Large Clear test and remove XunitShowProgress

Commit migrated from https://github.com/dotnet/corefx/commit/4fd86200e3bf38d8d90bac669b00173980c31e25
src/libraries/System.Memory/tests/Base64/Base64EncoderUnitTests.cs
src/libraries/System.Memory/tests/ParsersAndFormatters/Parser/ParserTests.2gbOverflow.cs
src/libraries/System.Memory/tests/Span/Clear.cs