summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2020-09-25freeze all Range objects.v3_0_0_preview1Koichi Sasada
2020-09-25prohibi method call by defined_method in other racotrsKoichi Sasada
2020-09-25Range is based on Struct.Koichi Sasada
2020-09-25Frozen Struct can be shareable.Koichi Sasada
2020-09-25refactoring a test code.Koichi Sasada
2020-09-25Ractor.yield should raise if out-port is closedKoichi Sasada
2020-09-25frozen T_OBJECT can be shareable.Koichi Sasada
2020-09-25Ractor#close_outgoping cancel Ractor.yieldKoichi Sasada
2020-09-24Remove test for putiseq insnMichael Lindley
2020-09-20Fulfill missing tests and stabilize testsQuang-Minh Nguyen
2020-09-20Validate name during initializationQuang-Minh Nguyen
2020-09-20Add status to Ractor#inspectQuang-Minh Nguyen
2020-09-15Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze
2020-09-15sync fstring poolKoichi Sasada
2020-09-13Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-09-04don't use toplevel returnKoichi Sasada
2020-09-03skip Ractor tests on Compiler testsKoichi Sasada
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-07-29display stderr output even if core dump filesKoichi Sasada
2020-06-17Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun
2020-06-10Make proc/Proc.new without block an error instead of warningJeremy Evans
2020-04-27Moved already resolved testNobuyoshi Nakada
2020-04-27Removed already resolved test [ci skip]Nobuyoshi Nakada
2020-04-15Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada
2020-04-10Turn class variable warnings into exceptionsJeremy Evans
2020-04-09should check pending interrupts correctly.Koichi Sasada
2020-03-23disable to show the maximum number of threads.Koichi Sasada
2020-02-11Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans
2020-01-22Remove special handling of $SAFE and related C-APIsJeremy Evans
2019-12-12Show the failed message tooNobuyoshi Nakada
2019-12-11Show the failed messageNobuyoshi Nakada
2019-11-07Use a monotonically increasing number for object_idJohn Hawthorn
2019-11-06Revert "Use a monotonically increasing number for object_id"Aaron Patterson
2019-11-06Use a monotonically increasing number for object_idJohn Hawthorn
2019-10-23Relaxed tests for CPDEBUG modeNobuyoshi Nakada
2019-10-10fix memory corruption in old GCC卜部昌平
2019-09-24Changed numbered parameter prefixNobuyoshi Nakada
2019-09-05add tests卜部昌平
2019-09-03Move an unstable bootstraptest to pendingTakashi Kokubun
2019-09-03Add insn tests for newarraykwsplatTakashi Kokubun
2019-09-02Fix opt_regexpmatch1 referencesTakashi Kokubun
2019-08-30Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans
2019-08-14Compare actual resultNobuyoshi Nakada
2019-08-01bootstraptest/test_insns.rb: test opt_nil_pKazuhiro NISHIYAMA
2019-07-29Erase only on ttyNobuyoshi Nakada
2019-07-12Improved fiber benchmarks. Increase number of iterations.Samuel Williams
2019-07-02colors file has been moved from test to toolNobuyoshi Nakada
2019-07-01bootstraptest/runner.rb (show_limit): defer messages unless verbose and a ttyNobuyoshi Nakada
2019-07-01bootstraptest/runner.rb (show_limit): show dots only when printing to a ttyNobuyoshi Nakada
2019-06-19* remove trailing spaces, expand tabs.git