Fix Runtime_40444 test exclusion in issues.targets (#40973)
authorTomáš Rylek <trylek@microsoft.com>
Tue, 18 Aug 2020 11:57:21 +0000 (13:57 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 11:57:21 +0000 (13:57 +0200)
After I noticed that the test Runtime_40444 is still failing in PR
runs after I disabled it in issues.targets, I found out that
I had missed the extra folder level in the exclusion spec.

Thanks

Tomas

src/coreclr/tests/issues.targets

index 111aea1..88c56f7 100644 (file)
@@ -76,7 +76,7 @@
         <ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/muldimjagary/muldimjagary/*">
             <Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_40444/*">
+        <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_40444/Runtime_40444/*">
             <Issue>https://github.com/dotnet/runtime/issues/40885</Issue>
         </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/generics/Variance/Methods/Method002/*">