Skip to content

Revert "Restore Seperate test builds, but fix broken pipe (#35378)" - #35868

Merged
sdmaclea merged 3 commits into
dotnet:masterfrom
sdmaclea:revert35378
May 6, 2020
Merged

Revert "Restore Seperate test builds, but fix broken pipe (#35378)"#35868
sdmaclea merged 3 commits into
dotnet:masterfrom
sdmaclea:revert35378

Conversation

@sdmaclea

Copy link
Copy Markdown
Contributor

This reverts commit 6d64040.

@ghost

ghost commented May 5, 2020

Copy link
Copy Markdown

Tagging subscribers to this area: @ViktorHofer
Notify danmosemsft if you want to be subscribed.

@sdmaclea
sdmaclea requested a review from jashookMay 5, 2020 23:11
@sdmacleasdmaclea added the area-AssemblyLoader-coreclr only use for closed issues label May 5, 2020
@ghost

ghost commented May 5, 2020

Copy link
Copy Markdown

Tagging subscribers to this area: @vitek-karas
Notify danmosemsft if you want to be subscribed.

@jashookjashook left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need to disable failing tests but thanks for this!

@jashook
jashook requested a review from trylekMay 5, 2020 23:29
@sdmacleasdmaclea added area-Infrastructure-coreclr Only use for closed issues and removed area-AssemblyLoader-coreclr only use for closed issues labels May 5, 2020

@trylektrylek left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh - that's how infra changes go.

@sdmaclea

sdmaclea commented May 5, 2020

Copy link
Copy Markdown
ContributorAuthor

Based on recent #35783 runs, I suspect we will need something approximately like this.

commit af4725ad629cbe687c62d0701b429a92412614a8
Author: Steve MacLean <Steve.MacLean@Microsoft.com>
Date: Tue May 5 17:12:44 2020 -0400
Add issues related to CI coverage outage
diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets
index ce48665..360f6f1 100644
--- a/src/coreclr/tests/issues.targets+++ b/src/coreclr/tests/issues.targets@@ -11,6 +11,25 @@
<ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_22888/test22888/*">
<Issue>https://github.com/dotnet/runtime/issues/13703</Issue>
</ExcludeList>
+ <!-- Test regressions during CI coverage outage -->+ <ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/stackoverflow/*">+ <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>+ </ExcludeList>+ <ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_r/*">+ <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>+ </ExcludeList>+ <ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_ro/*">+ <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>+ </ExcludeList>+ <ExcludeList Include="$(XunitTestBinBase)/baseservices/typeequivalence/simple/Simple/*">+ <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>+ </ExcludeList>+ <ExcludeList Include="$(XunitTestBinBase)/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/Reverse/*">+ <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>+ </ExcludeList>+ <ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Vector2_3_4/Vector2_3_4/*">+ <Issue>https://github.com/dotnet/runtime/issues/35798</Issue>+ </ExcludeList>
</ItemGroup>
<!-- All OS/Arch CoreCLR excludes -->

@BruceForstall

Copy link
Copy Markdown
Contributor

@sdmaclea These test failures are regressions that crept in when we weren't testing everything properly?

@sdmaclea

Copy link
Copy Markdown
ContributorAuthor

regressions that crept in

@BruceForstall That would be my guess....

@sdmaclea

sdmaclea commented May 6, 2020

Copy link
Copy Markdown
ContributorAuthor

CI looks OK except for

@ghost

ghost commented May 6, 2020

Copy link
Copy Markdown

Hello @sdmaclea!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@sdmaclea

Copy link
Copy Markdown
ContributorAuthor

I added a merge commit w/ origin/master & disabled the 6 new failing (regressing) tests.

@sdmaclea
sdmaclea merged commit a4c050e into dotnet:masterMay 6, 2020
@sdmaclea
sdmaclea deleted the revert35378 branch May 6, 2020 05:47
@ghostghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure-coreclrOnly use for closed issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@sdmaclea@BruceForstall@jashook@trylek@Dotnet-GitSync-Bot