Skip to content

Commit 034781f

Browse files
committed
[NFC][LSan] Add REQUIRES: linux
Additional registers scaning is only implemented for x86 linux.
1 parent cce24bb commit 034781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %env_lsan_opts="" %run %t 2>&1
77

88
// FIXME: Support more platforms.
9-
// REQUIRES: x86-target-arch
9+
// REQUIRES: x86-target-arch && linux
1010

1111
#include "sanitizer_common/print_address.h"
1212
#include <assert.h>

0 commit comments

Comments
 (0)