R2RDump - Ignore sensitive properties to pass tests (dotnet/coreclr#19155)
authorAmy <amycmyu@gmail.com>
Mon, 6 Aug 2018 17:29:08 +0000 (10:29 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Aug 2018 17:29:08 +0000 (10:29 -0700)
commitfc3f4f031d4ca3f4edd78478097762072c23a2cf
treea327764f60adec6afd160ce9e9353234a2139cf6
parent2db2214c81fdc4c5b80ac500dd589241d5b3cfe0
R2RDump - Ignore sensitive properties to pass tests (dotnet/coreclr#19155)

* Ignore sensitive properties in tests

* Enable for JIT stress

* Keep logic for ignoreSensitive in XmlDumper

* Only ignoreSensitive when option is set

Commit migrated from https://github.com/dotnet/coreclr/commit/c056fe7375c61b952d7f40d7d09800ea1ae0bdc1
16 files changed:
src/coreclr/src/tools/r2rdump/R2RDump.cs
src/coreclr/src/tools/r2rdump/XmlDumper.cs
src/coreclr/tests/src/readytorun/r2rdump/R2RDumpTest.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x64.Checked/GcInfoTransitions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x64.Checked/GenericFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x64.Checked/HelloWorld.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x64.Checked/MultipleRuntimeFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/GcInfoTransitions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/GenericFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/HelloWorld.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/MultipleRuntimeFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/GcInfoTransitions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/GenericFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/HelloWorld.xml
src/coreclr/tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/MultipleRuntimeFunctions.xml
src/coreclr/tests/src/readytorun/r2rdump/rebaseline.cmd