Skip to content

Commit bd61801

Browse files
Merge branch 'topic/gpr_test' into 'master'
Enable GPR language server tests on Mac OS/aarch64-linux See merge request eng/ide/ada_language_server!1823
2 parents ff81969 + c126741 commit bd61801

File tree

9 files changed

+6
-17
lines changed

9 files changed

+6
-17
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
title: 'workspace/didChangeConfiguration request'
2-
control:
3-
- ['SKIP', 'env.build.os.name not in ("linux","windows")']
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
title: 'textDocument/declaration request'
2-
control:
3-
- ['SKIP', 'env.build.os.name not in ("linux","windows")']
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
title: 'textDocument/definition request'
2-
control:
3-
- ['SKIP', 'env.build.os.name not in ("linux","windows")']
2+
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
title: 'hover.no_exception_when_failed_to_load'
2-
control:
3-
- ['SKIP', 'env.build.os.name not in ("linux","windows")']
2+

testsuite/gpr_lsp/hover/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
title: 'textDocument/hover request'
2-
control:
3-
- ['SKIP', 'env.build.os.name not in ("linux","windows")']
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
title: 'textDocument/hover request, test type comment gnat/leading style'
2-
control:
3-
- ['SKIP', 'env.build.os.name not in ("linux","windows")']
2+
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
title: 'textDocument/hover request, test variable comment gnat/leading style'
2-
control:
3-
- ['SKIP', 'env.build.os.name not in ("linux","windows")']
2+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
title: 'project_config.alire'
22
control:
3-
- ['SKIP', 'env.build.os.name == "windows"']
3+
- ['SKIP', 'env.build.os.name not in ("linux")']
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
title: 'shutdown'
2-
control:
3-
- ['SKIP', 'env.build.os.name not in ("linux","windows")']
2+

0 commit comments

Comments
 (0)