Skip to content

Commit ee423b1

Browse files
committed
Merge branch 'ci/enable_misc_c5_build_tests_v5.3' into 'release/v5.3'
test(misc): enable misc tests that have been missed during bringup (v5.3) See merge request espressif/esp-idf!31789
2 parents 39a3d54 + 9011585 commit ee423b1

File tree

10 files changed

+11
-29
lines changed

10 files changed

+11
-29
lines changed

components/esp_hw_support/test_apps/.build-test-rules.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ components/esp_hw_support/test_apps/dma2d:
1717
components/esp_hw_support/test_apps/esp_hw_support_unity_tests:
1818
disable:
1919
- if: SOC_GPSPI_SUPPORTED != 1
20-
disable_test:
21-
- if: IDF_TARGET == "esp32p4"
22-
temporary: true
23-
reason: test not pass, should be re-enable # TODO: IDF-8972
2420

2521
components/esp_hw_support/test_apps/etm:
2622
disable:

components/esp_hw_support/test_apps/esp_hw_support_unity_tests/pytest_esp_hw_support.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
22
# SPDX-License-Identifier: CC0-1.0
3-
43
import pytest
54
from pytest_embedded import Dut
65

76

8-
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='esp32p4 support TBD') # TODO: IDF-8972
97
@pytest.mark.generic
108
@pytest.mark.parametrize(
119
'config',

components/esp_system/test_apps/.build-test-rules.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ components/esp_system/test_apps/console:
66

77
components/esp_system/test_apps/esp_system_unity_tests:
88
disable:
9-
- if: IDF_TARGET == "esp32c5" or (CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1)
10-
temporary: true
11-
reason: C5 not support yet # TODO: [ESP32C5] IDF-8690
9+
- if: (CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1)
1210

1311
components/esp_system/test_apps/linux_apis:
1412
enable:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |

components/esp_timer/test_apps/.build-test-rules.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
33

components/freertos/test_apps/.build-test-rules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
components/freertos/test_apps/freertos:
44
disable:
5-
- if: IDF_TARGET == "esp32c5" or (CONFIG_NAME == "smp" and IDF_TARGET == "esp32p4")
5+
- if: (CONFIG_NAME == "smp" and IDF_TARGET == "esp32p4")
66
temporary: true
7-
reason: target(s) not supported yet # TODO: [ESP32C5] IDF-8672
7+
reason: target(s) not supported yet
88

99
components/freertos/test_apps/orig_inc_path:
1010
enable:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |

components/heap/test_apps/.build-test-rules.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
components/heap/test_apps/heap_tests:
44
disable:
55
- if: IDF_TARGET == "linux"
6-
- if: IDF_TARGET == "esp32c5"
7-
temporary: true
8-
reason: not support yet # TODO: [ESP32C5] IDF-9641
96
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
107
- if: CONFIG_NAME == "psram_all_ext" and SOC_SPIRAM_SUPPORTED != 1
118
# These 3 configs are build only for non-nightly, buildig for a single target is sufficient
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |

0 commit comments

Comments
 (0)