Skip to content

Commit bc7106b

Browse files
Updated runtime test results
1 parent 2ac7431 commit bc7106b

File tree

4 files changed

+2131
-236
lines changed

4 files changed

+2131
-236
lines changed

runtime-test-results/RUNTIME_TEST_RESULTS.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
### Validation Tests
66

7+
#### Hardware
8+
9+
Test|ESP32|ESP32-C3|ESP32-C6|ESP32-H2|ESP32-P4|ESP32-S2|ESP32-S3
10+
-|:-:|:-:|:-:|:-:|:-:|:-:|:-:
11+
democfg|2/2 :white_check_mark:|-|1/1 :white_check_mark:|-|-|1/1 :white_check_mark:|1/1 :white_check_mark:
12+
hello_world|1/1 :white_check_mark:|1/1 :white_check_mark:|1/1 :white_check_mark:|1/1 :white_check_mark:|1/1 :white_check_mark:|1/1 :white_check_mark:|1/1 :white_check_mark:
13+
nvs|2/2 :white_check_mark:|2/2 :white_check_mark:|4/4 :white_check_mark:|4/4 :white_check_mark:|4/4 :white_check_mark:|2/2 :white_check_mark:|3/3 :white_check_mark:
14+
periman|1/1 :white_check_mark:|1/1 :white_check_mark:|1/1 :white_check_mark:|1/1 :white_check_mark:|-|1/1 :white_check_mark:|1/1 :white_check_mark:
15+
psram|10/10 :white_check_mark:|-|-|-|8/8 :white_check_mark:|10/10 :white_check_mark:|10/10 :white_check_mark:
16+
timer|3/3 :white_check_mark:|4/4 :white_check_mark:|4/4 :white_check_mark:|4/4 :white_check_mark:|4/4 :white_check_mark:|4/4 :white_check_mark:|4/4 :white_check_mark:
17+
touch|3/3 :white_check_mark:|-|-|-|3/3 :white_check_mark:|3/3 :white_check_mark:|3/3 :white_check_mark:
18+
uart|11/11 :white_check_mark:|10/10 :white_check_mark:|10/10 :white_check_mark:|10/10 :white_check_mark:|10/10 :white_check_mark:|11/11 :white_check_mark:|10/10 :white_check_mark:
19+
unity|2/2 :white_check_mark:|2/2 :white_check_mark:|2/2 :white_check_mark:|2/2 :white_check_mark:|2/2 :white_check_mark:|2/2 :white_check_mark:|2/2 :white_check_mark:
20+
721
#### Wokwi
822

923
Test|ESP32|ESP32-C3|ESP32-C6|ESP32-H2|ESP32-P4|ESP32-S2|ESP32-S3
@@ -19,6 +33,6 @@ unity|2/2 :white_check_mark:|2/2 :white_check_mark:|2/2 :white_check_mark:|2/2 :
1933
wifi|2/2 :white_check_mark:|1/1 :white_check_mark:|1/1 :white_check_mark:|-|-|2/2 :white_check_mark:|3/3 :white_check_mark:
2034

2135

22-
Generated on: 2025/10/01 18:02:24
36+
Generated on: 2025/10/01 20:24:47
2337

