Skip to content

Commit

Permalink
[test][hwasan] Update test expectation for LAM
Browse files Browse the repository at this point in the history
We cat run LAM tests on QEMU.
  • Loading branch information
vitalybuka committed Dec 14, 2023
1 parent ed10fba commit 1e3e2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/hwasan/TestCases/tag-ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main() {
assert(__hwasan_get_tag_from_pointer(ptr) == i);
}
#ifdef __x86_64__
assert(ptrs.size() == 8);
assert(ptrs.size() == 8 || ptrs.size() == 64);
#else
assert(ptrs.size() == 256);
#endif
Expand Down

0 comments on commit 1e3e2a1

Please sign in to comment.