summaryrefslogtreecommitdiff
path: root/dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2024-04-15 17:58:35 +0000
committerMatthew Smith <matthew@gentoo.org>2024-04-15 17:58:46 +0000
commitf896d0ab0d82517302d351d5ea9740b9475e1229 (patch)
tree521f1e2662a98ef6b47518a146f5be1c5170df36 /dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch
parentd9d8cf759bfbb7727bcb4fb5daa9ad6c21a54a5e (diff)
downloadgentoo-f896d0ab0d82517302d351d5ea9740b9475e1229.tar.gz
gentoo-f896d0ab0d82517302d351d5ea9740b9475e1229.tar.bz2
gentoo-f896d0ab0d82517302d351d5ea9740b9475e1229.zip
dev-lang/erlang: add 26.2.4
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch')
-rw-r--r--dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch b/dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch
new file mode 100644
index 000000000000..4119a6b39bd1
--- /dev/null
+++ b/dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch
@@ -0,0 +1,14 @@
+Skip the error_info test. This test tries to open fds until exhausted which
+seems to be quite unreliable/brittle.
+--- a/lib/kernel/test/os_SUITE.erl
++++ b/lib/kernel/test/os_SUITE.erl
+@@ -42,8 +42,7 @@ all() ->
+ env,
+ find_executable, unix_comment_in_command, deep_list_command,
+ large_output_command, background_command, message_leak,
+- close_stdin, max_size_command, perf_counter_api,
+- error_info].
++ close_stdin, max_size_command, perf_counter_api].
+
+ groups() ->
+ [].