Skip to content

Commit

Permalink
Skip eventpipe_readevents for arm32 (#58545)
Browse files Browse the repository at this point in the history
Originally there was only one eventpipe test, and eventpipe_readevents was added in #37002.
Both should be skipped for the same reason.
  • Loading branch information
gbalykov committed Nov 22, 2021
1 parent ce688fd commit 02c3dfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@
<ExcludeList Include="$(XunitTestBinBase)/profiler/eventpipe/eventpipe/*">
<Issue>TraceEvent can't parse unaligned floats on arm32</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/profiler/eventpipe/eventpipe_readevents/*">
<Issue>TraceEvent can't parse unaligned floats on arm32</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/regress/vsw/373472/**">
<Issue>Allocates large contiguous array that is not consistently available on 32-bit platforms</Issue>
</ExcludeList>
Expand Down

0 comments on commit 02c3dfb

Please sign in to comment.