Add logging at the Task timeout tests (dotnet/corefx#37874)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Thu, 23 May 2019 15:40:39 +0000 (08:40 -0700)
committerGitHub <noreply@github.com>
Thu, 23 May 2019 15:40:39 +0000 (08:40 -0700)
commit54dbd7274ba265752f78bc07f4f69036ada17ef1
treedb72d0a2d2879f8a1544c9a74478a238a6212b59
parentc28976bfa16f6a620b894a58eeedf438c9e8e003
Add logging at the Task timeout tests (dotnet/corefx#37874)

We need to get more info to understand what is going on when the test timeout. Also, we are now FailFast to have the test runs create a debugger dump at least when running on Linux platforms. Hopefully this can help in the diagnostics

Commit migrated from https://github.com/dotnet/corefx/commit/510ab9e6433ff0df29e0ae080140f4f2c1b69abd
src/libraries/System.Threading.Tasks/tests/System.Runtime.CompilerServices/AsyncTaskMethodBuilderTests.cs
src/libraries/System.Threading.Tasks/tests/Task/ExecutionContextFlowTest.cs