From 2e43fd0ae3dc575cd21f17b69e7d41e84a9ed24f Mon Sep 17 00:00:00 2001 From: Nicolas Setton Date: Tue, 2 Jul 2024 15:38:00 +0000 Subject: [PATCH] Deactivate test C825-005.xref.extending ... pending the implementation of https://gitlab.adacore-it.com/eng/gpr/gpr-issues/-/issues/328 In the meantime, the behaviour of the language server has the following limitation: - when considering extending projects, where, in the chain of extendings, two files with different filenames contain the same unit, then navigation is unreliable, and will navigate to the first declaration in the chain rather than the last. --- testsuite/ada_lsp/C825-005.xrefs.extending/test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuite/ada_lsp/C825-005.xrefs.extending/test.yaml b/testsuite/ada_lsp/C825-005.xrefs.extending/test.yaml index b22197cfb..895f1dbea 100644 --- a/testsuite/ada_lsp/C825-005.xrefs.extending/test.yaml +++ b/testsuite/ada_lsp/C825-005.xrefs.extending/test.yaml @@ -1 +1,6 @@ title: 'C825-005.xrefs.extending' + +# This test needs a change of behaviour in gpr2, +# see https://gitlab.adacore-it.com/eng/gpr/gpr-issues/-/issues/328 +skip: + - ['XFAIL', 'True']