aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
...
* refactoring a test code.Koichi Sasada2020-09-251-17/+49
* Ractor.yield should raise if out-port is closedKoichi Sasada2020-09-251-0/+21
* frozen T_OBJECT can be shareable.Koichi Sasada2020-09-251-0/+27
* Ractor#close_outgoping cancel Ractor.yieldKoichi Sasada2020-09-251-0/+1
* Remove test for putiseq insnMichael Lindley2020-09-241-1/+0
* Fulfill missing tests and stabilize testsQuang-Minh Nguyen2020-09-201-22/+126
* Validate name during initializationQuang-Minh Nguyen2020-09-201-17/+33
* Add status to Ractor#inspectQuang-Minh Nguyen2020-09-201-0/+21
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-2/+0
* sync fstring poolKoichi Sasada2020-09-151-0/+17
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-131-2/+2
* don't use toplevel returnKoichi Sasada2020-09-041-2/+5
* skip Ractor tests on Compiler testsKoichi Sasada2020-09-031-1/+6
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-0/+516
* display stderr output even if core dump filesKoichi Sasada2020-07-291-2/+8
* Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun2020-06-171-2/+0
* Make proc/Proc.new without block an error instead of warningJeremy Evans2020-06-102-6/+6
* Moved already resolved testNobuyoshi Nakada2020-04-271-16/+0
* Removed already resolved test [ci skip]Nobuyoshi Nakada2020-04-271-7/+0
* Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada2020-04-151-0/+5
* Turn class variable warnings into exceptionsJeremy Evans2020-04-103-6/+12
* should check pending interrupts correctly.Koichi Sasada2020-04-091-0/+14
* disable to show the maximum number of threads.Koichi Sasada2020-03-231-1/+2
* Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans2020-02-111-9/+14
* Remove special handling of $SAFE and related C-APIsJeremy Evans2020-01-221-13/+0
* Show the failed message tooNobuyoshi Nakada2019-12-121-1/+1
* Show the failed messageNobuyoshi Nakada2019-12-111-1/+1
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-071-0/+9
* Revert "Use a monotonically increasing number for object_id"Aaron Patterson2019-11-061-9/+0
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-061-0/+9
* Relaxed tests for CPDEBUG modeNobuyoshi Nakada2019-10-232-4/+6
* fix memory corruption in old GCC卜部昌平2019-10-101-1/+0
* Changed numbered parameter prefixNobuyoshi Nakada2019-09-241-1/+1
* add tests卜部昌平2019-09-051-0/+2
* Move an unstable bootstraptest to pendingTakashi Kokubun2019-09-032-3/+5
* Add insn tests for newarraykwsplatTakashi Kokubun2019-09-031-0/+1
* Fix opt_regexpmatch1 referencesTakashi Kokubun2019-09-021-2/+2
* Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans2019-08-301-2/+17
* Compare actual resultNobuyoshi Nakada2019-08-141-2/+2
* bootstraptest/test_insns.rb: test opt_nil_pKazuhiro NISHIYAMA2019-08-011-0/+1
* Erase only on ttyNobuyoshi Nakada2019-07-291-2/+2
* Improved fiber benchmarks. Increase number of iterations.Samuel Williams2019-07-122-21/+39
* colors file has been moved from test to toolNobuyoshi Nakada2019-07-021-1/+1
* bootstraptest/runner.rb (show_limit): defer messages unless verbose and a ttyNobuyoshi Nakada2019-07-011-5/+2
* bootstraptest/runner.rb (show_limit): show dots only when printing to a ttyNobuyoshi Nakada2019-07-011-4/+3
* * remove trailing spaces, expand tabs.git2019-06-192-3/+3
* Show thread and fiber limits as part of bootstrap tests.Samuel Williams2019-06-192-6/+41
* Improve benchmarks and tests for threads.Samuel Williams2019-06-191-0/+3
* Numbered parameters [Feature #4475]nobu2019-03-171-1/+1
* on-smash canary detectionshyouhei2019-02-011-1/+1