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

Some XRay tests in clang/test/Driver were unsupported on x86_64 #64028

Closed
SixWeining opened this issue Jul 22, 2023 · 2 comments
Closed

Some XRay tests in clang/test/Driver were unsupported on x86_64 #64028

SixWeining opened this issue Jul 22, 2023 · 2 comments

Comments

@SixWeining
Copy link
Contributor

$ arch
x86_64
$ ./_build/bin/llvm-lit clang/test/Driver/XRay/
llvm-lit: /home/luweining/upstreams/llvm-project/llvm/utils/lit/lit/llvm/config.py:487: note: using clang: /home/luweining/upstreams/llvm-project/_build/bin/clang
-- Testing: 6 tests, 6 workers --
UNSUPPORTED: Clang :: Driver/XRay/xray-shared-noxray.cpp (1 of 6)
UNSUPPORTED: Clang :: Driver/XRay/xray-ignore-loops-flags.cpp (2 of 6)
UNSUPPORTED: Clang :: Driver/XRay/xray-instrumentation-bundles-flags.cpp (3 of 6)
UNSUPPORTED: Clang :: Driver/XRay/xray-mode-flags.cpp (4 of 6)
PASS: Clang :: Driver/XRay/xray-nolinkdeps.cpp (5 of 6)
PASS: Clang :: Driver/XRay/xray-instrument.c (6 of 6)

Testing Time: 0.97s
  Unsupported: 4
  Passed     : 2
@SixWeining
Copy link
Contributor Author

These tests are PASS in previous version, e.g. llvm15. I'm trying to do git bisect to find which commit causes the issue.

@SixWeining
Copy link
Contributor Author

git bisect finds 016785d. I tried to fix it and request review in D156089.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants