[llvm] [cross-project-tests] un-XFAIL/XFAIL dexter tests on Linux (PR #188777)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 09:01:50 PDT 2026


https://github.com/Michael137 updated https://github.com/llvm/llvm-project/pull/188777

>From e233c4bc10a33b14b28b513ee199d3f7a0844a57 Mon Sep 17 00:00:00 2001
From: Michael Buch <michaelbuch12 at gmail.com>
Date: Thu, 26 Mar 2026 15:55:48 +0000
Subject: [PATCH 1/2] [cross-project-tests] un-XFAIL/XFAIL dexter tests on
 Linux

See https://github.com/llvm/llvm-project/issues/188775 for the XFAILed
test.

The other was failing as XPASS on AArch64.

This is part of enabling the tests on PR CI
(https://github.com/llvm/llvm-project/pull/188522)
---
 .../debuginfo-tests/dexter-tests/memvars/const-branch.c        | 2 +-
 .../commands/perfect/expect_step_kind/direction.cpp            | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c b/cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c
index c67dd0a3747b2..a0541822915bd 100644
--- a/cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c
+++ b/cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c
@@ -1,4 +1,4 @@
-// XFAIL: !system-darwin || !target-aarch64
+// XFAIL: !system-darwin
 //// Suboptimal coverage, see inlined comments.
 
 // REQUIRES: lldb
diff --git a/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp b/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
index c155cfcad5c3c..47938a30c9691 100644
--- a/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
+++ b/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
@@ -10,6 +10,9 @@
 // TODO: The dbgeng debugger does not support column step reporting at present.
 // XFAIL: system-windows
 //
+// TODO: fails in on Linux CI (https://github.com/llvm/llvm-project/issues/188775)
+// XFAIL: system-linux
+//
 // RUN: %dexter_regression_test_cxx_build %s -o %t
 // RUN: %dexter_regression_test_run --binary %t -- %s | FileCheck %s
 // CHECK: direction.cpp:

>From 8c980ddab29ed4c1bb28e82faa667c85d3dd7f0e Mon Sep 17 00:00:00 2001
From: Michael Buch <michaelbuch12 at gmail.com>
Date: Thu, 26 Mar 2026 16:01:37 +0000
Subject: [PATCH 2/2] fixup! shorten comment to make clang-format happy

---
 .../commands/perfect/expect_step_kind/direction.cpp             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp b/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
index 47938a30c9691..2655d8ca073b3 100644
--- a/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
+++ b/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
@@ -10,7 +10,7 @@
 // TODO: The dbgeng debugger does not support column step reporting at present.
 // XFAIL: system-windows
 //
-// TODO: fails in on Linux CI (https://github.com/llvm/llvm-project/issues/188775)
+// TODO: fails in on Linux CI (llvm-project/issues/188775)
 // XFAIL: system-linux
 //
 // RUN: %dexter_regression_test_cxx_build %s -o %t



More information about the llvm-commits mailing list