Commit 435dbb6
authored
Execution Tests: Update datasets for rhs values for shift operations (microsoft#8179)
Assisted by gh copilot.
Fix BitShiftRhs test input sets to avoid shift amounts >= bit width,
which is undefined behavior in C++ and can cause test failures as
expected values are computed via C++.1 parent 02686ef commit 435dbb6
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
758 | | - | |
759 | | - | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
760 | 769 | | |
761 | 770 | | |
762 | 771 | | |
| |||
0 commit comments