@@ -86,7 +86,7 @@ def _do_test_bp_and_wp_set_by_program(self):
8686 # watchpoint hit on read var in 'target_bp_func2'
8787 self .run_to_bp_and_check_location (dbg .TARGET_STOP_REASON_SIGTRAP , 'target_bp_func2' , 'target_wp_var2_2' )
8888
89- @skip_for_chip (['esp32c2' ])
89+ @skip_for_chip (['esp32c2' , 'esp32c6' , 'esp32h2' ])
9090 def test_bp_and_wp_set_by_program (self ):
9191 """
9292 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):
9797 self ._do_test_bp_and_wp_set_by_program ()
9898
9999 @only_for_arch (['riscv32' ])
100- @skip_for_chip (['esp32c2' ])
100+ @skip_for_chip (['esp32c2' , 'esp32c6' , 'esp32h2' ])
101101 def test_wp_reconfigure_by_program (self ):
102102 """
103103 This test checks that watchpoints can be reconfigured by target w/o removing them.
@@ -259,7 +259,7 @@ def test_gdb_regs_mapping(self):
259259 """
260260 # should fail for any new chip.
261261 # 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-[.]*' ])
263263 regs = self .gdb .get_reg_names ()
264264 i = 10
265265
0 commit comments