- Notifications
You must be signed in to change notification settings - Fork14.5k
[LLDB] Disable DIL QualifiedId test on Windows.#148940
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The lldb-x86_64-win buildbot is failing on this one DIL test. Disablethe test on Windows until we can debug it on Windows.
@llvm/pr-subscribers-lldb Author: None (cmtice) ChangesThe lldb-x86_64-win buildbot is failing on this one DIL test. Disable the test on Windows until we can debug it on Windows. Full diff:https://github.com/llvm/llvm-project/pull/148940.diff 1 Files Affected:
diff --git a/lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py b/lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.pyindex 8c009aa182d07..6f00b9e0cfb6c 100644--- a/lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py+++ b/lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py@@ -18,6 +18,7 @@ class TestFrameVarDILQualifiedId(TestBase): # each debug info format. NO_DEBUG_INFO_TESTCASE = True+ @skipIfWindows def test_frame_var(self): self.build() lldbutil.run_to_source_breakpoint( |
1fe366d
intollvm:mainUh oh!
There was an error while loading.Please reload this page.
I'm pretty sure that's because anonymous namespaces areprinted differently on windows. |
The lldb-x86_64-win buildbot is failing on this one DIL test. Disable the test on Windows until we can debug it on Windows.