Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaizur Rahman <shrah@microsoft.com>2017-04-22 02:27:13 +0300
committerMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-04-22 02:27:13 +0300
commit0d1fffb114ae22be66fc760669636eb7cc4dc787 (patch)
treef9fd1cd4188686b40c86254e09eedc908026499a /tests/CoreCLR.issues.targets
parent117ab345aa13e83468fde2a18ac9d279ea0591da (diff)
Disable FunctionPtrTest CoreCLR Test (#3409)
Please see issue https://github.com/dotnet/corert/issues/3408
Diffstat (limited to 'tests/CoreCLR.issues.targets')
-rw-r--r--tests/CoreCLR.issues.targets4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
index 8c2f4887a..500aa134b 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -578,6 +578,10 @@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\delegate\_simpleoddpower_il_d\_simpleoddpower_il_d.*" />
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\delegate\_simpleoddpower_il_r\_simpleoddpower_il_r.*" />
+ <!-- Need analysis to determine what delegates to generate runtime data for -->
+ <!-- https://github.com/dotnet/corert/issues/3408 -->
+ <ExcludeList Include="$(XunitTestBinBase)\Interop\MarshalAPI\FunctionPointer\FunctionPtrTest\FunctionPtrTest.*" />
+
<!-- LNK2001: unresolved external symbol CCWAddRef -->
<!-- https://github.com/dotnet/corert/issues/1497 -->
<ExcludeList Include="$(XunitTestBinBase)\GC\API\GC\AddMemoryPressureTest\AddMemoryPressureTest.*" />