Skip to content

Commit

Permalink
Merge branch 'topic/xfail' into 'master'
Browse files Browse the repository at this point in the history
Remove fixed XFAILs

See merge request eng/ide/ada_language_server!1484
  • Loading branch information
eliericha committed Jan 23, 2024
2 parents 6b862ba + ef20b6b commit feba33a
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions integration/vscode/ada/xfail.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
xfails: # Format is <testname>, <expectedstatus CRASH|DIFF> [, <platform>, <irrelevant field>], <reason>
- [
'Highlighting-lsp-ada_handlers-lsp-ada_handlers-adb-semantic',
'DIFF',
'',
'',
'Fails in GitLab CI but not locally',
]
- [
'lsp-ada_handlers-lsp-ada_handlers-adb-semantic',
'DIFF',
'',
'',
'Fails in GitLab CI but not locally',
]
# Each XFAIL entry should be an array of strings with the following content:
#
# - [<testname>, <expectedstatus CRASH|DIFF> , <platform>, '', <reason>]
#
# Use an empty string for the platform if the XFAIL should apply everywhere.
xfails:

0 comments on commit feba33a

Please sign in to comment.