summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2017-05-17 17:48:15 -0700
committerGitHub <noreply@github.com>2017-05-17 17:48:15 -0700
commitc290deb3bd5331a5d70470e6203f2b4b2059bd90 (patch)
tree5c13f2af2002c1cf727c3bec6bba73b5f91cf68e
parent509e423b163d2f18cdb9e026a4cf7a63c5c744a8 (diff)
parent1b96e44e96165afba1145445d10e11515c099d67 (diff)
downloadcoreclr-c290deb3bd5331a5d70470e6203f2b4b2059bd90.tar.gz
coreclr-c290deb3bd5331a5d70470e6203f2b4b2059bd90.tar.bz2
coreclr-c290deb3bd5331a5d70470e6203f2b4b2059bd90.zip
Merge pull request #11690 from wtgodbe/IlTestsFix
Fix & re-enable failing Loader IL tests
-rw-r--r--tests/issues.targets6
-rw-r--r--tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj1
-rw-r--r--tests/src/Loader/classloader/regressions/440935/Test.ilproj1
-rw-r--r--tests/testsFailingOutsideWindows.txt2
4 files changed, 2 insertions, 8 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index a5098f8ed5..8a83c32048 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -184,12 +184,6 @@
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TypeGeneratorTests\TypeGeneratorTest683\Generated683\*">
<Issue>6707</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\PrivateInterfaceImpl\Test6_ImplementingClass\*">
- <Issue></Issue>
- </ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\regressions\440935\Test\*">
- <Issue></Issue>
- </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)\JIT\CheckProjects\CheckProjects\*">
<Issue></Issue>
</ExcludeList>
diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj
index d050b73331..695c21365a 100644
--- a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj
+++ b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj
@@ -27,6 +27,7 @@
<ItemGroup>
<ProjectReference Include="Test6_forwarder.ilproj" />
+ <ProjectReference Include="Test6_supplier.ilproj" />
<ProjectReference Include="Test6_FriendPriInterface.ilproj" />
</ItemGroup>
diff --git a/tests/src/Loader/classloader/regressions/440935/Test.ilproj b/tests/src/Loader/classloader/regressions/440935/Test.ilproj
index 221ac0d672..89396c2dc4 100644
--- a/tests/src/Loader/classloader/regressions/440935/Test.ilproj
+++ b/tests/src/Loader/classloader/regressions/440935/Test.ilproj
@@ -27,6 +27,7 @@
<ItemGroup>
<ProjectReference Include="Foo.ilproj" />
+ <ProjectReference Include="Bar.ilproj" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/testsFailingOutsideWindows.txt b/tests/testsFailingOutsideWindows.txt
index cf4e58baab..10ba6a41dd 100644
--- a/tests/testsFailingOutsideWindows.txt
+++ b/tests/testsFailingOutsideWindows.txt
@@ -77,6 +77,4 @@ Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614/Generate
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681/Generated681.sh
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682/Generated682.sh
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683/Generated683.sh
-Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass/Test6_ImplementingClass.sh
-Loader/classloader/regressions/440935/Test/Test.sh
JIT/CheckProjects/CheckProjects/CheckProjects.sh