[NFC][LSan] Add REQUIRES: linux
authorVitaly Buka <vitalybuka@google.com>
Sat, 19 Sep 2020 00:22:35 +0000 (17:22 -0700)
committerVitaly Buka <vitalybuka@google.com>
Sat, 19 Sep 2020 00:24:07 +0000 (17:24 -0700)
Additional registers scaning is only implemented for x86 linux.

compiler-rt/test/lsan/TestCases/use_registers_extra.cpp

index fef5c36..18a959e 100644 (file)
@@ -6,7 +6,7 @@
 // RUN: %env_lsan_opts="" %run %t 2>&1
 
 // FIXME: Support more platforms.
-// REQUIRES: x86-target-arch
+// REQUIRES: x86-target-arch && linux
 
 #include "sanitizer_common/print_address.h"
 #include <assert.h>