Skip to content

Commit 07d518b

Browse files
Updated runtime test results
1 parent b11a2d2 commit 07d518b

File tree

3 files changed

+1693
-30
lines changed

3 files changed

+1693
-30
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Runtime Test Results
2+
3+
:white_check_mark: **The test workflows are passing.** :white_check_mark:
4+
5+
### Validation Tests
6+
7+
#### Wokwi
8+
9+
Test|ESP32|ESP32-C3|ESP32-C5|ESP32-C6|ESP32-H2|ESP32-P4|ESP32-S2|ESP32-S3
10+
-|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:
11+
gpio|1/1 :white_check_mark:|1/1 :white_check_mark:|Error :fire:|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:
12+
hello_world|1/1 :white_check_mark:|1/1 :white_check_mark:|Error :fire:|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+
i2c_master|7/7 :white_check_mark:|7/7 :white_check_mark:|Error :fire:|7/7 :white_check_mark:|6/6 :white_check_mark:|6/6 :white_check_mark:|7/7 :white_check_mark:|7/7 :white_check_mark:
14+
nvs|2/2 :white_check_mark:|2/2 :white_check_mark:|Error :fire:|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:
15+
psram|10/10 :white_check_mark:|-|Error :fire:|-|-|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:|Error :fire:|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+
uart|11/11 :white_check_mark:|10/10 :white_check_mark:|Error :fire:|10/10 :white_check_mark:|10/10 :white_check_mark:|10/10 :white_check_mark:|10/10 :white_check_mark:|10/10 :white_check_mark:
18+
unity|2/2 :white_check_mark:|2/2 :white_check_mark:|Error :fire:|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:
19+
wifi|2/2 :white_check_mark:|1/1 :white_check_mark:|Error :fire:|1/1 :white_check_mark:|-|-|2/2 :white_check_mark:|3/3 :white_check_mark:
20+
21+
22+
Generated on: 2025/09/30 21:50:04
23+
24+
[Commit](https://github.com/lucasssvaz/arduino-esp32/commit/e4fe3010533a2a91261ba67453f51419f6d82ad0) / [Build, Hardware and QEMU run](https://github.com/lucasssvaz/arduino-esp32/actions/runs/18143074635) / [Wokwi run](https://github.com/lucasssvaz/arduino-esp32/actions/runs/18143209679)
Lines changed: 359 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,362 @@
11
{
2-
"commit_sha": "af6f640aeacc04b6676cb900434b46a789f9d684",
2+
"commit_sha": "e4fe3010533a2a91261ba67453f51419f6d82ad0",
33
"tests_failed": false,
4-
"test_data": {},
5-
"generated_at": "2025-09-30T14:06:33.169825"
4+
"test_data": {
5+
"wokwi": {
6+
"gpio": {
7+
"esp32": {
8+
"failures": 0,
9+
"total": 1,
10+
"errors": 0
11+
},
12+
"esp32c3": {
13+
"failures": 0,
14+
"total": 1,
15+
"errors": 0
16+
},
17+
"esp32c5": {
18+
"failures": 0,
19+
"total": 1,
20+
"errors": 1
21+
},
22+
"esp32c6": {
23+
"failures": 0,
24+
"total": 1,
25+
"errors": 0
26+
},
27+
"esp32h2": {
28+
"failures": 0,
29+
"total": 1,
30+
"errors": 0
31+
},
32+
"esp32p4": {
33+
"failures": 0,
34+
"total": 1,
35+
"errors": 0
36+
},
37+
"esp32s2": {
38+
"failures": 0,
39+
"total": 1,
40+
"errors": 0
41+
},
42+
"esp32s3": {
43+
"failures": 0,
44+
"total": 1,
45+
"errors": 0
46+
}
47+
},
48+
"hello_world": {
49+
"esp32": {
50+
"failures": 0,
51+
"total": 1,
52+
"errors": 0
53+
},
54+
"esp32c3": {
55+
"failures": 0,
56+
"total": 1,
57+
"errors": 0
58+
},
59+
"esp32c5": {
60+
"failures": 0,
61+
"total": 1,
62+
"errors": 1
63+
},
64+
"esp32c6": {
65+
"failures": 0,
66+
"total": 1,
67+
"errors": 0
68+
},
69+
"esp32h2": {
70+
"failures": 0,
71+
"total": 1,
72+
"errors": 0
73+
},
74+
"esp32p4": {
75+
"failures": 0,
76+
"total": 1,
77+
"errors": 0
78+
},
79+
"esp32s2": {
80+
"failures": 0,
81+
"total": 1,
82+
"errors": 0
83+
},
84+
"esp32s3": {
85+
"failures": 0,
86+
"total": 1,
87+
"errors": 0
88+
}
89+
},
90+
"i2c_master": {
91+
"esp32": {
92+
"failures": 0,
93+
"total": 7,
94+
"errors": 0
95+
},
96+
"esp32c3": {
97+
"failures": 0,
98+
"total": 7,
99+
"errors": 0
100+
},
101+
"esp32c5": {
102+
"failures": 0,
103+
"total": 1,
104+
"errors": 1
105+
},
106+
"esp32c6": {
107+
"failures": 0,
108+
"total": 7,
109+
"errors": 0
110+
},
111+
"esp32h2": {
112+
"failures": 0,
113+
"total": 6,
114+
"errors": 0
115+
},
116+
"esp32p4": {
117+
"failures": 0,
118+
"total": 6,
119+
"errors": 0
120+
},
121+
"esp32s2": {
122+
"failures": 0,
123+
"total": 7,
124+
"errors": 0
125+
},
126+
"esp32s3": {
127+
"failures": 0,
128+
"total": 7,
129+
"errors": 0
130+
}
131+
},
132+
"nvs": {
133+
"esp32": {
134+
"failures": 0,
135+
"total": 2,
136+
"errors": 0
137+
},
138+
"esp32c3": {
139+
"failures": 0,
140+
"total": 2,
141+
"errors": 0
142+
},
143+
"esp32c5": {
144+
"failures": 0,
145+
"total": 1,
146+
"errors": 1
147+
},
148+
"esp32c6": {
149+
"failures": 0,
150+
"total": 4,
151+
"errors": 0
152+
},
153+
"esp32h2": {
154+
"failures": 0,
155+
"total": 4,
156+
"errors": 0
157+
},
158+
"esp32p4": {
159+
"failures": 0,
160+
"total": 4,
161+
"errors": 0
162+
},
163+
"esp32s2": {
164+
"failures": 0,
165+
"total": 2,
166+
"errors": 0
167+
},
168+
"esp32s3": {
169+
"failures": 0,
170+
"total": 3,
171+
"errors": 0
172+
}
173+
},
174+
"psram": {
175+
"esp32": {
176+
"failures": 0,
177+
"total": 10,
178+
"errors": 0
179+
},
180+
"esp32c5": {
181+
"failures": 0,
182+
"total": 1,
183+
"errors": 1
184+
},
185+
"esp32p4": {
186+
"failures": 0,
187+
"total": 8,
188+
"errors": 0
189+
},
190+
"esp32s2": {
191+
"failures": 0,
192+
"total": 10,
193+
"errors": 0
194+
},
195+
"esp32s3": {
196+
"failures": 0,
197+
"total": 10,
198+
"errors": 0
199+
}
200+
},
201+
"timer": {
202+
"esp32": {
203+
"failures": 0,
204+
"total": 3,
205+
"errors": 0
206+
},
207+
"esp32c3": {
208+
"failures": 0,
209+
"total": 4,
210+
"errors": 0
211+
},
212+
"esp32c5": {
213+
"failures": 0,
214+
"total": 1,
215+
"errors": 1
216+
},
217+
"esp32c6": {
218+
"failures": 0,
219+
"total": 4,
220+
"errors": 0
221+
},
222+
"esp32h2": {
223+
"failures": 0,
224+
"total": 4,
225+
"errors": 0
226+
},
227+
"esp32p4": {
228+
"failures": 0,
229+
"total": 4,
230+
"errors": 0
231+
},
232+
"esp32s2": {
233+
"failures": 0,
234+
"total": 4,
235+
"errors": 0
236+
},
237+
"esp32s3": {
238+
"failures": 0,
239+
"total": 4,
240+
"errors": 0
241+
}
242+
},
243+
"uart": {
244+
"esp32": {
245+
"failures": 0,
246+
"total": 11,
247+
"errors": 0
248+
},
249+
"esp32c3": {
250+
"failures": 0,
251+
"total": 10,
252+
"errors": 0
253+
},
254+
"esp32c5": {
255+
"failures": 0,
256+
"total": 1,
257+
"errors": 1
258+
},
259+
"esp32c6": {
260+
"failures": 0,
261+
"total": 10,
262+
"errors": 0
263+
},
264+
"esp32h2": {
265+
"failures": 0,
266+
"total": 10,
267+
"errors": 0
268+
},
269+
"esp32p4": {
270+
"failures": 0,
271+
"total": 10,
272+
"errors": 0
273+
},
274+
"esp32s2": {
275+
"failures": 0,
276+
"total": 10,
277+
"errors": 0
278+
},
279+
"esp32s3": {
280+
"failures": 0,
281+
"total": 10,
282+
"errors": 0
283+
}
284+
},
285+
"unity": {
286+
"esp32": {
287+
"failures": 0,
288+
"total": 2,
289+
"errors": 0
290+
},
291+
"esp32c3": {
292+
"failures": 0,
293+
"total": 2,
294+
"errors": 0
295+
},
296+
"esp32c5": {
297+
"failures": 0,
298+
"total": 1,
299+
"errors": 1
300+
},
301+
"esp32c6": {
302+
"failures": 0,
303+
"total": 2,
304+
"errors": 0
305+
},
306+
"esp32h2": {
307+
"failures": 0,
308+
"total": 2,
309+
"errors": 0
310+
},
311+
"esp32p4": {
312+
"failures": 0,
313+
"total": 2,
314+
"errors": 0
315+
},
316+
"esp32s2": {
317+
"failures": 0,
318+
"total": 2,
319+
"errors": 0
320+
},
321+
"esp32s3": {
322+
"failures": 0,
323+
"total": 2,
324+
"errors": 0
325+
}
326+
},
327+
"wifi": {
328+
"esp32": {
329+
"failures": 0,
330+
"total": 2,
331+
"errors": 0
332+
},
333+
"esp32c3": {
334+
"failures": 0,
335+
"total": 1,
336+
"errors": 0
337+
},
338+
"esp32c5": {
339+
"failures": 0,
340+
"total": 1,
341+
"errors": 1
342+
},
343+
"esp32c6": {
344+
"failures": 0,
345+
"total": 1,
346+
"errors": 0
347+
},
348+
"esp32s2": {
349+
"failures": 0,
350+
"total": 2,
351+
"errors": 0
352+
},
353+
"esp32s3": {
354+
"failures": 0,
355+
"total": 3,
356+
"errors": 0
357+
}
358+
}
359+
}
360+
},
361+
"generated_at": "2025-09-30T21:50:04.648007"
6362
}

0 commit comments

Comments
 (0)