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

FileCheck error: '__jit_disasm.out' is empty for outerloop tests #76150

Closed
EgorBo opened this issue Sep 25, 2022 · 5 comments
Closed

FileCheck error: '__jit_disasm.out' is empty for outerloop tests #76150

EgorBo opened this issue Sep 25, 2022 · 5 comments
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@EgorBo
Copy link
Member

EgorBo commented Sep 25, 2022

https://dev.azure.com/dnceng-public/public/_build/results?buildId=29112&view=ms.vss-test-web.build-test-results-tab&runId=586768&resultId=109553&paneView=debug

Runtime_33972
Runtime_73681
Runtime_33972

cc @TIHan Seems to be related to FileCheck tests recently merged, right?

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 25, 2022
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@EgorBo EgorBo added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 25, 2022
@ghost
Copy link

ghost commented Sep 25, 2022

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

https://dev.azure.com/dnceng-public/public/_build/results?buildId=29112&view=ms.vss-test-web.build-test-results-tab&runId=586768&resultId=109553&paneView=debug

Runtime_33972
Runtime_73681
Runtime_33972

cc @TIHan

Author: EgorBo
Assignees: -
Labels:

area-CodeGen-coreclr, untriaged

Milestone: -

@EgorBo
Copy link
Member Author

EgorBo commented Sep 25, 2022

Same for PGO pipelines: https://dev.azure.com/dnceng-public/public/_build/results?buildId=29291&view=ms.vss-test-web.build-test-results-tab&runId=589060&resultId=109669&paneView=debug

where it doesn't expect instrumentation in codegen:

__tmp0_Runtime_73681.cs:19:16: error: CHECK-NOT: excluded string found in input
// CHECK-NOT: CORINFO_HELP
^
__jit_disasm.out:31:7: note: found here
call CORINFO_HELP_CLASSPROFILE32
^~~~~~~~~~~~

Input file: __jit_disasm.out
Check file: __tmp0_Runtime_73681.cs

-dump-input=help explains the following input dump.

Input was:
<<<<<<

@TIHan
Copy link
Contributor

TIHan commented Sep 26, 2022

Yup, will need to figure this out ASAP.

@TIHan
Copy link
Contributor

TIHan commented Oct 3, 2022

Outerloop and PGO runs do not show this error in the latest runs. Closing.

@TIHan TIHan closed this as completed Oct 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

3 participants