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:
authorAlan Lawrence <allawr@microsoft.com>2017-03-03 17:56:12 +0300
committerJan Kotas <jkotas@microsoft.com>2017-03-03 17:56:12 +0300
commit8220265eaf9916c46664cb6b5cf2b007a73ec4be (patch)
tree3403d0240caf3a145b8d734336531d3707611a82 /tests/CoreCLR.issues.targets
parent1c582a778cb8d812164ae127bc5fac4122dcd0fd (diff)
Fix Globalization CompareInfo.Dummy.cs; conditionalize tests in KnownGood (#2882)
Diffstat (limited to 'tests/CoreCLR.issues.targets')
-rw-r--r--tests/CoreCLR.issues.targets4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
index 9f9a6715e..58e0a721f 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -1415,5 +1415,9 @@
<!-- Expectations about inlining being enabled -->
<ExcludeList Include="$(XunitTestBinBase)\JIT\jit64\regress\ddb\87766\ddb87766\ddb87766.*" />
+ <!-- These tests use CultureInfo so do not work if we are using dummy globalization -->
+ <ExcludeList Condition="'$(EnableDummyGlobalizationImplementation)' == 'true'" Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M10\b04914\b04914\b04914.*" />
+ <ExcludeList Condition="'$(EnableDummyGlobalizationImplementation)' == 'true'" Include="$(XunitTestBinBase)\Regressions\common\ThreadCulture\ThreadCulture.*" />
+
</ItemGroup>
</Project>