File tree Expand file tree Collapse file tree 10 files changed +11
-29
lines changed
esp_hw_support_unity_tests Expand file tree Collapse file tree 10 files changed +11
-29
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ components/esp_hw_support/test_apps/dma2d:
1717components/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
2521components/esp_hw_support/test_apps/etm :
2622 disable :
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
22# SPDX-License-Identifier: CC0-1.0
3-
43import pytest
54from 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' ,
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ components/esp_system/test_apps/console:
66
77components/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
1311components/esp_system/test_apps/linux_apis :
1412 enable :
Original file line number Diff line number Diff line change 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+ | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33components/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
99components/freertos/test_apps/orig_inc_path :
1010 enable :
Original file line number Diff line number Diff line change 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+ | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
Original file line number Diff line number Diff line change 33components/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
Original file line number Diff line number Diff line change 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+ | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
You can’t perform that action at this time.
0 commit comments