Skip to content

Commit

Permalink
Disable JIT/opt/OSR/pinnedlocal on all Mono flavors (#76980)
Browse files Browse the repository at this point in the history
The test has been disabled on Android, but it is timing out intermittently on other platforms as well.
  • Loading branch information
jkotas authored Oct 13, 2022
1 parent e216458 commit c6235cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2175,6 +2175,9 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_68568/Runtime_68568/*">
<Issue>Tests coreclr's handling of switches on natively sized integers</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/OSR/pinnedlocal/**">
<Issue>https://github.com/dotnet/runtime/issues/70820</Issue>
</ExcludeList>
</ItemGroup>

<!-- Known failures for mono runtime on Windows -->
Expand Down Expand Up @@ -3793,9 +3796,6 @@
<ExcludeList Include = "$(XunitTestBinBase)/Interop/UnmanagedCallersOnlyBasic/UnmanagedCallersOnlyBasicTest/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/OSR/pinnedlocal/**">
<Issue>https://github.com/dotnet/runtime/issues/70820</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/CheckProjects/CheckProjects/**">
<Issue>Tries to access project source code - not supported on mobile and wasm</Issue>
</ExcludeList>
Expand Down

0 comments on commit c6235cd

Please sign in to comment.