1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00

Baseline profiler/rejit/rejit/rejit.cmd (#35641)

Related issue: https://github.com/dotnet/runtime/issues/35639
This commit is contained in:
Simon Nattress 2020-04-29 23:53:34 -07:00 committed by GitHub
parent 2de6dd9566
commit a5b5974686
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -975,6 +975,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests/*">
<Issue>https://github.com/dotnet/runtime/issues/34905</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/profiler/rejit/rejit/*">
<Issue>https://github.com/dotnet/runtime/issues/35639</Issue>
</ExcludeList>
</ItemGroup>
<!-- runtest.proj finds all the *.cmd/*.sh scripts in a test folder and creates corresponding test methods.