Correctly disable varargsupport for windows x86 (#19981)
authorJarret Shook <jashoo@microsoft.com>
Sat, 15 Sep 2018 21:37:00 +0000 (14:37 -0700)
committerGitHub <noreply@github.com>
Sat, 15 Sep 2018 21:37:00 +0000 (14:37 -0700)
tests/issues.targets

index 68f7472..a9db896 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/arglist/vararg/*">
             <Issue>19705</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)/baseservices/varargs/varargsupport_r/*">
+            <Issue>Varargs supported on this platform</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- Windows arm64 specific excludes -->