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:
5453951
)
Disable tests/profiler/eventpipe/eventpipe on JIT stress runs (#66473)
author
Tom McDonald
<tommcdon@microsoft.com>
Mon, 4 Apr 2022 09:39:25 +0000
(
02:39
-0700)
committer
GitHub
<noreply@github.com>
Mon, 4 Apr 2022 09:39:25 +0000
(
02:39
-0700)
src/tests/profiler/eventpipe/eventpipe.csproj
patch
|
blob
|
history
diff --git
a/src/tests/profiler/eventpipe/eventpipe.csproj
b/src/tests/profiler/eventpipe/eventpipe.csproj
index
9a0a2d6
..
79167c4
100644
(file)
--- a/
src/tests/profiler/eventpipe/eventpipe.csproj
+++ b/
src/tests/profiler/eventpipe/eventpipe.csproj
@@
-4,6
+4,8
@@
<OutputType>exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
+ <!-- This test is not compatible with JIT stress -->
+ <JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
<!-- The test launches a secondary process and process launch creates