mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
ci: re-enable cxx tests_apps and examples for the ESP32-P4
This commit is contained in:
committed by
Sudeep Mohanty
parent
52aa13146a
commit
5ac3087487
@@ -5,7 +5,3 @@ components/cxx/test_apps:
|
||||
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32c61", "esp32p4"]
|
||||
temporary: true
|
||||
reason: the other targets are not tested yet
|
||||
disable:
|
||||
- if: IDF_TARGET == "esp32p4"
|
||||
temporary: true
|
||||
reason: p4 rev3 migration # TODO: IDF-14402
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C61 |
|
||||
| ----------------- | ----- | -------- | --------- |
|
||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C61 | ESP32-P4 |
|
||||
| ----------------- | ----- | -------- | --------- | -------- |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C61 |
|
||||
| ----------------- | ----- | -------- | --------- |
|
||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C61 | ESP32-P4 |
|
||||
| ----------------- | ----- | -------- | --------- | -------- |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C61 |
|
||||
| ----------------- | ----- | -------- | --------- |
|
||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C61 | ESP32-P4 |
|
||||
| ----------------- | ----- | -------- | --------- | -------- |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C61 |
|
||||
| ----------------- | ----- | -------- | --------- |
|
||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C61 | ESP32-P4 |
|
||||
| ----------------- | ----- | -------- | --------- | -------- |
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
||||
|
||||
examples/cxx/exceptions:
|
||||
disable_test:
|
||||
- if: IDF_TARGET == "esp32p4"
|
||||
temporary: true
|
||||
reason: p4 rev3 migration # TODO: IDF-14402
|
||||
|
||||
examples/cxx/rtti:
|
||||
disable_test:
|
||||
- if: IDF_TARGET == "esp32p4"
|
||||
temporary: true
|
||||
reason: p4 rev3 migration # TODO: IDF-14402
|
||||
@@ -7,7 +7,6 @@ from pytest_embedded_idf.utils import idf_parametrize
|
||||
|
||||
@pytest.mark.generic
|
||||
@idf_parametrize('target', ['supported_targets'], indirect=['target'])
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='p4 rev3 migration # TODO: IDF-14402')
|
||||
def test_examples_cpp_exceptions(dut: IdfDut) -> None:
|
||||
lines = [
|
||||
'app_main starting',
|
||||
|
||||
@@ -7,7 +7,6 @@ from pytest_embedded_idf.utils import idf_parametrize
|
||||
|
||||
@pytest.mark.generic
|
||||
@idf_parametrize('target', ['supported_targets'], indirect=['target'])
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='p4 rev3 migration # TODO: IDF-14402')
|
||||
def test_cpp_rtti_example(dut: IdfDut) -> None:
|
||||
dut.expect_exact('Type name of std::cout is: std::ostream')
|
||||
dut.expect_exact('Type name of std::cin is: std::istream')
|
||||
|
||||
Reference in New Issue
Block a user