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:
authorMarek Safar <marek.safar@gmail.com>2018-09-19 15:19:22 +0300
committerGitHub <noreply@github.com>2018-09-19 15:19:22 +0300
commitefd29b5cf854679349066e22ef9038b8cfe76d94 (patch)
tree2de750c1ac8a487d7f6d149592a6362ade6a5a77 /tests/CoreFX/runtest/CoreFXTestHarness/default.rd.xml
parentf9124d69e41d42196510dd7234b2d53fed48ad4c (diff)
parent49f9ed0e66fc2d4cd682821396c6af5e80182048 (diff)
Merge pull request #25 from ntherning/bump-corert
Bump to latest upstream
Diffstat (limited to 'tests/CoreFX/runtest/CoreFXTestHarness/default.rd.xml')
-rw-r--r--tests/CoreFX/runtest/CoreFXTestHarness/default.rd.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/CoreFX/runtest/CoreFXTestHarness/default.rd.xml b/tests/CoreFX/runtest/CoreFXTestHarness/default.rd.xml
new file mode 100644
index 000000000..81d5bc9e0
--- /dev/null
+++ b/tests/CoreFX/runtest/CoreFXTestHarness/default.rd.xml
@@ -0,0 +1,41 @@
+<Directives
+ xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
+ <Application>
+ <Assembly Name="*Application*" Dynamic="Required All" />
+ <Assembly Name="xunit.abstractions" Dynamic="Required All" />
+ <Assembly Name="System.Private.CoreLib">
+ <Type Name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute" Dynamic="Required All" />
+ <Type Name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute" Dynamic="Required All" />
+ <Type Name="System.Runtime.CompilerServices.ExtensionAttribute" Dynamic="Required All" />
+ <Type Name="System.Runtime.CompilerServices.IntrinsicAttribute" Dynamic="Required All" />
+ <Type Name="System.Diagnostics.DebuggableAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyInformationalVersionAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyTitleAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyFileVersionAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyDescriptionAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyCompanyAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyCopyrightAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyProductAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyDefaultAliasAttribute" Dynamic="Required All" />
+ <Type Name="System.Reflection.AssemblyMetadataAttribute" Dynamic="Required All" />
+ <Type Name="System.AttributeUsageAttribute" Dynamic="Required All" />
+ <Type Name="System.AttributeUsageAttribute[]" Dynamic="Required All" />
+ <Type Name="System.Runtime.InteropServices.ComVisibleAttribute" Dynamic="Required All" />
+ <Type Name="System.CLSCompliantAttribute" Dynamic="Required All" />
+ </Assembly>
+ <Assembly Name="mscorlib">
+ <Type Name="System.IO.File" Dynamic="Required All"/>
+ <Type Name="System.Threading.ExecutionContext" Dynamic="Required All"/>
+ <Type Name="System.Threading.ContextCallback" Dynamic="Required All"/>
+ </Assembly>
+ <Assembly Name="xunit.core" Dynamic="Required All" />
+ <Assembly Name="xunit.runner.utility.dotnet" Dynamic="Required All" />
+ <Assembly Name="xunit.execution.dotnet" Dynamic="Required All" />
+ <Assembly Name="xunit.abstractions" Dynamic="Required All" />
+ <Assembly Name="xunit.core" Dynamic="Required All">
+ <Type Name="Xunit.Sdk.BeforeAfterTestAttribute[]" Dynamic="Required All" />
+ </Assembly>
+ <Assembly Name="Xunit.NetCore.Extensions" Dynamic="Required All" />
+ <Assembly Name="System.Linq.Expressions" Dynamic="Required All" />
+ </Application>
+</Directives>