summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-06-30Suppress unused literal warnings in verbose modeNobuyoshi Nakada
2019-06-30Suppress void context warnings in verbose modeNobuyoshi Nakada
2019-06-30Skip instead of returnNobuyoshi Nakada
2019-06-30Fixed non-working testNobuyoshi Nakada
2019-06-30Fixed ClosedQueueError by a timing issueNobuyoshi Nakada
2019-06-30Reset the result between assertionsNobuyoshi Nakada
2019-06-30Fixed an assertionNobuyoshi Nakada
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2019-06-30Wait for the helper thread to terminateNobuyoshi Nakada
2019-06-30Add parentheses to suppress warningsNobuyoshi Nakada
2019-06-30Removed unused variablesNobuyoshi Nakada
2019-06-29Escape control codes in regexp warning messageNobuyoshi Nakada
2019-06-29Should not warn massign parameters as unusedNobuyoshi Nakada
2019-06-29Rmove old TestTimeTZ::TZ#abbr attributeNobuyoshi Nakada
2019-06-29Add max option to TestProtocol#create_mockioNobuyoshi Nakada
2019-06-29Fixed String#grapheme_clusters with wide encodingsNobuyoshi Nakada
2019-06-29Hoisted out WIDE_ENCODINGSNobuyoshi Nakada
2019-06-29Set file name and line numberNobuyoshi Nakada
2019-06-29Adjust caller's line number, expect the next line as here-docNobuyoshi Nakada
2019-06-28Removed unused variablesNobuyoshi Nakada
2019-06-28Add parentheses to suppress a warningNobuyoshi Nakada
2019-06-28Test string contentNobuyoshi Nakada
2019-06-28Removed unused variablesNobuyoshi Nakada
2019-06-28Fixed a variable nameNobuyoshi Nakada
2019-06-28Removed excess spacesNobuyoshi Nakada
2019-06-28Fixed name conflict between helper classesNobuyoshi Nakada
2019-06-28Skip instead of returnNobuyoshi Nakada
2019-06-28Suppress unused variable warningsNobuyoshi Nakada
2019-06-28Use assert_separately instead of invoke_rubyNobuyoshi Nakada
2019-06-28Define singleton method on each new objectsNobuyoshi Nakada
2019-06-28Suppress redefinition and void context warningsNobuyoshi Nakada
2019-06-28Use assigned local variableNobuyoshi Nakada
2019-06-28Wait for the helper thread to terminateNobuyoshi Nakada
2019-06-28Fixed the test-case class name for zshNobuyoshi Nakada
2019-06-28Use block instead of explicit closeKazuhiro NISHIYAMA
2019-06-28Add `require 'test/unit'`Kazuhiro NISHIYAMA
2019-06-28Suppress void context warning in verbose modeNobuyoshi Nakada
2019-06-28Close leaked file descriptorNobuyoshi Nakada
2019-06-28Suppress unused variable warning with RUBYOPT=-wNobuyoshi Nakada
2019-06-28O_EXCL has no meaning for fdopenNobuyoshi Nakada
2019-06-27Fix ripper fatalNobuyoshi Nakada
2019-06-27Test for unterminated here-docsNobuyoshi Nakada
2019-06-26test/ruby/test_array.rb (test_sort_with_replace): run in a subprocessYusuke Endoh
2019-06-26Resize capacity for fstringJohn Hawthorn
2019-06-25test/net/imap/test_imap.rb: use Thread#stop? to wait for server threadYusuke Endoh
2019-06-25Do not allocate a string to check if a scalar is an integerJean Boussier
2019-06-25Add test to demonstrate issue deserializing hash with ivarJordan Owens
2019-06-25Round trip exception backtracesAaron Patterson
2019-06-25Fix IO#scanf on pipes on WindowsJeremy Evans
2019-06-24Add new encoding CESU-8 [Feature #15931]NARUSE, Yui