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)
commit195baf674a92c7ddb0ba4dac425abf1a8b0402cf
treef1cbcc353fcfb8cec7478733db309baf3303ebf8
parent97b4ff0b438261ba11b357008630076054a6f25d
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 #2330
tests/issues.targets
tests/src/JIT/Methodical/Arrays/misc/_il_dbgarrres.ilproj [deleted file]
tests/src/JIT/Methodical/Arrays/misc/_il_relarrres.ilproj
tests/testsUnsupportedOutsideWindows.txt
tests/x86_legacy_backend_issues.targets