summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-10-07 12:35:41 +1100
committerDamien George <damien@micropython.org>2025-10-20 12:06:39 +1100
commitc5c03e74ab207ef1c97f6dffe955669e8237a334 (patch)
tree78d7674c4c8e632b2b614053c4f1956c5ffc6ae9
parente1a6c11f4238cc31e6f11133d9e8c237919baee0 (diff)
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 <damien@micropython.org>
-rw-r--r--tests/net_inet/tls_text_errors.py.exp2
-rwxr-xr-xtests/run-tests.py1
2 files changed, 3 insertions, 0 deletions
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 000000000..2cedeb7c9
--- /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 202abfacb..0e38f1986 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",
)