From c9005eab73e0244187c9cc7c7262078c39e98b7f Mon Sep 17 00:00:00 2001
From: Etienne Kneuss <etienne.kneuss@epfl.ch>
Date: Wed, 4 Feb 2015 16:33:31 +0100
Subject: [PATCH] Add evaluation benchmarks

---
 testcases/repair/evaluation/Desugar/Desugar1.scala     | 1 +
 testcases/repair/evaluation/Desugar/Desugar2.scala     | 1 +
 testcases/repair/evaluation/Desugar/Desugar3.scala     | 1 +
 testcases/repair/evaluation/Desugar/Desugar4.scala     | 1 +
 testcases/repair/evaluation/HeapSort/HeapSort3.scala   | 1 +
 testcases/repair/evaluation/HeapSort/HeapSort4.scala   | 1 +
 testcases/repair/evaluation/HeapSort/HeapSort5.scala   | 1 +
 testcases/repair/evaluation/HeapSort/HeapSort6.scala   | 1 +
 testcases/repair/evaluation/HeapSort/HeapSort7.scala   | 1 +
 testcases/repair/evaluation/HeapSort/HeapSort8.scala   | 1 +
 testcases/repair/evaluation/HeapSort/HeapSort9.scala   | 1 +
 testcases/repair/evaluation/List/List1.scala           | 1 +
 testcases/repair/evaluation/List/List10.scala          | 1 +
 testcases/repair/evaluation/List/List11.scala          | 1 +
 testcases/repair/evaluation/List/List2.scala           | 1 +
 testcases/repair/evaluation/List/List3.scala           | 1 +
 testcases/repair/evaluation/List/List5.scala           | 1 +
 testcases/repair/evaluation/List/List6.scala           | 1 +
 testcases/repair/evaluation/List/List7.scala           | 1 +
 testcases/repair/evaluation/List/List8.scala           | 1 +
 testcases/repair/evaluation/List/List9.scala           | 1 +
 testcases/repair/evaluation/PropLogic/PropLogic1.scala | 1 +
 testcases/repair/evaluation/PropLogic/PropLogic2.scala | 1 +
 testcases/repair/evaluation/PropLogic/PropLogic3.scala | 1 +
 testcases/repair/evaluation/PropLogic/PropLogic4.scala | 1 +
 testcases/repair/evaluation/PropLogic/PropLogic5.scala | 1 +
 26 files changed, 26 insertions(+)
 create mode 120000 testcases/repair/evaluation/Desugar/Desugar1.scala
 create mode 120000 testcases/repair/evaluation/Desugar/Desugar2.scala
 create mode 120000 testcases/repair/evaluation/Desugar/Desugar3.scala
 create mode 120000 testcases/repair/evaluation/Desugar/Desugar4.scala
 create mode 120000 testcases/repair/evaluation/HeapSort/HeapSort3.scala
 create mode 120000 testcases/repair/evaluation/HeapSort/HeapSort4.scala
 create mode 120000 testcases/repair/evaluation/HeapSort/HeapSort5.scala
 create mode 120000 testcases/repair/evaluation/HeapSort/HeapSort6.scala
 create mode 120000 testcases/repair/evaluation/HeapSort/HeapSort7.scala
 create mode 120000 testcases/repair/evaluation/HeapSort/HeapSort8.scala
 create mode 120000 testcases/repair/evaluation/HeapSort/HeapSort9.scala
 create mode 120000 testcases/repair/evaluation/List/List1.scala
 create mode 120000 testcases/repair/evaluation/List/List10.scala
 create mode 120000 testcases/repair/evaluation/List/List11.scala
 create mode 120000 testcases/repair/evaluation/List/List2.scala
 create mode 120000 testcases/repair/evaluation/List/List3.scala
 create mode 120000 testcases/repair/evaluation/List/List5.scala
 create mode 120000 testcases/repair/evaluation/List/List6.scala
 create mode 120000 testcases/repair/evaluation/List/List7.scala
 create mode 120000 testcases/repair/evaluation/List/List8.scala
 create mode 120000 testcases/repair/evaluation/List/List9.scala
 create mode 120000 testcases/repair/evaluation/PropLogic/PropLogic1.scala
 create mode 120000 testcases/repair/evaluation/PropLogic/PropLogic2.scala
 create mode 120000 testcases/repair/evaluation/PropLogic/PropLogic3.scala
 create mode 120000 testcases/repair/evaluation/PropLogic/PropLogic4.scala
 create mode 120000 testcases/repair/evaluation/PropLogic/PropLogic5.scala

