kusumotolab / kGenProg

A High-performance, High-extensibility and High-portability APR System
MIT License
48 stars 13 forks source link

jdk12以降でClassLoaderテストをスキップ #729

Closed shinsuke-mat closed 4 years ago

shinsuke-mat commented 4 years ago

resolve #716

やったこと

jdk12で問題になっているリフレクションを用いたクラスローダのテストを, jdk12以降に限りスキップするように変更.

これの案4. https://github.com/kusumotolab/kGenProg/issues/716#issuecomment-618830480

codecov-io commented 4 years ago

Codecov Report

Merging #729 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #729   +/-   ##
=========================================
  Coverage     76.95%   76.95%           
  Complexity      896      896           
=========================================
  Files           152      152           
  Lines          3559     3559           
  Branches        255      255           
=========================================
  Hits           2739     2739           
  Misses          715      715           
  Partials        105      105           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc06e4e...a40f742. Read the comment docs.

hnymA commented 4 years ago

JDK12でskipされているのが確認できました

https://github.com/hnymA/kGenProg/runs/617417724

よさそうなのでマージします!