projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9199e2
)
Disable superpmi test for RyuJIT/x86
author
Bruce Forstall
<brucefo@microsoft.com>
Sat, 20 Aug 2016 17:15:38 +0000
(10:15 -0700)
committer
Bruce Forstall
<brucefo@microsoft.com>
Sat, 20 Aug 2016 17:15:38 +0000
(10:15 -0700)
[tfs-changeset: 1623413]
Commit migrated from https://github.com/dotnet/coreclr/commit/
91cbbc1709165414f949df25316f720f7e87753f
src/coreclr/tests/issues.targets
patch
|
blob
|
history
diff --git
a/src/coreclr/tests/issues.targets
b/src/coreclr/tests/issues.targets
index
6bdd643
..
fa2574f
100644
(file)
--- a/
src/coreclr/tests/issues.targets
+++ b/
src/coreclr/tests/issues.targets
@@
-395,6
+395,9
@@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\int64\superlong\_il_relsuperlong\_il_relsuperlong.cmd">
<Issue>6778</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\superpmi\superpmicollect\superpmicollect.cmd">
+ <Issue>6830</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- Tests that need to be triaged for vararg usage as that is not supported -->