projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8993ac6
)
re-add test exclusion for #23545 (#23598)
author
Carol Eidt
<carol.eidt@microsoft.com>
Mon, 1 Apr 2019 00:02:38 +0000
(17:02 -0700)
committer
GitHub
<noreply@github.com>
Mon, 1 Apr 2019 00:02:38 +0000
(17:02 -0700)
tests/issues.targets
patch
|
blob
|
history
diff --git
a/tests/issues.targets
b/tests/issues.targets
index
0e51874
..
8b13a06
100644
(file)
--- a/
tests/issues.targets
+++ b/
tests/issues.targets
@@
-74,6
+74,9
@@
<ExcludeList Include="$(XunitTestBinBase)/tracing/keyword/TwoKeywords/TwoKeywords/*">
<Issue>23224, often fails with timeout in release</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1/*">
+ <Issue>23545</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- All Unix targets -->