[all-commits] [llvm/llvm-project] b86b52: [lldb][test] Mark DynamicValueTestCase XFAIL on Wi...

Omair Javaid via All-commits all-commits at lists.llvm.org
Mon May 5 15:39:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b86b5296cb649c06abbb6471d6f0f777b91a29c9
      https://github.com/llvm/llvm-project/commit/b86b5296cb649c06abbb6471d6f0f777b91a29c9
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py

  Log Message:
  -----------
  [lldb][test] Mark DynamicValueTestCase XFAIL on Windows

The newly added test test_from_forward_decl in TestDynamicValue.py
by PR #137974 is failing on Windows due to issues with dynamic type
resolution. This is a known issue tracked in PR24663.

LLDB Windows on Arm Buildbot Failure:
https://lab.llvm.org/buildbot/#/builders/141/builds/8391

This change marks the test as XFAIL on Windows using the consistent
with how similar tests in the same file are handled.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list