24-
[Commit](https://github.com/lucasssvaz/arduino-esp32/commit/b31c6e440f4ed006b99904fd1045e51a517efb82) / [Build, Hardware and QEMU run](https://github.com/lucasssvaz/arduino-esp32/actions/runs/18169590889) / [Wokwi run](https://github.com/lucasssvaz/arduino-esp32/actions/runs/18169745473)
38+
[Commit](https://github.com/lucasssvaz/arduino-esp32/commit/1e25171381134d27786644f807b396d798c3b9a6) / [Build, Hardware and QEMU run](https://github.com/lucasssvaz/arduino-esp32/actions/runs/18173290388) / [Wokwi run](https://github.com/lucasssvaz/arduino-esp32/actions/runs/18173443611)

runtime-test-results/badge.svg

Lines changed: 5 additions & 5 deletions
Loading

runtime-test-results/test_results.json

Lines changed: 287 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,292 @@
11
{
2-
"commit_sha": "b31c6e440f4ed006b99904fd1045e51a517efb82",
2+
"commit_sha": "1e25171381134d27786644f807b396d798c3b9a6",
33
"tests_failed": false,
44
"test_data": {
5+
"hardware": {
6+
"democfg": {
7+
"esp32": {
8+
"failures": 0,
9+
"total": 2,
10+
"errors": 0
11+
},
12+
"esp32c6": {
13+
"failures": 0,
14+
"total": 1,
15+
"errors": 0
16+
},
17+
"esp32s2": {
18+
"failures": 0,
19+
"total": 1,
20+
"errors": 0
21+
},
22+
"esp32s3": {
23+
"failures": 0,
24+
"total": 1,
25+
"errors": 0
26+
}
27+
},
28+
"hello_world": {
29+
"esp32": {
30+
"failures": 0,
31+
"total": 1,
32+
"errors": 0
33+
},
34+
"esp32c3": {
35+
"failures": 0,
36+
"total": 1,
37+
"errors": 0
38+
},
39+
"esp32c6": {
40+
"failures": 0,
41+
"total": 1,
42+
"errors": 0
43+
},
44+
"esp32h2": {
45+
"failures": 0,
46+
"total": 1,
47+
"errors": 0
48+
},
49+
"esp32p4": {
50+
"failures": 0,
51+
"total": 1,
52+
"errors": 0
53+
},
54+
"esp32s2": {
55+
"failures": 0,
56+
"total": 1,
57+
"errors": 0
58+
},
59+
"esp32s3": {
60+
"failures": 0,
61+
"total": 1,
62+
"errors": 0
63+
}
64+
},
65+
"nvs": {
66+
"esp32": {
67+
"failures": 0,
68+
"total": 2,
69+
"errors": 0
70+
},
71+
"esp32c3": {
72+
"failures": 0,
73+
"total": 2,
74+
"errors": 0
75+
},
76+
"esp32c6": {
77+
"failures": 0,
78+
"total": 4,
79+
"errors": 0
80+
},
81+
"esp32h2": {
82+
"failures": 0,
83+
"total": 4,
84+
"errors": 0
85+
},
86+
"esp32p4": {
87+
"failures": 0,
88+
"total": 4,
89+
"errors": 0
90+
},
91+
"esp32s2": {
92+
"failures": 0,
93+
"total": 2,
94+
"errors": 0
95+
},
96+
"esp32s3": {
97+
"failures": 0,
98+
"total": 3,
99+
"errors": 0
100+
}
101+
},
102+
"periman": {
103+
"esp32": {
104+
"failures": 0,
105+
"total": 1,
106+
"errors": 0
107+
},
108+
"esp32c3": {
109+
"failures": 0,
110+
"total": 1,
111+
"errors": 0
112+
},
113+
"esp32c6": {
114+
"failures": 0,
115+
"total": 1,
116+
"errors": 0
117+
},
118+
"esp32h2": {
119+
"failures": 0,
120+
"total": 1,
121+
"errors": 0
122+
},
123+
"esp32s2": {
124+
"failures": 0,
125+
"total": 1,
126+
"errors": 0
127+
},
128+
"esp32s3": {
129+
"failures": 0,
130+
"total": 1,
131+
"errors": 0
132+
}
133+
},
134+
"psram": {
135+
"esp32": {
136+
"failures": 0,
137+
"total": 10,
138+
"errors": 0
139+
},
140+
"esp32p4": {
141+
"failures": 0,
142+
"total": 8,
143+
"errors": 0
144+
},
145+
"esp32s2": {
146+
"failures": 0,
147+
"total": 10,
148+
"errors": 0
149+
},
150+
"esp32s3": {
151+
"failures": 0,
152+
"total": 10,
153+
"errors": 0
154+
}
155+
},
156+
"timer": {
157+
"esp32": {
158+
"failures": 0,
159+
"total": 3,
160+
"errors": 0
161+
},
162+
"esp32c3": {
163+
"failures": 0,
164+
"total": 4,
165+
"errors": 0
166+
},
167+
"esp32c6": {
168+
"failures": 0,
169+
"total": 4,
170+
"errors": 0
171+
},
172+
"esp32h2": {
173+
"failures": 0,
174+
"total": 4,
175+
"errors": 0
176+
},
177+
"esp32p4": {
178+
"failures": 0,
179+
"total": 4,
180+
"errors": 0
181+
},
182+
"esp32s2": {
183+
"failures": 0,
184+
"total": 4,
185+
"errors": 0
186+
},
187+
"esp32s3": {
188+
"failures": 0,
189+
"total": 4,
190+
"errors": 0
191+
}
192+
},
193+
"touch": {
194+
"esp32": {
195+
"failures": 0,
196+
"total": 3,
197+
"errors": 0
198+
},
199+
"esp32p4": {
200+
"failures": 0,
201+
"total": 3,
202+
"errors": 0
203+
},
204+
"esp32s2": {
205+
"failures": 0,
206+
"total": 3,
207+
"errors": 0
208+
},
209+
"esp32s3": {
210+
"failures": 0,
211+
"total": 3,
212+
"errors": 0
213+
}
214+
},
215+
"uart": {
216+
"esp32": {
217+
"failures": 0,
218+
"total": 11,
219+
"errors": 0
220+
},
221+
"esp32c3": {
222+
"failures": 0,
223+
"total": 10,
224+
"errors": 0
225+
},
226+
"esp32c6": {
227+
"failures": 0,
228+
"total": 10,
229+
"errors": 0
230+
},
231+
"esp32h2": {
232+
"failures": 0,
233+
"total": 10,
234+
"errors": 0
235+
},
236+
"esp32p4": {
237+
"failures": 0,
238+
"total": 10,
239+
"errors": 0
240+
},
241+
"esp32s2": {
242+
"failures": 0,
243+
"total": 11,
244+
"errors": 0
245+
},
246+
"esp32s3": {
247+
"failures": 0,
248+
"total": 10,
249+
"errors": 0
250+
}
251+
},
252+
"unity": {
253+
"esp32": {
254+
"failures": 0,
255+
"total": 2,
256+
"errors": 0
257+
},
258+
"esp32c3": {
259+
"failures": 0,
260+
"total": 2,
261+
"errors": 0
262+
},
263+
"esp32c6": {
264+
"failures": 0,
265+
"total": 2,
266+
"errors": 0
267+
},
268+
"esp32h2": {
269+
"failures": 0,
270+
"total": 2,
271+
"errors": 0
272+
},
273+
"esp32p4": {
274+
"failures": 0,
275+
"total": 2,
276+
"errors": 0
277+
},
278+
"esp32s2": {
279+
"failures": 0,
280+
"total": 2,
281+
"errors": 0
282+
},
283+
"esp32s3": {
284+
"failures": 0,
285+
"total": 2,
286+
"errors": 0
287+
}
288+
}
289+
},
5290
"wokwi": {
6291
"gpio": {
7292
"esp32": {
@@ -313,5 +598,5 @@
313598
}
314599
}
315600
},
316-
"generated_at": "2025-10-01T18:02:24.397980"
601+
"generated_at": "2025-10-01T20:24:47.848650"
317602
}

0 commit comments

Comments
 (0)