aboutsummaryrefslogtreecommitdiffstats
path: root/tool/test/webrick
Commit message (Collapse)AuthorAgeFilesLines
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-12-012-3/+3
|
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-132-2/+2
|
* Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA2021-09-111-0/+2
|
* Use CoreAssertions instead of AssertionsHiroshi SHIBATA2021-09-111-2/+2
|
* Use Test::Unit instead of Minitest::UnitHiroshi SHIBATA2021-05-181-4/+4
|
* Run nmake check on Actions (#4487)Takashi Kokubun2021-05-112-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Run nmake check on Actions * Skip tests not working in mswin GitHub Actions * Override TEMP * Revert "Skip tests not working in mswin GitHub Actions" This reverts commit 544d2575fcdf23ae63cd25aa03fce10c28b259f2. * Revert "Revert "Skip tests not working in mswin GitHub Actions"" This reverts commit e1f8ad7862c9c4be52dc6e1031a004621eb07e6e. * Fix timeouts * Skip some more broken tests * Update windows.yml * Add a guard for rbasic_spec * Revert "Update windows.yml" This reverts commit bc9694b6b3b9594d406378d15ca11723fb052bc8. * Skip the ensure clause * Simplify the ensure
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-132-2/+2
| | | | | | | | because the name "MJIT" is an internal code name, it's inconsistent with --jit while they are related to each other, and I want to discourage future JIT implementation-specific (e.g. MJIT-specific) APIs by this rename. [Feature #17490]
* Move webrick library into internal test toolchainHiroshi SHIBATA2020-12-1024-0/+3804