Skip to content

Commit

Permalink
Disable the test for checked casts on Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleAccretion committed Apr 12, 2021
1 parent 74e0212 commit adc042d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,9 @@

<!-- Known failures for mono runtime on *all* architectures/operating systems -->
<ItemGroup Condition="'$(RuntimeFlavor)' == 'mono'" >
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/Convert/value_numbering_checked_casts_of_constants/*">
<Issue>Test not yet merged, issue will be created if the PR is to be approved</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/Convert/out_of_range_fp_to_int_conversions/*">
<Issue>Mono does not define out of range fp to int conversions</Issue>
</ExcludeList>
Expand Down

0 comments on commit adc042d

Please sign in to comment.