Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Aug 8, 2024
1 parent c970abb commit 762f0d5
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/tse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,31 @@ jobs:
cd nopol-experiments
# Java 11 needs min target 1.6
sed -i -e 's/"1.4"/"1.6"/' data/projects/lang/bugs/*json
python2 src/reproduce.py -bug cm7
python2 src/reproduce.py -bug cm10
#python2 src/reproduce.py -bug pm1
#python2 src/reproduce.py -bug pm2
python2 src/reproduce.py -bug cm1
python2 src/reproduce.py -bug cm2
python2 src/reproduce.py -bug cm3
python2 src/reproduce.py -bug cm4
#python2 src/reproduce.py -bug cm5
#python2 src/reproduce.py -bug cm6
python src/reproduce.py -bug cm7
python src/reproduce.py -bug cm10
#python src/reproduce.py -bug pm1
#python src/reproduce.py -bug pm2
python src/reproduce.py -bug cm1
python src/reproduce.py -bug cm2
python src/reproduce.py -bug cm3
python src/reproduce.py -bug cm4
#python src/reproduce.py -bug cm5
#python src/reproduce.py -bug cm6
- name: commons lang
run: |
# they are all discarded because all these versions of Commons Lang use the old "enum" syntax
# we don't port the TSE benchmark, but we have ported some of the old Lang bugs in Defects4j
# see Defects4jEvaluationTest
cd nopol-experiments
#python2 src/reproduce.py -bug cl1
#python2 src/reproduce.py -bug cl2
#python2 src/reproduce.py -bug cl3
#python2 src/reproduce.py -bug cl4
#python2 src/reproduce.py -bug cl5
#python2 src/reproduce.py -bug cl6
#python2 src/reproduce.py -bug pl1
#python2 src/reproduce.py -bug pl2
#python2 src/reproduce.py -bug pl3
#python2 src/reproduce.py -bug pl4
#python src/reproduce.py -bug cl1
#python src/reproduce.py -bug cl2
#python src/reproduce.py -bug cl3
#python src/reproduce.py -bug cl4
#python src/reproduce.py -bug cl5
#python src/reproduce.py -bug cl6
#python src/reproduce.py -bug pl1
#python src/reproduce.py -bug pl2
#python src/reproduce.py -bug pl3
#python src/reproduce.py -bug pl4

0 comments on commit 762f0d5

Please sign in to comment.