We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e0212 commit adc042dCopy full SHA for adc042d
src/tests/issues.targets
@@ -1044,6 +1044,9 @@
1044
1045
<!-- Known failures for mono runtime on *all* architectures/operating systems -->
1046
<ItemGroup Condition="'$(RuntimeFlavor)' == 'mono'" >
1047
+ <ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/Convert/value_numbering_checked_casts_of_constants/*">
1048
+ <Issue>Test not yet merged, issue will be created if the PR is to be approved</Issue>
1049
+ </ExcludeList>
1050
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/Convert/out_of_range_fp_to_int_conversions/*">
1051
<Issue>Mono does not define out of range fp to int conversions</Issue>
1052
</ExcludeList>
0 commit comments