Skip to content

Commit

Permalink
testing/esp32p4: enable gcov tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed Nov 18, 2024
1 parent 9c60990 commit c8c0376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ tests_arm64_esp32p4:
- job: build_linux_arm64_test
variables:
CHIP_NAME: "esp32p4"
TEST_RUN_BOARD_OPTS: "-b esp32p4-ftdi -p test_apptrace*.*Dual test_bp*.*Dual test_step*.*Dual test_sysview*.*Dual test_semihost*.*Dual"
TEST_RUN_BOARD_OPTS: "-b esp32p4-ftdi -p test_apptrace*.*Dual test_gcov*.*Dual test_bp*.*Dual test_step*.*Dual test_sysview*.*Dual test_semihost*.*Dual"


##############
Expand Down
3 changes: 0 additions & 3 deletions testing/esp/test_gcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,6 @@ def test_on_the_fly_oocd(self):
self.assertTrue(os.path.exists(os.path.join(self.gcov_prefix, self.strip_gcov_path(data_path))))
data_path = os.path.join(self.test_app_cfg.build_obj_dir(), 'esp-idf', 'main', 'CMakeFiles', MAIN_COMP_BUILD_DIR_NAME, 'helper_funcs.c.gcda')
self.assertTrue(os.path.exists(os.path.join(self.gcov_prefix, self.strip_gcov_path(data_path))))
# Left gdb in a proper state for the next tests.
self.gdb.disconnect()
self.gdb.connect()

########################################################################
# TESTS DEFINITION WITH SPECIAL TESTS #
Expand Down

0 comments on commit c8c0376

Please sign in to comment.