-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Revert "Restore Seperate test builds, but fix broken pipe (#35378)" #35868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…)" This reverts commit 6d64040.
|
Tagging subscribers to this area: @ViktorHofer |
|
Tagging subscribers to this area: @vitek-karas |
jashook
left a comment
There was a problem hiding this comment.
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!
trylek
left a comment
There was a problem hiding this comment.
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.
|
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 --> |
|
@sdmaclea These test failures are regressions that crept in when we weren't testing everything properly? |
@BruceForstall That would be my guess.... |
|
CI looks OK except for
|
|
Hello @sdmaclea! Because this pull request has the 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 (
|
|
I added a merge commit w/ origin/master & disabled the 6 new failing (regressing) tests. |
This reverts commit 6d64040.