Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/cfi/cross-dso/stats.cpp fails on Linux/i686 #27980

Open
hjl-tools opened this issue May 2, 2016 · 1 comment
Open

test/cfi/cross-dso/stats.cpp fails on Linux/i686 #27980

hjl-tools opened this issue May 2, 2016 · 1 comment
Labels
bugzilla Issues migrated from bugzilla compiler-rt:cfi Control Flow Integrity

Comments

@hjl-tools
Copy link
Contributor

Bugzilla Link 27606
Version unspecified
OS Linux
CC @pcc,@vitalybuka

Extended Description

On Fedora/23 i686, I got

FAIL: cfi :: cross-dso/stats.cpp (27500 of 27526)
******************** TEST 'cfi :: cross-dso/stats.cpp' FAILED ********************
Script:

/export/build/gnu/llvm-clang-x86-bootstrap/stage1/build-i686-linux/./bin/clang -fuse-ld=gold -flto -fsanitize=cfi --driver-mode=g++ -fsanitize-cfi-cross-dso -fvisibility=default -DSHARED_LIB -fPIC -g -fsanitize-stats -shared -o /export/build/gnu/llvm-clang-x86-bootstrap/stage1/build-i686-linux/projects/compiler-rt/test/cfi/cross-dso/Output/stats.cpp.tmp.so /export/gnu/import/git/llvm/projects/compiler-rt/test/cfi/cross-dso/stats.cpp
/export/build/gnu/llvm-clang-x86-bootstrap/stage1/build-i686-linux/./bin/clang -fuse-ld=gold -flto -fsanitize=cfi --driver-mode=g++ -fsanitize-cfi-cross-dso -fvisibility=default -g -fsanitize-stats -o /export/build/gnu/llvm-clang-x86-bootstrap/stage1/build-i686-linux/projects/compiler-rt/test/cfi/cross-dso/Output/stats.cpp.tmp /export/gnu/import/git/llvm/projects/compiler-rt/test/cfi/cross-dso/stats.cpp /export/build/gnu/llvm-clang-x86-bootstrap/stage1/build-i686-linux/projects/compiler-rt/test/cfi/cross-dso/Output/stats.cpp.tmp.so
env SANITIZER_STATS_PATH=/export/build/gnu/llvm-clang-x86-bootstrap/stage1/build-i686-linux/projects/compiler-rt/test/cfi/cross-dso/Output/stats.cpp.tmp.stats /export/build/gnu/llvm-clang-x86-bootstrap/stage1/build-i686-linux/projects/compiler-rt/test/cfi/cross-dso/Output/stats.cpp.tmp
sanstats /export/build/gnu/llvm-clang-x86-bootstrap/stage1/build-i686-linux/projects/compiler-rt/test/cfi/cross-dso/Output/stats.cpp.tmp.stats | FileCheck /export/gnu/import/git/llvm/projects/compiler-rt/test/cfi/cross-dso/stats.cpp

Exit Code: 1

Command Output (stderr):

/export/gnu/import/git/llvm/projects/compiler-rt/test/cfi/cross-dso/stats.cpp:19:12: error: expected string not found in input
// CHECK: stats.cpp:[[@line+1]] vcall cfi-vcall 37
^
:1:1: note: scanning from here
/export/gnu/import/git/llvm/projects/compiler-rt/test/cfi/cross-dso/stats.cpp:20 __x86.get_pc_thunk.ax cfi-vcall 37
^
:1:1: note: with expression "@line+1" equal to "20"
/export/gnu/import/git/llvm/projects/compiler-rt/test/cfi/cross-dso/stats.cpp:20 __x86.get_pc_thunk.ax cfi-vcall 37
^
:4:69: note: possible intended match here
/export/gnu/import/git/llvm/projects/compiler-rt/test/cfi/cross-dso/stats.cpp:37 ucast cfi-unrelated-cast 81
^

--


Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 163.73s


Failing Tests (1):
cfi :: cross-dso/stats.cpp

Expected Passes : 26502
Expected Failures : 148
Unsupported Tests : 875
Unexpected Failures: 1

@vitalybuka
Copy link
Collaborator

Is this still broken?

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla compiler-rt:cfi Control Flow Integrity
Projects
None yet
Development

No branches or pull requests

2 participants