Skip to content

Commit 4e9dbb5

Browse files
authored
[compiler-rt] Fix-forward "[compiler-rt] Fix frame numbering for unparsable frames. #148278" (#154397)
Reason: buildbot failure (https://lab.llvm.org/buildbot/#/builders/51/builds/21874/steps/9/logs/stdio) Fix by restricting test to x86-64
1 parent 4cecbee commit 4e9dbb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// UNSUPPORTED: aarch64
66
// UNSUPPORTED: darwin
77
// UNSUPPORTED: ios
8+
// REQUIRES: x86-64-registered-target
89

910
// RUN: %clangxx_asan -O0 -g %s -o %t
1011
// RUN: %env_asan_opts=symbolize=0 not %run %t DUMMY_ARG > %t.asan_report 2>&1

0 commit comments

Comments
 (0)