Files
ftmemsim-valgrind/exp-sgcheck/tests
Mark Wielaard 59784c512e aarch64 (arm64) isn't a supported architecture for exp-sgcheck.
exp-sgcheck/pc_main.c contains:

   #if defined(VGA_arm) || defined(VGA_arm64)
      VG_(printf)("SGCheck doesn't work on ARM yet, sorry.\n");
      VG_(exit)(1);
   #endif

But exp-sgcheck/tests/is_arch_supported checked against uname -m
which returns aarch64 (not arm64). Fix the test check so the
exp-sgcheck tests are skipped instead of producing failures.
2019-05-18 14:56:50 +02:00
..
2011-05-17 15:52:28 +00:00
2014-08-29 22:48:27 +00:00