wtwhite@wtwhite-vuw-vm:~/code/regression-test-generation-ARTIFACT/find-diff-classes$ diff <(cut -f1-4 ~/code/regression-test-generation/find-diff-classes/test_results_mvnc.tsv) <(cut -f1-4 test_results_mvnc.tsv)
153c153
< run/mvnc/com/google/guava/guava/31.0.1-jre/com.google.common.hash.Murmur3_32HashFunction_ESTest.out 37 37 0
---
> run/mvnc/com/google/guava/guava/31.0.1-jre/com.google.common.hash.Murmur3_32HashFunction_ESTest.out 37 36 1
405,406d404
< run/mvnc/org/codehaus/janino/janino/3.1.12/org.codehaus.janino.Parser_ESTest.out 426 426 0
< run/mvnc/org/codehaus/janino/janino/3.1.9/org.codehaus.janino.Parser_ESTest.out 249 249 0
wtwhite@wtwhite-vuw-vm:~/code/regression-test-generation-ARTIFACT/find-diff-classes$ diff <(cut -f1-4 ~/code/regression-test-generation/find-diff-classes/test_results_gaoss.tsv) <(cut -f1-4 test_results_gaoss.tsv)
152c152
< run/gaoss/com/google/guava/guava/31.0.1-jre/com.google.common.hash.Murmur3_32HashFunction_ESTest.out 37 37 0
---
> run/gaoss/com/google/guava/guava/31.0.1-jre/com.google.common.hash.Murmur3_32HashFunction_ESTest.out 37 36 1
375,376d374
< run/gaoss/org/codehaus/janino/janino/3.1.12/org.codehaus.janino.Parser_ESTest.out 426 426 0
< run/gaoss/org/codehaus/janino/janino/3.1.9/org.codehaus.janino.Parser_ESTest.out 249 249 0
wtwhite@wtwhite-vuw-vm:~/code/regression-test-generation-ARTIFACT/find-diff-classes$ diff <(cut -f1-4 ~/code/regression-test-generation/find-diff-classes/test_results_obfs.tsv) <(cut -f1-4 test_results_obfs.tsv)
Investigate.
Recompiling and rerunning the generated tests in a new worktree (
regression-test-generation-ARTIFACT) produced some differences for mvnc and gaoss:Investigate.