Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
743 stars 54 forks source link

tests: Executable tests on Aarch64 #767

Closed Jongy closed 1 year ago

Jongy commented 1 year ago

Following https://github.com/Granulate/gprofiler/issues/506 - fix executable tests to run on Aarch64 (so - running ./tests/test.sh runs ALL tests and ALL are passing/xfailing).

Jongy commented 1 year ago

After https://github.com/Granulate/gprofiler/pull/772 this is done - full suite of executable tests passed on Aarch64.