summaryrefslogtreecommitdiff
path: root/tool/test-bundled-gems.rb
AgeCommit message (Expand)Author
11 daysRe-enabled repl_type_completor test with upstream fixHiroshi SHIBATA
2025-04-26Implement Set as a core classJeremy Evans
2025-04-09Re-enabled to test at win32oleHiroshi SHIBATA
2025-04-07Allow win32ole test failureHiroshi SHIBATA
2025-04-07Rename test command for test-unitHiroshi SHIBATA
2025-04-04Console Cntl event is sent to root process sharing the consoleNobuyoshi Nakada
2025-04-04Cannot send signal to process group on WindowsNobuyoshi Nakada
2025-04-04Cannot send `SIGTERM` to another process on WindowsNobuyoshi Nakada
2025-02-05The test of net-smtp-0.5.1 is working with Windows platform nowHiroshi SHIBATA
2025-02-05Skip irb on test-bundled-gems with WindowsHiroshi SHIBATA
2025-01-16Skip win32ole tests without Windows platformHiroshi SHIBATA
2024-12-19The test of net-imap is passed with WindowsHiroshi SHIBATA
2024-12-06typeprof-757303fe8de0cf5e5583b4a76f8abbbd55c44776 is working with WindowsHiroshi SHIBATA
2024-11-28Always declared gems that are test failures on Windows to allowed failures listHiroshi SHIBATA
2024-11-27Fixed test condition for specified bundled gemsHiroshi SHIBATA
2024-11-27Allow to run 'make test-bundled-gems BUNDLED_GEMS=csv,rexml' for only testing...Hiroshi SHIBATA
2024-11-01Remove debug printNobuyoshi Nakada
2024-11-01Make gemspec files for default gems with extensionsNobuyoshi Nakada
2024-10-28Update test-bundled-gems.rbNobuyoshi Nakada
2024-01-19Skip test task for resolv-replaceHiroshi SHIBATA
2023-12-25Typofix under lib and test, tool directoriesHiroshi SHIBATA
2023-10-24[Bug #19968] Revert RBS revision to testNobuyoshi Nakada
2023-10-22Skip RBS `RbConfig::TOPDIR` test that is `nil` before installationNobuyoshi Nakada
2023-10-22RBS no longer has test/stdlib/Prime_test.rbNobuyoshi Nakada
2023-08-15Use `::` form workflow commandsNobuyoshi Nakada
2023-06-14Allow test-unit-ruby-core files to be loaded from bundled gemsNobuyoshi Nakada
2023-06-12Try to skip Prime_test.rbHiroshi SHIBATA
2023-06-12Run test-unit test without rake task to avoid yard dependencyHiroshi SHIBATA
2023-03-02Fix rbs (#7415)Soutaro Matsumoto
2022-12-21Set up RBS_SKIP_TESTS (#6862)Soutaro Matsumoto
2022-12-12Display error messages outside the groups so can be found quicklyNobuyoshi Nakada
2022-11-19Run skipped minitest tests that now passAlan Wu
2022-07-27Do not load library files from repository only for testNobuyoshi Nakada
2022-07-25Use built bundled gems in test-bundled-gemsNobuyoshi Nakada
2022-07-24Kill bundled gem tests when interruptedNobuyoshi Nakada
2022-07-16Disable parallel built in test-bundled-gemsNobuyoshi Nakada
2022-07-09Use `File::PATH_SEPARATOR` for the portabilityNobuyoshi Nakada
2021-11-15Relax extention name for macOSHiroshi SHIBATA
2021-11-12Bundle RBS 1.7.0 (#5105)Soutaro Matsumoto
2021-11-09Bundle rbs 1.7.0.beta.5Yusuke Endoh
2021-10-05introduce debug.gemKoichi Sasada
2021-08-25tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProfYusuke Endoh
2021-08-24Revert "tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf"Yusuke Endoh
2021-08-24tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProfYusuke Endoh
2021-08-07Group commands on GitHub ActionsNobuyoshi Nakada
2021-06-29tool/test-bundled-gems.rb: Stop tests conflicting with error_highlightYusuke Endoh
2020-12-03test-bundled-gems.rb: show failed gems at lastNobuyoshi Nakada
2020-12-02test-bundled-gems: select bundled gems to test by BUNDLED_GEMSNobuyoshi Nakada
2020-10-21extend timeout of rbs test on rbs testsKoichi Sasada
2020-09-23Bundle rbs gem as bundled gems (#3496)Hiroshi SHIBATA