@@ -86,7 +86,7 @@ def _do_test_bp_and_wp_set_by_program(self):
86
86
# watchpoint hit on read var in 'target_bp_func2'
87
87
self .run_to_bp_and_check_location (dbg .TARGET_STOP_REASON_SIGTRAP , 'target_bp_func2' , 'target_wp_var2_2' )
88
88
89
- @skip_for_chip (['esp32c2' ])
89
+ @skip_for_chip (['esp32c2' , 'esp32c6' , 'esp32h2' ])
90
90
def test_bp_and_wp_set_by_program (self ):
91
91
"""
92
92
This test checks that breakpoints and watchpoints set by program on target work.
@@ -97,7 +97,7 @@ def test_bp_and_wp_set_by_program(self):
97
97
self ._do_test_bp_and_wp_set_by_program ()
98
98
99
99
@only_for_arch (['riscv32' ])
100
- @skip_for_chip (['esp32c2' ])
100
+ @skip_for_chip (['esp32c2' , 'esp32c6' , 'esp32h2' ])
101
101
def test_wp_reconfigure_by_program (self ):
102
102
"""
103
103
This test checks that watchpoints can be reconfigured by target w/o removing them.
@@ -259,7 +259,7 @@ def test_gdb_regs_mapping(self):
259
259
"""
260
260
# should fail for any new chip.
261
261
# just to be sure that this test is revised when new chip support is added
262
- self .fail_if_not_hw_id ([r'esp32-[.]*' , r'esp32s2-[.]*' , r'esp32c2-[.]*' , r'esp32c3-[.]*' , r'esp32s3-[.]*' ])
262
+ self .fail_if_not_hw_id ([r'esp32-[.]*' , r'esp32s2-[.]*' , r'esp32c2-[.]*' , r'esp32c3-[.]*' , r'esp32s3-[.]*' , r'esp32c6-[.]*' ])
263
263
regs = self .gdb .get_reg_names ()
264
264
i = 10
265
265
0 commit comments