summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2025-12-30 15:30:31 +0100
committerBenoit Daloze <eregontp@gmail.com>2025-12-30 16:02:39 +0100
commitc05e10605e46106397fb4af4ea0f322c4d6d68ea (patch)
tree8276177aca6b092efa2c701b2280f68c0dba86c6 /tool
parenta7fec4d6619384b0b0277e751a56f7b91e5d8d5b (diff)
Exclude rbs tests which need updates for {Method,UnboundMethod,Proc}#source_location
* See https://github.com/ruby/ruby/pull/15580
Diffstat (limited to 'tool')
-rw-r--r--tool/rbs_skip_tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests
index d5139705b3..e03eecbfed 100644
--- a/tool/rbs_skip_tests
+++ b/tool/rbs_skip_tests
@@ -45,3 +45,6 @@ test_linear_time?(RegexpSingletonTest)
test_new(RegexpSingletonTest)
## Failed tests caused by unreleased version of Ruby
+test_source_location(MethodInstanceTest)
+test_source_location(ProcInstanceTest)
+test_source_location(UnboundMethodInstanceTest)