Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-09-22 13:13:15 +0300
committerGitHub <noreply@github.com>2017-09-22 13:13:15 +0300
commit83bc0165f7b2333c9ce2d16cef90cbf336d0c10f (patch)
treea7ec35bd05478397ecdb29823968815be6fd9109 /acceptance-tests/SUBMODULES.json
parenta494d83effb60f3b789d7d4b23617e7700494700 (diff)
[acceptance-tests] ms-test-suite: move systemruntimebringup tests to NUnit and add System.Linq.Expressions tests (#5624)
This gets rid of compiling ~300 executables which significantly cuts down build time. Also added the System.Linq.Expressions which were not run before. Changes: https://github.com/xamarin/ms-test-suite/compare/73c155f76b55839f26ba707d6d40091060e4f5d8...25f495326e141163d59e52ef499227a2f38fe036 (private repo)
Diffstat (limited to 'acceptance-tests/SUBMODULES.json')
-rw-r--r--acceptance-tests/SUBMODULES.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index e641e67e70c..4d70a4150a0 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -18,7 +18,7 @@
{
"name": "ms-test-suite",
"url": "git@github.com:xamarin/ms-test-suite.git",
- "rev": "73c155f76b55839f26ba707d6d40091060e4f5d8",
+ "rev": "25f495326e141163d59e52ef499227a2f38fe036",
"remote-branch": "origin/master",
"branch": "master",
"directory": "ms-test-suite"