Skip to content

Commit 1e3e2a1

Browse files
committed
[test][hwasan] Update test expectation for LAM
We cat run LAM tests on QEMU.
1 parent ed10fba commit 1e3e2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/hwasan/TestCases/tag-ptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int main() {
1717
assert(__hwasan_get_tag_from_pointer(ptr) == i);
1818
}
1919
#ifdef __x86_64__
20-
assert(ptrs.size() == 8);
20+
assert(ptrs.size() == 8 || ptrs.size() == 64);
2121
#else
2222
assert(ptrs.size() == 256);
2323
#endif

0 commit comments

Comments
 (0)