summaryrefslogtreecommitdiff
path: root/dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch
diff options
context:
space:
mode:
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() ->
+ [].