Re-enable arrres.il test
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Sat, 14 May 2016 04:19:36 +0000 (21:19 -0700)
committerRuss Keldorph <Russ.Keldorph@microsoft.com>
Sat, 14 May 2016 04:37:40 +0000 (21:37 -0700)
commit0382b420079c5952d4d423b6f2f0f59ac325c063
treec8f8ebc0c529bf02519e7802f8bd87c40619aff4
parent98d07cd3d4d6915767b219ed79da9d0af2fe1290
Re-enable arrres.il test

arrres.il is a quesionable test case because it relies on finalizers being
run even though the JIT is allowed to extend the lifetime of objects
beyond the point where finalizer effects are checked.  The test could be
fixed, but for now I'm just marking it as requiring optimization, which is
what has been done previously.  I'm deleting the "dbg" project because it
is the same as the "rel" project except that it disables optimization.

Fixes dotnet/coreclr#2330

Commit migrated from https://github.com/dotnet/coreclr/commit/195baf674a92c7ddb0ba4dac425abf1a8b0402cf
src/coreclr/tests/issues.targets
src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgarrres.ilproj [deleted file]
src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relarrres.ilproj
src/coreclr/tests/testsUnsupportedOutsideWindows.txt
src/coreclr/tests/x86_legacy_backend_issues.targets