From 037390ed27c5511ddc5b60121ccc25e1a8b2ef19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 23 Jan 2020 20:29:14 +0100 Subject: [PATCH] Fix pipeline trigger for running libraries tests against Mono Follow-up to https://github.com/dotnet/runtime/pull/1934 Also disables one test that seems to be flaky on Mono. --- eng/pipelines/runtime.yml | 3 ++- src/mono/netcore/CoreFX.issues.rsp | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 885bf7ecfdce11..a78437acca4a78 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -369,7 +369,7 @@ jobs: # # Libraries Test Build -# Only when CoreCLR or Libraries is changed +# Only when CoreCLR, Mono or Libraries is changed # - template: /eng/pipelines/common/platform-matrix.yml parameters: @@ -387,6 +387,7 @@ jobs: or( eq(dependencies.checkout.outputs['SetPathVars_libraries.containsChange'], true), eq(dependencies.checkout.outputs['SetPathVars_coreclr.containsChange'], true), + eq(dependencies.checkout.outputs['SetPathVars_mono.containsChange'], true), eq(variables['isFullMatrix'], true)) # diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index 3c05a6ac3ae01e..08f1a2f7ef6f4e 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -543,6 +543,9 @@ # Requires precise GC (should be ignored in dotnet/corefx for mono) -nomethod System.Threading.Tasks.Tests.ExecutionContextFlowTest.TaskCompletionSourceDoesntCaptureExecutionContext +# flaky, causes stack overflow +-nomethod System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_ContinueWith_DoesNotStackOverflow + #################################################################### ## System.Threading.ThreadPool.Tests ####################################################################