Skip to content

Commit 3209ecd

Browse files
committed
Update run-test.sh.in
1 parent 2d7df65 commit 3209ecd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/riscv/riscv-vector-tests/run-test.sh.in

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ if [ "$#" == "0" ];
2424
then
2525
# write out test case name explicitely if there are collisions with other test names
2626
testcases=(vmv vslide vmerge vrgather \
27-
vlm.v vsm.v \
2827
vle8 vle16 vle32 \
2928
vse8 vse16 vse32 \
3029
vlseg vlsseg vluxseg vloxseg \
31-
# vsseg vssseg vsuxseg vsoxseg \ # fails for both XLEN 32 and 64
30+
vsseg vssseg vsuxseg vsoxseg \
3231
vlse8 vlse16 vlse32 \
3332
vsse8 vsse16 vsse32 \
3433
vloxei vluxei vsoxei vsuxei \
@@ -52,10 +51,10 @@ then
5251
vsext vzext \
5352
vid)
5453
if [ $XLEN -eq 32 ]; then
55-
testcases+=(vset) # fails for XLEN 64? Which doesn't make sense, since vset is essential, and other tests work
54+
testcases+=()
5655
elif [ $XLEN -eq 64 ]; then
5756
testcases+=(vle64 vse64 vlse64 vsse64 vfwcvt vfncvt \
58-
# vfwadd vfwsub \ # vfwadd.wf and vfwsub.wf fail, but .wv .vf and .vv pass
57+
vfwadd vfwsub \
5958
vfwmul vfwred vfwmacc vfwnmacc vfwmsac vfwnmsac )
6059
fi
6160
else

0 commit comments

Comments
 (0)