lapack icon indicating copy to clipboard operation
lapack copied to clipboard

Adds a test related to the fix #625

Open weslleyspereira opened this issue 2 years ago • 1 comments

This PR adds a test related to the fix #625.

The test:

  • Verifies if xLARRV returns INFO=0 when (N.EQ.0).OR.(M.EQ.0).
  • Verifies if xLARRV modifies its outputs when (N.EQ.0).OR.(M.EQ.0).

The problem related on #625 was the out-of-bounds access IBLOCK( 0 ). To try to stress this problem does not happen anymore, I set IWORK(1) = 100 and use the array IWORK(2) as IBLOCK.

  • [ ] For now, the test was implemented only SLARRV. If the test makes sense, implement it on DLARRV, CLARRV and ZLARRV.

weslleyspereira avatar Apr 27 '22 18:04 weslleyspereira

Codecov Report

Base: 0.00% // Head: 0.00% // No change to project coverage :thumbsup:

Coverage data is based on head (6195fab) compared to base (def1271). Patch has no changes to coverable lines.

:exclamation: Current head 6195fab differs from pull request most recent head 351f5ac. Consider uploading reports for the commit 351f5ac to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #664   +/-   ##
=======================================
  Coverage    0.00%    0.00%           
=======================================
  Files        1894     1894           
  Lines      184054   184054           
=======================================
  Misses     184054   184054           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Apr 27 '22 18:04 codecov[bot]