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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschellap <schellap@microsoft.com>2015-11-03 12:16:35 +0300
committerschellap <schellap@microsoft.com>2015-11-11 21:53:26 +0300
commit87c8936bfbff02bc297c7388d4ebf555e680a6ca (patch)
tree8b5807a547fbe540d727ffc7d45dcd2bbe65fb56 /tests/CoreCLR.issues.targets
parent9d0013392d224a011251a6e9824505440dad15fc (diff)
Run CoreCLR Tests and Internal Tests with runtest.cmd
Diffstat (limited to 'tests/CoreCLR.issues.targets')
-rw-r--r--tests/CoreCLR.issues.targets8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
new file mode 100644
index 000000000..2bb667d85
--- /dev/null
+++ b/tests/CoreCLR.issues.targets
@@ -0,0 +1,8 @@
+<Project DefaultTargets = "GetListOfTestCmds"
+ xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
+ <ItemGroup Condition="'$(XunitTestBinBase)' != ''">
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\lifetime\**\lifetime2.cmd" >
+ <Issue>1037</Issue>
+ </ExcludeList>
+ </ItemGroup>
+</Project>