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
path: root/tests
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-01-03 15:08:03 +0300
committerGitHub <noreply@github.com>2018-01-03 15:08:03 +0300
commiteff2c4584ca79fd46d70537d6aa2fdced5aa2beb (patch)
tree4887c256893d8727d5047252f39222769a2e6c6b /tests
parentd5a016638e10051bc0847fe5214a3c4ccd7ae50e (diff)
Update CoreCLR.issues.targets (#5187)
System.Runtime.CompilerServices.Unsafe is now an OOB library, same as Microsoft.CodeAnalysis that is blocking the test above.
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreCLR.issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
index f140eacb1..cababdc89 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -49,6 +49,9 @@
<!-- https://github.com/dotnet/corert/issues/370 -->
<ExcludeList Include="$(XunitTestBinBase)\managed\Compilation\Compilation\Compilation.*" />
+ <!-- System.Runtime.CompilerServices.Unsafe -->
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\opt\Inline\tests\UnsafeBlockCopy\UnsafeBlockCopy.*" />
+
<!-- These depend on things outside of the .NET Core profile. Need test fixes. -->
<ExcludeList Include="$(XunitTestBinBase)\Interop\NativeCallable\NativeCallableTest\NativeCallableTest.*" />
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V2.0-RTM\b475589\b475589\b475589.*" />