[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 08:57:26 PDT 2026


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

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)

>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] [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:



More information about the llvm-commits mailing list