summaryrefslogtreecommitdiff
path: root/tests/src/Regressions
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-04-12 15:56:08 -0700
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-04-14 10:39:49 -0700
commitb2f571bc74b44778cbe1ca1b4f95f3217bf2265a (patch)
tree599459ae5fb0c75fdf5a3cf77241c5a115fcb076 /tests/src/Regressions
parentae2d2f3d103d0a20d1609725c7eec0830e0cf654 (diff)
downloadcoreclr-b2f571bc74b44778cbe1ca1b4f95f3217bf2265a.tar.gz
coreclr-b2f571bc74b44778cbe1ca1b4f95f3217bf2265a.tar.bz2
coreclr-b2f571bc74b44778cbe1ca1b4f95f3217bf2265a.zip
Updating BuildTools
Diffstat (limited to 'tests/src/Regressions')
-rw-r--r--tests/src/Regressions/assemblyref/project.json9
-rw-r--r--tests/src/Regressions/common/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0014/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0018/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0028/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0041/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0044/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0046/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0069/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0075/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0077/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0080/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0099/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0138/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0149/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0198/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0202/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0211/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0275/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0308/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0341/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0342/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0416/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0433/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0487/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0570/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0576/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0582/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0583/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0584/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0694/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0792/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0828/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0829/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0857/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0939/project.json9
-rw-r--r--tests/src/Regressions/coreclr/0968/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1307/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1333/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1337/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1380/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1386/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1402/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1514/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1534/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1535/project.json9
-rw-r--r--tests/src/Regressions/coreclr/1549/project.json9
-rw-r--r--tests/src/Regressions/coreclr/72162/project.json9
-rw-r--r--tests/src/Regressions/expl_double/project.json9
49 files changed, 441 insertions, 0 deletions
diff --git a/tests/src/Regressions/assemblyref/project.json b/tests/src/Regressions/assemblyref/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/assemblyref/project.json
+++ b/tests/src/Regressions/assemblyref/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/common/project.json b/tests/src/Regressions/common/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/common/project.json
+++ b/tests/src/Regressions/common/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0014/project.json b/tests/src/Regressions/coreclr/0014/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0014/project.json
+++ b/tests/src/Regressions/coreclr/0014/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0018/project.json b/tests/src/Regressions/coreclr/0018/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0018/project.json
+++ b/tests/src/Regressions/coreclr/0018/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0028/project.json b/tests/src/Regressions/coreclr/0028/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0028/project.json
+++ b/tests/src/Regressions/coreclr/0028/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0041/project.json b/tests/src/Regressions/coreclr/0041/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0041/project.json
+++ b/tests/src/Regressions/coreclr/0041/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0044/project.json b/tests/src/Regressions/coreclr/0044/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0044/project.json
+++ b/tests/src/Regressions/coreclr/0044/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0046/project.json b/tests/src/Regressions/coreclr/0046/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0046/project.json
+++ b/tests/src/Regressions/coreclr/0046/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0069/project.json b/tests/src/Regressions/coreclr/0069/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0069/project.json
+++ b/tests/src/Regressions/coreclr/0069/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0075/project.json b/tests/src/Regressions/coreclr/0075/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0075/project.json
+++ b/tests/src/Regressions/coreclr/0075/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0077/project.json b/tests/src/Regressions/coreclr/0077/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0077/project.json
+++ b/tests/src/Regressions/coreclr/0077/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0080/project.json b/tests/src/Regressions/coreclr/0080/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0080/project.json
+++ b/tests/src/Regressions/coreclr/0080/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0099/project.json b/tests/src/Regressions/coreclr/0099/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0099/project.json
+++ b/tests/src/Regressions/coreclr/0099/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0138/project.json b/tests/src/Regressions/coreclr/0138/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0138/project.json
+++ b/tests/src/Regressions/coreclr/0138/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0149/project.json b/tests/src/Regressions/coreclr/0149/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0149/project.json
+++ b/tests/src/Regressions/coreclr/0149/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0198/project.json b/tests/src/Regressions/coreclr/0198/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0198/project.json
+++ b/tests/src/Regressions/coreclr/0198/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0202/project.json b/tests/src/Regressions/coreclr/0202/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0202/project.json
+++ b/tests/src/Regressions/coreclr/0202/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0211/project.json b/tests/src/Regressions/coreclr/0211/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0211/project.json
+++ b/tests/src/Regressions/coreclr/0211/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0275/project.json b/tests/src/Regressions/coreclr/0275/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0275/project.json
+++ b/tests/src/Regressions/coreclr/0275/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0308/project.json b/tests/src/Regressions/coreclr/0308/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0308/project.json
+++ b/tests/src/Regressions/coreclr/0308/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0341/project.json b/tests/src/Regressions/coreclr/0341/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0341/project.json
+++ b/tests/src/Regressions/coreclr/0341/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0342/project.json b/tests/src/Regressions/coreclr/0342/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0342/project.json
+++ b/tests/src/Regressions/coreclr/0342/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0416/project.json b/tests/src/Regressions/coreclr/0416/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0416/project.json
+++ b/tests/src/Regressions/coreclr/0416/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0433/project.json b/tests/src/Regressions/coreclr/0433/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0433/project.json
+++ b/tests/src/Regressions/coreclr/0433/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0487/project.json b/tests/src/Regressions/coreclr/0487/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0487/project.json
+++ b/tests/src/Regressions/coreclr/0487/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0570/project.json b/tests/src/Regressions/coreclr/0570/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0570/project.json
+++ b/tests/src/Regressions/coreclr/0570/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0576/project.json b/tests/src/Regressions/coreclr/0576/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0576/project.json
+++ b/tests/src/Regressions/coreclr/0576/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0582/project.json b/tests/src/Regressions/coreclr/0582/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0582/project.json
+++ b/tests/src/Regressions/coreclr/0582/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0583/project.json b/tests/src/Regressions/coreclr/0583/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0583/project.json
+++ b/tests/src/Regressions/coreclr/0583/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0584/project.json b/tests/src/Regressions/coreclr/0584/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0584/project.json
+++ b/tests/src/Regressions/coreclr/0584/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0694/project.json b/tests/src/Regressions/coreclr/0694/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0694/project.json
+++ b/tests/src/Regressions/coreclr/0694/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0792/project.json b/tests/src/Regressions/coreclr/0792/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0792/project.json
+++ b/tests/src/Regressions/coreclr/0792/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0828/project.json b/tests/src/Regressions/coreclr/0828/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0828/project.json
+++ b/tests/src/Regressions/coreclr/0828/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0829/project.json b/tests/src/Regressions/coreclr/0829/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0829/project.json
+++ b/tests/src/Regressions/coreclr/0829/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0857/project.json b/tests/src/Regressions/coreclr/0857/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0857/project.json
+++ b/tests/src/Regressions/coreclr/0857/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0939/project.json b/tests/src/Regressions/coreclr/0939/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0939/project.json
+++ b/tests/src/Regressions/coreclr/0939/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/0968/project.json b/tests/src/Regressions/coreclr/0968/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/0968/project.json
+++ b/tests/src/Regressions/coreclr/0968/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1307/project.json b/tests/src/Regressions/coreclr/1307/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1307/project.json
+++ b/tests/src/Regressions/coreclr/1307/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1333/project.json b/tests/src/Regressions/coreclr/1333/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1333/project.json
+++ b/tests/src/Regressions/coreclr/1333/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1337/project.json b/tests/src/Regressions/coreclr/1337/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1337/project.json
+++ b/tests/src/Regressions/coreclr/1337/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1380/project.json b/tests/src/Regressions/coreclr/1380/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1380/project.json
+++ b/tests/src/Regressions/coreclr/1380/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1386/project.json b/tests/src/Regressions/coreclr/1386/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1386/project.json
+++ b/tests/src/Regressions/coreclr/1386/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1402/project.json b/tests/src/Regressions/coreclr/1402/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1402/project.json
+++ b/tests/src/Regressions/coreclr/1402/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1514/project.json b/tests/src/Regressions/coreclr/1514/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1514/project.json
+++ b/tests/src/Regressions/coreclr/1514/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1534/project.json b/tests/src/Regressions/coreclr/1534/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1534/project.json
+++ b/tests/src/Regressions/coreclr/1534/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1535/project.json b/tests/src/Regressions/coreclr/1535/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1535/project.json
+++ b/tests/src/Regressions/coreclr/1535/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/1549/project.json b/tests/src/Regressions/coreclr/1549/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/1549/project.json
+++ b/tests/src/Regressions/coreclr/1549/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/coreclr/72162/project.json b/tests/src/Regressions/coreclr/72162/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/coreclr/72162/project.json
+++ b/tests/src/Regressions/coreclr/72162/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}
diff --git a/tests/src/Regressions/expl_double/project.json b/tests/src/Regressions/expl_double/project.json
index a2e84dc340..fc8ccb4cc2 100644
--- a/tests/src/Regressions/expl_double/project.json
+++ b/tests/src/Regressions/expl_double/project.json
@@ -31,5 +31,14 @@
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}