R2RDump - Fix and update R2RDumpTests (#19039)
authorAmy <amycmyu@gmail.com>
Tue, 31 Jul 2018 19:21:07 +0000 (12:21 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Jul 2018 19:21:07 +0000 (12:21 -0700)
commitc7abc0df8f22233b7974971c26ae48a93cfea7fa
treeb14c579a162bb03a67c800b45233ed0234344869
parentf37ac492ea66ad59bb6da1be58c24c5d275c1fd5
R2RDump - Fix and update R2RDumpTests (#19039)

* Fix GenericFunctions and MultipleRuntimeFunctions tests, x86 nwindInfo tests

* Fix tests

* Avoid using rva as index

* Update expected xml

* Add count as an attribute

* Clean up and move rebaseline script to r2rdump test directory

* Remove R2RDumpTest warnings

* Use original test framework instead of netcoreapp2.0
18 files changed:
src/tools/r2rdump/R2RImportSection.cs
src/tools/r2rdump/R2RMethod.cs
src/tools/r2rdump/R2RReader.cs
src/tools/r2rdump/XmlDumper.cs
tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.cs
tests/src/readytorun/r2rdump/files/Windows_NT.x64.Checked/GcInfoTransitions.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x64.Checked/GenericFunctions.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x64.Checked/HelloWorld.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x64.Checked/MultipleRuntimeFunctions.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/GcInfoTransitions.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/GenericFunctions.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/HelloWorld.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x86.Checked/MultipleRuntimeFunctions.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/GcInfoTransitions.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/GenericFunctions.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/HelloWorld.xml
tests/src/readytorun/r2rdump/files/Windows_NT.x86.Release/MultipleRuntimeFunctions.xml
tests/src/readytorun/r2rdump/rebaseline.cmd [new file with mode: 0644]