From c5c03e74ab207ef1c97f6dffe955669e8237a334 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 7 Oct 2025 12:35:41 +1100 Subject: [PATCH] tests/net_inet/tls_text_errors.py: Add exp file to run on axTLS. axTLS will print a warning, and the added .exp file will skip that line. Signed-off-by: Damien George --- tests/net_inet/tls_text_errors.py.exp | 2 ++ tests/run-tests.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 tests/net_inet/tls_text_errors.py.exp diff --git a/tests/net_inet/tls_text_errors.py.exp b/tests/net_inet/tls_text_errors.py.exp new file mode 100644 index 0000000000..2cedeb7c9a --- /dev/null +++ b/tests/net_inet/tls_text_errors.py.exp @@ -0,0 +1,2 @@ +######## +wrap: True diff --git a/tests/run-tests.py b/tests/run-tests.py index 202abfacb8..0e38f19860 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -548,6 +548,7 @@ tests_with_regex_output = [ "basics/bytes_compare3.py", "basics/builtin_help.py", "misc/sys_settrace_cov.py", + "net_inet/tls_text_errors.py", "thread/thread_exc2.py", "ports/esp32/partition_ota.py", )