Skip to content

Commit feba33a

Browse files
committed
Merge branch 'topic/xfail' into 'master'
Remove fixed XFAILs See merge request eng/ide/ada_language_server!1484
2 parents 6b862ba + ef20b6b commit feba33a

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

integration/vscode/ada/xfail.yaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
xfails: # Format is <testname>, <expectedstatus CRASH|DIFF> [, <platform>, <irrelevant field>], <reason>
2-
- [
3-
'Highlighting-lsp-ada_handlers-lsp-ada_handlers-adb-semantic',
4-
'DIFF',
5-
'',
6-
'',
7-
'Fails in GitLab CI but not locally',
8-
]
9-
- [
10-
'lsp-ada_handlers-lsp-ada_handlers-adb-semantic',
11-
'DIFF',
12-
'',
13-
'',
14-
'Fails in GitLab CI but not locally',
15-
]
1+
# Each XFAIL entry should be an array of strings with the following content:
2+
#
3+
# - [<testname>, <expectedstatus CRASH|DIFF> , <platform>, '', <reason>]
4+
#
5+
# Use an empty string for the platform if the XFAIL should apply everywhere.
6+
xfails:

0 commit comments

Comments
 (0)