forked from pulp-platform/regression_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
riscv-tests.yaml
139 lines (137 loc) · 4.17 KB
/
riscv-tests.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
riscv_tests:
testBitManipulation:
path: ./riscv_tests/testBitManipulation #OK
command: make clean all cluster=1 run
testVecCmp:
path: ./riscv_tests/testVecCmp #ok
command: make clean all cluster=1 run
testAddSubNorm:
path: ./riscv_tests/testAddSubNorm #ok
command: make clean all cluster=1 run
testMisaligned:
path: ./riscv_tests/testMisaligned #ok
command: make clean all cluster=1 run
testALU:
path: ./riscv_tests/testALU #ok
command: make clean all cluster=1 run
testMAC3:
path: ./riscv_tests/testMAC3 #ok
command: make clean all cluster=1 run
testVecArith:
path: ./riscv_tests/testVecArith #ok
command: make clean all cluster=1 run
testDotMul:
path: ./riscv_tests/testDotMul #ok
command: make clean all cluster=1 run
testVecLogic:
path: ./riscv_tests/testVecLogic #ok
command: make clean all cluster=1 run
testComplex:
path: ./riscv_tests/testComplex #ok
command: make clean all cluster=1 run
testCnt:
path: ./riscv_tests/testCnt #ok
command: make clean all cluster=1 run
testVecRelat:
path: ./riscv_tests/testVecRelat #ok
command: make clean all cluster=r1 run
testShufflePack:
path: ./riscv_tests/testShufflePack #ok
command: make clean all cluster=1 run
testMUL:
path: ./riscv_tests/testMUL #ok
command: make clean all cluster=1 run
testHWLP:
path: ./riscv_tests/testHWLP #ok
command: make clean all cluster=1 run
testMacNorm:
path: ./riscv_tests/testMacNorm #ook
command: make clean all cluster=1 run
testDivRem:
path: ./riscv_tests/testDivRem #ok
command: make clean all cluster=1 run
testVariadic:
path: ./riscv_tests/testVariadic #ok
command: make clean all cluster=1 run
testMAC:
path: ./riscv_tests/testMAC #ok
command: make clean all cluster=1 run
testLoadStore:
path: ./riscv_tests/testLoadStore #ok
command: make clean all cluster=1 run
testALUExt:
path: ./riscv_tests/testALUExt #ok
command: make clean all cluster=1 run
testBuiltins:
path: ./riscv_tests/testBuiltins #ok
command: make clean all cluster=1 run
riscv_tests_soc:
testBitManipulation:
path: ./riscv_tests_soc/testBitManipulation #OK
command: make clean all run
testVecCmp:
path: ./riscv_tests_soc/testVecCmp #ok
command: make clean all run
testAddSubNorm:
path: ./riscv_tests_soc/testAddSubNorm #ok
command: make clean all run
testMisaligned:
path: ./riscv_tests_soc/testMisaligned #ok
command: make clean all run
testALU:
path: ./riscv_tests_soc/testALU #ok
command: make clean all run
testMAC3:
path: ./riscv_tests_soc/testMAC3 #ok
command: make clean all run
testEventsFlex:
path: ./riscv_tests_soc/testEventsFlex #ok
command: make clean all run
testVecArith:
path: ./riscv_tests_soc/testVecArith #ok
command: make clean all run
testDotMul:
path: ./riscv_tests_soc/testDotMul #ok
command: make clean all run
testVecLogic:
path: ./riscv_tests_soc/testVecLogic #ok
command: make clean all run
testComplex:
path: ./riscv_tests_soc/testComplex #ok
command: make clean all run
testCnt:
path: ./riscv_tests_soc/testCnt #ok
command: make clean all run
testVecRelat:
path: ./riscv_tests_soc/testVecRelat #ok
command: make clean all run
testShufflePack:
path: ./riscv_tests_soc/testShufflePack #ok
command: make clean all run
testMUL:
path: ./riscv_tests_soc/testMUL #ok
command: make clean all run
testHWLP:
path: ./riscv_tests_soc/testHWLP #ok
command: make clean all run
testMacNorm:
path: ./riscv_tests_soc/testMacNorm #ook
command: make clean all run
testDivRem:
path: ./riscv_tests_soc/testDivRem #ok
command: make clean all run
testVariadic:
path: ./riscv_tests_soc/testVariadic #ok
command: make clean all run
testMAC:
path: ./riscv_tests_soc/testMAC #ok
command: make clean all run
testLoadStore:
path: ./riscv_tests_soc/testLoadStore #ok
command: make clean all run
testALUExt:
path: ./riscv_tests_soc/testALUExt #ok
command: make clean all run
testBuiltins:
path: ./riscv_tests_soc/testBuiltins #ok
command: make clean all run