-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote branch 'origin/master' into edge
- Loading branch information
Showing
23 changed files
with
1,923 additions
and
1,254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Each XFAIL entry should be an array of strings with the following content: | ||
# This file should contain XFAILs compatible with the e3-convert-xunit tool from | ||
# e3-testsuite. The format should be a mapping from test names to expected | ||
# failure messages. | ||
# | ||
# - [<testname>, <expectedstatus CRASH|DIFF> , <platform>, '', <reason>] | ||
# For example: | ||
# | ||
# Use an empty string for the platform if the XFAIL should apply everywhere. | ||
xfails: | ||
# "Task-Execution-gnatsas-analyze-report": "Some reason" | ||
# "Task-Execution-gnatdoc": "Some other reason" |
Oops, something went wrong.