Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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))

#
Expand Down
3 changes: 3 additions & 0 deletions src/mono/netcore/CoreFX.issues.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -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
####################################################################
Expand Down