Skip to content
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

OverFlowOnFluentCall_ExtensionMethods is failing #72678

Open
333fred opened this issue Mar 22, 2024 · 1 comment
Open

OverFlowOnFluentCall_ExtensionMethods is failing #72678

333fred opened this issue Mar 22, 2024 · 1 comment
Assignees
Labels
Area-Compilers Disabled Test Test Test failures in roslyn-CI
Milestone

Comments

@333fred
Copy link
Member

333fred commented Mar 22, 2024

System.Exception : Depth: 1600, Bytes: 4, Config: Release, Desktop: True
---- System.AggregateException : One or more errors occurred.

Expected:
Actual:
// (10,9): error CS8078: An expression is too long or complex to compile
//         GetC()
Diagnostic(ErrorCode.ERR_InsufficientStack, "GetC").WithLocation(10, 9)
Diff:
++>                 Diagnostic(ErrorCode.ERR_InsufficientStack, "GetC").WithLocation(10, 9)
Expected: True
Actual:   False

Expected:
Actual:
// (10,9): error CS8078: An expression is too long or complex to compile
//         GetC()
Diagnostic(ErrorCode.ERR_InsufficientStack, "GetC").WithLocation(10, 9)
Diff:
++>                 Diagnostic(ErrorCode.ERR_InsufficientStack, "GetC").WithLocation(10, 9)
Expected: True
Actual:   False
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Mar 22, 2024
333fred added a commit to 333fred/roslyn that referenced this issue Mar 22, 2024
Opened dotnet#72678 for investigation.
@333fred 333fred added Test Test failures in roslyn-CI Disabled Test labels Mar 22, 2024
@jaredpar jaredpar removed the untriaged Issues and PRs which have not yet been triaged by a lead label Mar 22, 2024
@jaredpar jaredpar added this to the 17.10 milestone Mar 22, 2024
333fred added a commit that referenced this issue Mar 22, 2024
Opened #72678 for investigation.
@jaredpar jaredpar modified the milestones: 17.10, 17.11 Apr 1, 2024
@jaredpar jaredpar assigned j-kanda and jcouv and unassigned j-kanda Apr 1, 2024
@jaredpar jaredpar modified the milestones: 17.11, 17.10 Apr 1, 2024
@jaredpar
Copy link
Member

jaredpar commented Apr 1, 2024

Moving to 17.10 because want to know the impact and evaluate if we want to fix the compiler in 17.10 or 17.11.

@jcouv

@jaredpar jaredpar modified the milestones: 17.10, 17.12 Jul 9, 2024
@jaredpar jaredpar modified the milestones: 17.12, 17.13 Aug 30, 2024
@arunchndr arunchndr modified the milestones: 17.13, 17.13 P2 Nov 13, 2024
@jaredpar jaredpar modified the milestones: 17.13 P2, 17.13 Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Disabled Test Test Test failures in roslyn-CI
Projects
None yet
Development

No branches or pull requests

5 participants