diff --git a/testcases/repair/evaluation/Desugar/Desugar1.scala b/testcases/repair/evaluation/Desugar/Desugar1.scala
new file mode 120000
index 000000000..c97e24b0f
--- /dev/null
+++ b/testcases/repair/evaluation/Desugar/Desugar1.scala
@@ -0,0 +1 @@
+../../Desugar/Desugar1.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/Desugar/Desugar2.scala b/testcases/repair/evaluation/Desugar/Desugar2.scala
new file mode 120000
index 000000000..17e99298c
--- /dev/null
+++ b/testcases/repair/evaluation/Desugar/Desugar2.scala
@@ -0,0 +1 @@
+../../Desugar/Desugar2.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/Desugar/Desugar3.scala b/testcases/repair/evaluation/Desugar/Desugar3.scala
new file mode 120000
index 000000000..4ad63dd72
--- /dev/null
+++ b/testcases/repair/evaluation/Desugar/Desugar3.scala
@@ -0,0 +1 @@
+../../Desugar/Desugar3.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/Desugar/Desugar4.scala b/testcases/repair/evaluation/Desugar/Desugar4.scala
new file mode 120000
index 000000000..2a5a9746e
--- /dev/null
+++ b/testcases/repair/evaluation/Desugar/Desugar4.scala
@@ -0,0 +1 @@
+../../Desugar/Desugar4.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/HeapSort/HeapSort3.scala b/testcases/repair/evaluation/HeapSort/HeapSort3.scala
new file mode 120000
index 000000000..efbc7141e
--- /dev/null
+++ b/testcases/repair/evaluation/HeapSort/HeapSort3.scala
@@ -0,0 +1 @@
+../../HeapSort/HeapSort3.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/HeapSort/HeapSort4.scala b/testcases/repair/evaluation/HeapSort/HeapSort4.scala
new file mode 120000
index 000000000..86163bbc1
--- /dev/null
+++ b/testcases/repair/evaluation/HeapSort/HeapSort4.scala
@@ -0,0 +1 @@
+../../HeapSort/HeapSort4.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/HeapSort/HeapSort5.scala b/testcases/repair/evaluation/HeapSort/HeapSort5.scala
new file mode 120000
index 000000000..3069a2f6a
--- /dev/null
+++ b/testcases/repair/evaluation/HeapSort/HeapSort5.scala
@@ -0,0 +1 @@
+../../HeapSort/HeapSort5.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/HeapSort/HeapSort6.scala b/testcases/repair/evaluation/HeapSort/HeapSort6.scala
new file mode 120000
index 000000000..0046983b5
--- /dev/null
+++ b/testcases/repair/evaluation/HeapSort/HeapSort6.scala
@@ -0,0 +1 @@
+../../HeapSort/HeapSort6.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/HeapSort/HeapSort7.scala b/testcases/repair/evaluation/HeapSort/HeapSort7.scala
new file mode 120000
index 000000000..22dfaedb6
--- /dev/null
+++ b/testcases/repair/evaluation/HeapSort/HeapSort7.scala
@@ -0,0 +1 @@
+../../HeapSort/HeapSort7.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/HeapSort/HeapSort8.scala b/testcases/repair/evaluation/HeapSort/HeapSort8.scala
new file mode 120000
index 000000000..2a3343c9a
--- /dev/null
+++ b/testcases/repair/evaluation/HeapSort/HeapSort8.scala
@@ -0,0 +1 @@
+../../HeapSort/HeapSort8.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/HeapSort/HeapSort9.scala b/testcases/repair/evaluation/HeapSort/HeapSort9.scala
new file mode 120000
index 000000000..1bb14b50d
--- /dev/null
+++ b/testcases/repair/evaluation/HeapSort/HeapSort9.scala
@@ -0,0 +1 @@
+../../HeapSort/HeapSort9.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List1.scala b/testcases/repair/evaluation/List/List1.scala
new file mode 120000
index 000000000..88b9348e0
--- /dev/null
+++ b/testcases/repair/evaluation/List/List1.scala
@@ -0,0 +1 @@
+../../List/List1.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List10.scala b/testcases/repair/evaluation/List/List10.scala
new file mode 120000
index 000000000..6769b7510
--- /dev/null
+++ b/testcases/repair/evaluation/List/List10.scala
@@ -0,0 +1 @@
+../../List/List10.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List11.scala b/testcases/repair/evaluation/List/List11.scala
new file mode 120000
index 000000000..2b1bc3b51
--- /dev/null
+++ b/testcases/repair/evaluation/List/List11.scala
@@ -0,0 +1 @@
+../../List/List11.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List2.scala b/testcases/repair/evaluation/List/List2.scala
new file mode 120000
index 000000000..5d3bdd5ef
--- /dev/null
+++ b/testcases/repair/evaluation/List/List2.scala
@@ -0,0 +1 @@
+../../List/List2.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List3.scala b/testcases/repair/evaluation/List/List3.scala
new file mode 120000
index 000000000..deed1959e
--- /dev/null
+++ b/testcases/repair/evaluation/List/List3.scala
@@ -0,0 +1 @@
+../../List/List3.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List5.scala b/testcases/repair/evaluation/List/List5.scala
new file mode 120000
index 000000000..a93655c2f
--- /dev/null
+++ b/testcases/repair/evaluation/List/List5.scala
@@ -0,0 +1 @@
+../../List/List5.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List6.scala b/testcases/repair/evaluation/List/List6.scala
new file mode 120000
index 000000000..bd461d2f6
--- /dev/null
+++ b/testcases/repair/evaluation/List/List6.scala
@@ -0,0 +1 @@
+../../List/List6.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List7.scala b/testcases/repair/evaluation/List/List7.scala
new file mode 120000
index 000000000..e7120d71a
--- /dev/null
+++ b/testcases/repair/evaluation/List/List7.scala
@@ -0,0 +1 @@
+../../List/List7.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List8.scala b/testcases/repair/evaluation/List/List8.scala
new file mode 120000
index 000000000..6b3956d4e
--- /dev/null
+++ b/testcases/repair/evaluation/List/List8.scala
@@ -0,0 +1 @@
+../../List/List8.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/List/List9.scala b/testcases/repair/evaluation/List/List9.scala
new file mode 120000
index 000000000..37b271671
--- /dev/null
+++ b/testcases/repair/evaluation/List/List9.scala
@@ -0,0 +1 @@
+../../List/List9.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/PropLogic/PropLogic1.scala b/testcases/repair/evaluation/PropLogic/PropLogic1.scala
new file mode 120000
index 000000000..2b22c7ffd
--- /dev/null
+++ b/testcases/repair/evaluation/PropLogic/PropLogic1.scala
@@ -0,0 +1 @@
+../../PropLogic/PropLogic1.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/PropLogic/PropLogic2.scala b/testcases/repair/evaluation/PropLogic/PropLogic2.scala
new file mode 120000
index 000000000..b77428fee
--- /dev/null
+++ b/testcases/repair/evaluation/PropLogic/PropLogic2.scala
@@ -0,0 +1 @@
+../../PropLogic/PropLogic2.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/PropLogic/PropLogic3.scala b/testcases/repair/evaluation/PropLogic/PropLogic3.scala
new file mode 120000
index 000000000..c7e74b502
--- /dev/null
+++ b/testcases/repair/evaluation/PropLogic/PropLogic3.scala
@@ -0,0 +1 @@
+../../PropLogic/PropLogic3.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/PropLogic/PropLogic4.scala b/testcases/repair/evaluation/PropLogic/PropLogic4.scala
new file mode 120000
index 000000000..fb6548bf1
--- /dev/null
+++ b/testcases/repair/evaluation/PropLogic/PropLogic4.scala
@@ -0,0 +1 @@
+../../PropLogic/PropLogic4.scala
\ No newline at end of file
diff --git a/testcases/repair/evaluation/PropLogic/PropLogic5.scala b/testcases/repair/evaluation/PropLogic/PropLogic5.scala
new file mode 120000
index 000000000..2d17e3dc0
--- /dev/null
+++ b/testcases/repair/evaluation/PropLogic/PropLogic5.scala
@@ -0,0 +1 @@
+../../PropLogic/PropLogic5.scala
\ No newline at end of file
-- 
GitLab