summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2017-03-23 09:31:35 -0700
committerBruce Forstall <brucefo@microsoft.com>2017-03-23 16:29:07 -0700
commite4849aae67375a2dfbe73bf2bf94e4abc17464d4 (patch)
treec039a81992f2814107cc0fb43ba311a13eb7af84 /tests/issues.targets
parentc6ce2171adf92137e7f256200a8a46dc2337de33 (diff)
downloadcoreclr-e4849aae67375a2dfbe73bf2bf94e4abc17464d4.tar.gz
coreclr-e4849aae67375a2dfbe73bf2bf94e4abc17464d4.tar.bz2
coreclr-e4849aae67375a2dfbe73bf2bf94e4abc17464d4.zip
Enable FEATURE_METADATA_EMIT_ALL for non-crossgen compiles
This allows ilasm roundtrip test to work with NetStandard 2.0 changes where C# compiler emits a ".permissionset" attribute into the assembly that ildasm emits. This define enables the APIs that ilasm uses to process this attribute. Re-enable ilasm roundtrip test. Fixes #8418
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index db0577dd06..05a66d62c8 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -184,9 +184,6 @@
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TypeGeneratorTests\TypeGeneratorTest683\Generated683\*">
<Issue>6707</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)\JIT\opt\perf\doublealign\Locals\*">
- <Issue>8418</Issue>
- </ExcludeList>
</ItemGroup>
<!-- The following are x86 failures -->