Hiroshi SHIBATA
ba6a2717f4
Skip test_ln_sr(FileUtilsSingletonTest) ib rbs tests
...
https://github.com/ruby/fileutils/pull/139
4641428778
2025-07-22 09:56:47 +09:00
Koichi Sasada
7013174185
fix for test-bundled-gems to catch up new API
2025-05-31 04:01:33 +09:00
Soutaro Matsumoto
cd355ac8aa
bundle rbs-3.9.4 to fix test failure ( #13287 )
...
* Skip CGI tests
* Bundle rbs-3.9.4
2025-05-27 06:54:22 +00:00
Hiroshi SHIBATA
0dae3edb34
Also skip test_load(JSONSingletonTest)
2025-03-31 14:06:27 +09:00
Soutaro Matsumoto
3fb2006bf1
Skip RDoc tests
2025-03-31 14:06:26 +09:00
Hiroshi SHIBATA
1e715bd27a
Skip failing rbs tests for deprecated JSON methods
2025-03-28 12:44:53 +09:00
Hiroshi SHIBATA
c6f89e263e
Skip failing rbs tests for removing deprecated methods
2025-03-27 11:37:27 +09:00
Hiroshi SHIBATA
9bec592cc4
Skip test_params(OpenSSLDHTest) at rbs tests with test-bundled-gems
2025-01-23 08:39:50 +09:00
Jean Boussier
8c30970c58
Revert "Skip RBS::SchemaTest"
...
This reverts commit 4404688a0e
.
2025-01-20 10:31:56 +01:00
Hiroshi SHIBATA
4404688a0e
Skip RBS::SchemaTest
2025-01-20 16:09:00 +09:00
Soutaro Matsumoto
978df259ca
Bundle rbs-3.8 ( #12399 )
...
* Clean up skip tests
* Bundle rbs-3.8.0.pre.1
2024-12-20 09:48:01 +09:00
Soutaro Matsumoto
0ef4a7d745
Bundle RBS 3.7 ( #12265 )
2024-12-05 05:59:18 +00:00
Hiroshi SHIBATA
5471f284d2
Skip failing rbs tests with latest HEAD of ruby/json
...
```
NoMethodError: undefined method 'flush' for an instance of JsonWrite
```
2024-11-26 15:11:05 +09:00
Hiroshi SHIBATA
73cc312e42
Skip flaky tests of rbs in macOS 15.x
2024-11-25 15:46:07 +09:00
Hiroshi SHIBATA
90eb879df4
Skip failing test with RBS and JSON
2024-11-01 13:04:24 +09:00
Hiroshi SHIBATA
c5b1df7524
Skip related tests in PathnameInstanceTest
2024-10-04 12:21:27 +09:00
Soutaro Matsumoto
e5c26b0f32
Stop skipping broken tests
2024-10-03 09:40:57 +09:00
Hiroshi SHIBATA
bb97061f65
SKip failing tests that are caused by unknown IOError
2024-10-02 18:03:18 +09:00
Kevin Newton
ea2af5782d
Switch the default parser from parse.y to Prism
...
This commit switches the default parser to Prism. There are a
couple of additional changes related to this that are a part of
this as well to make this happen.
* Switch the default parser in parse.h
* Remove the Prism-specific workflow and add a parse.y-specific
workflow to CI so that it continues to be tested
* Update a few test exclusions since Prism has the correct
behavior but parse.y doesn't per
https://bugs.ruby-lang.org/issues/20504 .
* Skips a couple of tests on RBS which are failing because they
are using RubyVM::AbstractSyntaxTree.of.
Fixes [Feature #20564 ]
2024-09-12 13:43:04 -04:00
Soutaro Matsumoto
ea828c0bf0
Skip failing tempfile library tests
2024-08-21 13:55:09 +09:00
Victor Shepelev
d450f9d6a2
Make Range#step to consistently use + for iteration ( #7444 )
...
Make Range#step to consistently use + for iteration [Feature #18368 ]
Previously, non-numerics expected step to be integer,
and iterated with begin#succ, skipping over step value
steps. Since this commit, numeric and non-numeric iteration
behaves the same way, by using + operator.
2024-08-18 13:15:18 +03:00
Soutaro Matsumoto
b822f9f6fc
Bundle rbs-3.4.3 ( #9702 )
...
* Bundle rbs-3.4.3
* Remove rbs from `TEST_BUNDLED_GEMS_ALLOW_FAILURES` list
* Add the failing tests to `rbs_skip_tests`
2024-01-26 08:47:29 +09:00
yui-knk
db476cc71c
Introduce NODE_SYM to manage symbol literal
...
`:sym` was managed by `NODE_LIT` with `Symbol` object.
This commit introduces `NODE_SYM` so that
1. Symbol literal is detectable from AST Node
2. Reduce dependency on ruby object
2024-01-09 16:07:19 +09:00
S-H-GAMELINKS
e4a9a73931
Skip some RBS test
2024-01-07 09:24:34 +09:00
Soutaro Matsumoto
1886ee190a
Bundle rbs-3.3.1 ( #8921 )
...
* bundle rbs-3.3.1
* Restore diff/subtract tests
2023-11-21 09:21:24 +00:00
Soutaro Matsumoto
6fb030e6f1
Skip TOPDIR test
2023-11-14 22:08:32 +09:00
Hiroshi SHIBATA
e6b2cd15e3
Skip test_diff_* from rbs tests. It used bundle command
2023-11-14 20:35:56 +09:00
Soutaro Matsumoto
ad2a464e8f
Bundle RBS 3.2.1 ( #8306 )
2023-08-30 11:10:41 +09:00
Samuel Williams
d4c720a91b
Fix support for dynamic keys. ( #8273 )
...
* Skip RBS test.
2023-08-24 15:19:33 +12:00
Soutaro Matsumoto
f6694b5bc8
Bundle rbs-3.1.0 ( #7766 )
2023-04-28 11:04:03 +09:00
Nobuyoshi Nakada
c86ccccbd7
Revert "RBS: Pathname#taint and Pathname#untaint are removed"
...
This reverts commit 46132e78b7
, in favor
of 298cb57c11
.
2023-03-28 18:02:50 +09:00
Nobuyoshi Nakada
708c4903e1
RBS: Pathname#taint and Pathname#untaint are removed
2023-03-28 10:51:41 +09:00
Soutaro Matsumoto
615f42fd61
Add explanation to rbs_skip_tests ( #7525 )
2023-03-20 10:39:17 +09:00
Benoit Daloze
327cf5ec40
Skip rbs Encoding#replicate test
2023-01-11 13:41:41 +01:00
Soutaro Matsumoto
6af6857ecf
Set up RBS_SKIP_TESTS ( #6862 )
...
* Set up RBS_SKIP_TESTS
2022-12-21 22:11:51 +09:00