Skip to content

Commit 4d6d269

Browse files
committed
Tag MRI tests that fail on Darwin.
1 parent e1729d6 commit 4d6d269

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

test/mri/excludes/TestModule.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
exclude :test_alias, "needs investigation"
2+
exclude :test_ancestors, "fails on Darwin in CI"
23
exclude :test_attr, "needs investigation"
34
exclude :test_bad_constants_get, "needs investigation"
45
exclude :test_const_defined_invalid_name, "needs investigation"
@@ -9,6 +10,7 @@
910
exclude :test_deprecate_nil_constant, "needs investigation"
1011
exclude :test_include_module_with_constants_does_not_invalidate_method_cache, "needs investigation"
1112
exclude :test_include_with_no_args, "needs investigation"
13+
exclude :test_included_modules, "fails on Darwin in CI"
1214
exclude :test_initialize_copy_empty, "needs investigation"
1315
exclude :test_inspect_segfault, "needs investigation"
1416
exclude :test_invalid_attr, "needs investigation"

test/mri/excludes/TestRubyOptimization.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
exclude :test_peephole_dstr, "needs investigation"
2828
exclude :test_peephole_optimization_without_trace, "needs investigation"
2929
exclude :test_peephole_string_literal_range, "needs investigation"
30+
exclude :test_fixnum_or, "spurious failure in CI"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_ipv6_pktinfo, "fails on Darwin in CI"

test/mri/excludes/TestSocket_UNIXSocket.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
exclude :test_autobind, "needs investigation"
66
exclude :test_cloexec, "needs investigation"
77
exclude :test_getcred_ucred, "needs investigation"
8+
exclude :test_getcred_xucred, "fails on Darwin in CI"
89
exclude :test_socket_pair_with_block, "needs investigation"
910
exclude :test_abstract_unix_server, "needs investigation"
1011
exclude :test_dgram_pair, "needs investigation"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
exclude :test_upstream_proxy, "needs investigation"
22
exclude :test_connect, "needs investigation"
3+
exclude :test_big_bodies, "fails on Darwin in CI"

0 commit comments

Comments
 (0)