soot-oss / SootUp

A new version of Soot with a completely overhauled architecture
https://soot-oss.github.io/SootUp/
GNU Lesser General Public License v2.1
583 stars 77 forks source link

Use Dacapo to generate jimple with the old Soot and the new Soot for comparison tests. #33

Open mbenz89 opened 6 years ago

mbenz89 commented 6 years ago

Like the tests provided by Rajat, we should use the old Soot to jimplify the Dacapo benchmark and compare the results with the jimplification of the new Soot, to ensure nothing was broken.

kadirayk commented 1 year ago

We can use the minimal test suite as a starting point.