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

Test failure baseservices\\multidimmarray\\rank1array\\rank1array.cmd #82078

Closed
BruceForstall opened this issue Feb 14, 2023 · 3 comments · Fixed by #82079
Closed

Test failure baseservices\\multidimmarray\\rank1array\\rank1array.cmd #82078

BruceForstall opened this issue Feb 14, 2023 · 3 comments · Fixed by #82079
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Comments

@BruceForstall
Copy link
Member

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

    baseservices\multidimmarray\rank1array\rank1array.cmd [FAIL]
      
      Assert failure(PID 3164 [0x00000c5c], Thread: 4416 [0x1140]): Assertion failed 'OperIs(GT_NOP, GT_CALL, GT_COMMA) || OperIsCompare() || OperIsLong() || OperIsHWIntrinsic() || IsCnsVec()' in '<Module>:Main():int' during 'Lowering nodeinfo' (IL size 242; hash 0x3beb8c24; Tier0)
      
          File: D:\a\_work\1\s\src\coreclr\jit\gentree.h Line: 1076
          Image: C:\h\w\A994099D\p\corerun.exe
      
      
      Return code:      1
      Raw output file:      C:\h\w\A994099D\w\B6A50958\uploads\Reports\baseservices.multidimmarray\rank1array\rank1array.output.txt
      Raw output:
      BEGIN EXECUTION
       "C:\h\w\A994099D\p\corerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false"  rank1array.dll 
      Expected: 100
      Actual: -1073740286
      END EXECUTION - FAILED
      FAILED
@BruceForstall BruceForstall added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs labels Feb 14, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Feb 14, 2023
@ghost
Copy link

ghost commented Feb 14, 2023

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

Issue Details

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

    baseservices\multidimmarray\rank1array\rank1array.cmd [FAIL]
      
      Assert failure(PID 3164 [0x00000c5c], Thread: 4416 [0x1140]): Assertion failed 'OperIs(GT_NOP, GT_CALL, GT_COMMA) || OperIsCompare() || OperIsLong() || OperIsHWIntrinsic() || IsCnsVec()' in '<Module>:Main():int' during 'Lowering nodeinfo' (IL size 242; hash 0x3beb8c24; Tier0)
      
          File: D:\a\_work\1\s\src\coreclr\jit\gentree.h Line: 1076
          Image: C:\h\w\A994099D\p\corerun.exe
      
      
      Return code:      1
      Raw output file:      C:\h\w\A994099D\w\B6A50958\uploads\Reports\baseservices.multidimmarray\rank1array\rank1array.output.txt
      Raw output:
      BEGIN EXECUTION
       "C:\h\w\A994099D\p\corerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false"  rank1array.dll 
      Expected: 100
      Actual: -1073740286
      END EXECUTION - FAILED
      FAILED
Author: BruceForstall
Assignees: -
Labels:

area-CodeGen-coreclr, blocking-outerloop

Milestone: -

@BruceForstall
Copy link
Member Author

This was caused by #77357

@EgorBo @AndyAyersMS @jakobbotsch

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Feb 14, 2023
@ghost ghost removed in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner labels Feb 14, 2023
@BruceForstall BruceForstall removed the blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs label Feb 14, 2023
@EgorBo
Copy link
Member

EgorBo commented Feb 14, 2023

Oops, thanks, didn't expect that change to cause troubles.

Will work on a revert for this revert. According to our TE benchmark that PR is responsble for some improvements e.g. the 3rd bounce here

Screenshot 2023-02-14 at 20 35 06

@ghost ghost locked as resolved and limited conversation to collaborators Mar 17, 2023
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

Successfully merging a pull request may close this issue.

2 participants