|
9 | 9 |
|
10 | 10 | @pytest.mark.generic |
11 | 11 | @pytest.mark.parametrize('config', configurations, indirect=True) |
12 | | -@idf_parametrize('target', ['esp32', 'esp32c3'], indirect=['target']) |
| 12 | +@idf_parametrize('target', ['esp32', 'esp32c3', 'esp32c61', 'esp32p4'], indirect=['target']) |
13 | 13 | def test_cxx_static_init_non_pod(dut: Dut) -> None: |
14 | 14 | dut.run_all_single_board_cases(name=['can use static initializers for non-POD types']) |
15 | 15 |
|
16 | 16 |
|
17 | 17 | @pytest.mark.generic |
18 | 18 | @pytest.mark.parametrize('config', configurations, indirect=True) |
19 | | -@idf_parametrize('target', ['esp32', 'esp32c3'], indirect=['target']) |
| 19 | +@idf_parametrize('target', ['esp32', 'esp32c3', 'esp32c61', 'esp32p4'], indirect=['target']) |
20 | 20 | def test_cxx_misc(dut: Dut) -> None: |
21 | 21 | dut.run_all_single_board_cases(group='misc') |
22 | 22 |
|
23 | 23 |
|
24 | 24 | @pytest.mark.generic |
25 | 25 | @pytest.mark.parametrize('config', configurations, indirect=True) |
26 | | -@idf_parametrize('target', ['esp32', 'esp32c3'], indirect=['target']) |
| 26 | +@idf_parametrize('target', ['esp32', 'esp32c3', 'esp32c61', 'esp32p4'], indirect=['target']) |
27 | 27 | def test_cxx_stack_smash(dut: Dut) -> None: |
28 | 28 | dut.expect_exact('Press ENTER to see the list of tests') |
29 | 29 | dut.write('"stack smashing protection CXX"') |
|
0 commit comments