summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-07-01Fixed inadvertent ID creation in rb_iv_getNobuyoshi Nakada
2019-07-01Assert obsolete method warnings in IPAddrNobuyoshi Nakada
2019-07-01Return the result of the block given to assert_warning/assert_no_warningNobuyoshi Nakada
2019-07-01Call deprecated method only inside assert_warning blockNobuyoshi Nakada
2019-07-01Suppress unused variable warningNobuyoshi Nakada
2019-06-30Added test for require-return hookNobuyoshi Nakada
2019-06-30TracePoint#__enable requires 3 arguments nowNobuyoshi Nakada
2019-06-30Allow dtrace without pty, i.e., with minirubyNobuyoshi Nakada
2019-06-30Check for the privileges by the current process groupsNobuyoshi Nakada
Group membership of login user is not activated until login after adding to the group.
2019-06-30dtrace: check for the command availablity with sudoNobuyoshi Nakada
2019-06-30Producer threads check is the primary conditionNobuyoshi Nakada
2019-06-30Suppress "statement not reached" warningNobuyoshi Nakada
2019-06-30Suppress method redefinition warningsNobuyoshi Nakada
2019-06-30Suppress "literal in condition" warningsNobuyoshi Nakada
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
* test/net/protocol/test_protocol.rb (TestProtocol#create_mockio): max option to limit maximum writable size at once, and unify mock method in test_write0_multibyte.
2019-06-29Fixed String#grapheme_clusters with wide encodingsNobuyoshi Nakada
* string.c (get_reg_grapheme_cluster): make regexp from properly encoded sources fro wide-char encodings. [Bug #15965] * regparse.c (node_extended_grapheme_cluster): suppress false duplicated range warning for the time being.
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