Add regression test for issue dotnet/coreclr#12224 (dotnet/coreclr#12331)
authorJan Vorlicek <janvorli@microsoft.com>
Sat, 17 Jun 2017 14:36:46 +0000 (16:36 +0200)
committerGitHub <noreply@github.com>
Sat, 17 Jun 2017 14:36:46 +0000 (16:36 +0200)
commitf7de006903ff66de0a0e247d905c453012288ed9
treea75929dcf8622aace5424afd2d9a629d1ed9c97e
parent8809cfbbc483f904b00d41568b105185470a07c4
Add regression test for issue dotnet/coreclr#12224 (dotnet/coreclr#12331)

This change adds regression test for EH getting stuck in an infinite
loop when NullReferenceException happens inside a handler of another
NullReferenceException.

Commit migrated from https://github.com/dotnet/coreclr/commit/16d41f11e55d1e137cb799d7b1884e02df600c66
src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/Test12224.csproj [new file with mode: 0644]
src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/test12224.cs [new file with mode: 0644]