Skip to content

Commit e32cf88

Browse files
tests/tcg/arc64: enable {LD,ST}DL tests
For arc64, the Makefile lines adding 128-bit load/store tests to the list of tests to run were commented out. Since there seems to be no reason for this, restore these lines to increase test coverage. Signed-off-by: Artemiy Volkov <[email protected]>
1 parent af50ea2 commit e32cf88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tcg/arc64/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ TESTCASES += check_vpack4hm.tst
9292
TESTCASES += check_qmach.tst
9393
# arc64
9494
#TESTCASES += check_swapl.tst
95-
#TESTCASES += check_lddl.tst
96-
#TESTCASES += check_stdl.tst
95+
TESTCASES += check_lddl.tst
96+
TESTCASES += check_stdl.tst
9797

9898
all: $(TESTCASES)
9999
OBJECTS = ivt.o

0 commit comments

Comments
 (0)