Skip to content

Commit 3a6599b

Browse files
committed
Remove XFAIL flag from sanitize-coverage-old-pm.c
This test has started passing consistently on 32bit arm where underlying core is reported as Armv7 or Thumbv7. However it still fails intermittently on 32bit AArch32 reported as Armv8l. https://lab.llvm.org/buildbot/#/builders/190/builds/20 https://lab.llvm.org/buildbot/#/builders/170/builds/41
1 parent 5c2ade0 commit 3a6599b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/test/CodeGen/sanitize-coverage-old-pm.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// RUN: %clang %s -target x86_64-unknown-linux-gnu -emit-llvm -S -fsanitize=undefined -fsanitize-coverage=trace-pc,trace-cmp -o - -flegacy-pass-manager | FileCheck %s --check-prefixes=CHECK,UBSAN
77
//
88
// Host armv7 is currently unsupported: https://bugs.llvm.org/show_bug.cgi?id=46117
9-
// UNSUPPORTED: armv8l
10-
// XFAIL: armv7, thumbv7
9+
// XFAIL: armv8l
1110
// The same issue also occurs on a riscv32 host.
1211
// XFAIL: riscv32
1312

0 commit comments

Comments
 (0)