Summary: | Update test results for test_isa_3_1_VRT to match changed inputs | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Will Schmidt <will_schmidt> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | cel, jseward, will_schmidt |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Proposed patch to update the vinsd* instruction test results test_isa_3_1_VRT.stdout.exp |
Description
Will Schmidt
2021-08-25 16:04:12 UTC
Per some additional investigation, the changed inputs to the vinsd* tests are a side affect of changes made as part of bug 440906, which affected a modulo operation occurring on hard registers. Proposed patch tested, reviewed and committed. commit 9aaeafa70c5126b22857485449f8d5eeb1d9c527 (HEAD -> master, origin/master, origin/HEAD) Author: Carl Love <cel@us.ibm.com> Date: Tue Sep 7 17:15:38 2021 +0000 Update the expected output for test_isa_3_1_VRT. The inputs into the vinsdlx,vinsdrx instructions changed as a result of the impossible constraint issue fix. This patch updates the expected results. https://bugs.kde.org/show_bug.cgi?id=441534 Copied the wrong link in the previous comment. See https://bugs.kde.org/show_bug.cgi?id=443035 for the fix. |