adoptium / TKG

TestKitGen (TKG)
Apache License 2.0
18 stars 96 forks source link

More detailed and specific machine info detection in TKG #414

Open renfeiw opened 1 year ago

renfeiw commented 1 year ago

TKG checks machine info through MachineInfo.java. At the current stage, not all machine info commands are tailored based on platforms. We would like to improve this by identifying which commands work on which platform and conditionally use different commands on different platforms. An example is https://github.com/adoptium/TKG/blob/5d83f85f235f5c9e1a7426a712173351f3dea281/src/org/openj9/envInfo/MachineInfo.java#L175

smlambert commented 1 year ago

related: https://github.com/adoptium/TKG/issues/45