Skip eventpipe_readevents for arm32 (#58545)
authorGleb Balykov <g.balykov@samsung.com>
Mon, 22 Nov 2021 17:20:49 +0000 (20:20 +0300)
committerGitHub <noreply@github.com>
Mon, 22 Nov 2021 17:20:49 +0000 (09:20 -0800)
Originally there was only one eventpipe test, and eventpipe_readevents was added in https://github.com/dotnet/runtime/pull/37002.
Both should be skipped for the same reason.

src/tests/issues.targets

index 5921fd7..1e5dd04 100644 (file)
         <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>