summaryrefslogtreecommitdiff
path: root/tests/src/dirs.proj
diff options
context:
space:
mode:
authorJohn Chen <jochen@microsoft.com>2016-05-20 11:12:38 -0700
committerJohnChen0 <jochen@microsoft.com>2016-05-20 11:41:28 -0700
commit94124570fa0e967e243f4c3b8cec22b3fcfa0e83 (patch)
tree8e53e23ac2bade265ff9a7de13d1c684f4eec94e /tests/src/dirs.proj
parent7d1cd169944306ee25c847c77104722a60c2247c (diff)
downloadcoreclr-94124570fa0e967e243f4c3b8cec22b3fcfa0e83.tar.gz
coreclr-94124570fa0e967e243f4c3b8cec22b3fcfa0e83.tar.bz2
coreclr-94124570fa0e967e243f4c3b8cec22b3fcfa0e83.zip
Resolve two issues that cause pri1r2r test timeout on Ubuntu
* Fix Ready-to-Run image for System.Numerics.Vectors.dll. * Disable tests\src\Loader\classloader\generics\regressions\DD117522\Test.cs, which contains an infinite generic type recursion. It causes CrossGen to crash with stack overflow on Windows, and timeout on Ubuntu. Temporarily disabling this test until we can properly fix it.
Diffstat (limited to 'tests/src/dirs.proj')
-rw-r--r--tests/src/dirs.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/dirs.proj b/tests/src/dirs.proj
index 37228801f9..cd0a1dad57 100644
--- a/tests/src/dirs.proj
+++ b/tests/src/dirs.proj
@@ -19,6 +19,7 @@
<DisabledProjects Include="Common\Coreclr.TestWrapper\Coreclr.TestWrapper.csproj" />
<DisabledProjects Include="Common\test_runtime\test_runtime.csproj" />
<DisabledProjects Include="GC\Performance\Framework\GCPerfTestFramework.csproj" />
+ <DisabledProjects Include="Loader\classloader\generics\regressions\DD117522\Test.csproj" />
</ItemGroup>
<ItemGroup>