summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-12-01 13:34:08 -0800
committerJan Kotas <jkotas@microsoft.com>2016-12-01 18:53:24 -0800
commit28e4d0d2422cd88839944686c550529904915b5b (patch)
treef1f640adf5ed5732762cb3b9d760ee0fe35f9102 /tests/issues.targets
parentcbed6c3609c5959f018ec05b4b64361e556694bf (diff)
downloadcoreclr-28e4d0d2422cd88839944686c550529904915b5b.tar.gz
coreclr-28e4d0d2422cd88839944686c550529904915b5b.tar.bz2
coreclr-28e4d0d2422cd88839944686c550529904915b5b.zip
Disable test against #8418 to unblock corefx updates
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 1cf266b62a..d1f3dc22b8 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -184,6 +184,9 @@
<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 -->