Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2022-07-20 05:20:59 +0300
committerGitHub <noreply@github.com>2022-07-20 05:20:59 +0300
commite30656e32a6faf45d6b5195e46b7aad3171c8bab (patch)
tree580449270ce6b2846dff59979d284d7d8a0e87d6 /src/tests/issues.targets
parent2ccf0d5a15160ad1158604424ef12823bab5ecab (diff)
Re-enable test that passes locally (#72491)
Re-enable the test that was disabled against https://github.com/dotnet/runtime/issues/64419. It looks like one of the many layout fixes this release already fixed this test locally. Fixes #64419
Diffstat (limited to 'src/tests/issues.targets')
-rw-r--r--src/tests/issues.targets3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/issues.targets b/src/tests/issues.targets
index 12364421ccf..6ef7858d4bf 100644
--- a/src/tests/issues.targets
+++ b/src/tests/issues.targets
@@ -907,9 +907,6 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack/*">
<Issue>https://github.com/dotnet/runtime/issues/615</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_60035/Runtime_60035/*">
- <Issue>https://github.com/dotnet/runtime/issues/64419</Issue>
- </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/superpmi/superpmicollect/*">
<Issue>Not compatible with crossgen2</Issue>
</ExcludeList>