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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-03-24 06:51:56 +0300
committerGitHub <noreply@github.com>2017-03-24 06:51:56 +0300
commite2e557f878cb9a5082e33e34c32c059b4742c1ae (patch)
tree446d7b35a0c297fbefc06825b532e0e7b20acda2 /tests/CoreCLR.issues.targets
parentebf4cee1278a7cf93f47fd6f89b0f26e62be6793 (diff)
Update CoreCLR.issues.targets (#3087)
My previous change errorneously marked these two tests as working because I had a local hack in place that made TypeRefs to `TypedReference` always resolve to CoreLib (makes testing possible without fighting the build system too hard). Turns out these two tests import `TypedReference` from System.Runtime. Our System.Runtime doesn't have a forward for that yet.
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 3923f0910..9cb9c84a3 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -1096,6 +1096,10 @@
<!-- NetStandard2: System.Type.GetInterfaceMap -->
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\VS-ia64-JIT\V1.2-M01\b12425\b12425\b12425.*" />
+ <!-- NetStandard2: System.TypedReference in the System.Runtime facade -->
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\refany\_il_dbgstress2\_il_dbgstress2.*" />
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\refany\_il_relstress2\_il_relstress2.*" />
+
<!-- NetStandard2: PlatformID enum -->
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\refany\_il_dbgformat\_il_dbgformat.*" />
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\refany\_il_dbglongsig\_il_dbglongsig.*" />