aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_jit_debug.rb
Commit message (Collapse)AuthorAgeFilesLines
* tune parallel testKoichi Sasada2020-12-011-0/+2
| | | | | | | | | | | | | | | This patch contains the fowllowing hacks: (1) Add "--timetable-data=FILE" option for test-all This option enables to dump timeline event contains worker, suite, and start/end time. (2) remove TestJIT in test_jit_debug.rb on parallel test. it is duplicated test. (3) move test_jit.rb and test_jit_debug.rb at first because these two tests are bottleneck of parallel tests. On my environment, `make test-all TESTS=-j12` reduced the total time 190 seconds -> 140 seconds.
* Skip only .dSYM cleanup on macOSTakashi Kokubun2020-05-031-1/+0
| | | | | | | | | | Fix https://github.com/ruby/ruby/runs/636020145 without skipping too many tests. It seems that .c -> .o with debug flags and .o -> .so without debug flags did not generate .dSYM but now .c -> .so with debug flags seems to generate a .dSYM directory. As --jit-debug should not be used by normal users, let me skip implementing the removal for now.
* Skip MinGW TestJIT* and macOS TestJITDebug failuresTakashi Kokubun2020-05-011-0/+1
| | | | | | caused by 818d6d33368a396d9cd3d1a34a84015a9e76c5c8, for now. I'll take a look at them tomorrow.
* Super TestJIT#setup to skip unsupported envsTakashi Kokubun2020-04-181-3/+1
| | | | Slightly simplifying 8d6aa06620b316904fd10d0cab1b85e07f2fbf67
* test/ruby/test_jit_debug.rb: Skip unsupported platformsYusuke Endoh2020-04-181-0/+3
|
* Ignore TestJITDebug in mswin RubyCI for nowTakashi Kokubun2020-03-181-0/+1
| | | | | It's still pending to be implemented. To be enabled later when it's implemented.
* Resurrect test_jit_debug.rbTakashi Kokubun2020-03-141-0/+13
| | | | | | | | Revert "Temporarily drop test_jit_debug.rb" This reverts commit 5437d7c879585fbdb0c294298eb76cc563e01c69. Skipped some CIs which were failing previously.
* Temporarily drop test_jit_debug.rbTakashi Kokubun2019-10-161-11/+0
| | | | | | | | Still some CIs are failing: https://ci.appveyor.com/project/ruby/ruby/builds/28141041/job/v4hfc99sjefqabkk http://ci.rvm.jp/results/trunk-vm-asserts@silicon-docker/2317313 I'll fix them later.
* Do not test --jit-debug on -DVM_CHECK_MODETakashi Kokubun2019-10-151-0/+3
|
* Enforce --jit-debug test by another wayTakashi Kokubun2019-10-151-0/+8