Skip to content

Commit adc042d

Browse files
Disable the test for checked casts on Mono
1 parent 74e0212 commit adc042d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,9 @@
10441044

10451045
<!-- Known failures for mono runtime on *all* architectures/operating systems -->
10461046
<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>
10471050
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/Convert/out_of_range_fp_to_int_conversions/*">
10481051
<Issue>Mono does not define out of range fp to int conversions</Issue>
10491052
</ExcludeList>

0 commit comments

Comments
 (0)