Skip to content

Commit 543f697

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents a1f91ec + ebd409b commit 543f697

23 files changed

+1923
-1254
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,13 @@ test-als:
107107
# Job artifacts must be produced in the project directory, so we do it at
108108
# the end of the job to avoid changing Anod checkouts halfway through the
109109
# job and triggering useless rebuilds.
110-
- echo -e "\e[0Ksection_start:`date +%s`:prepare_artifacts[collapsed=true]\r\e[0KPrepare job artifacts"
111110
# Process the als test report
112111
- e3-testsuite-report
113112
--failure-exit-code 1
114113
--xunit-output $CI_PROJECT_DIR/als_xunit_output.xml
115114
$ALS_BUILD_SPACE/results/new/ || FAILED=true
116115
# Include Anod logs
117116
- cp -r $ANOD_DEFAULT_SANDBOX_DIR/log $CI_PROJECT_DIR/anod-logs
118-
- echo -e "\e[0Ksection_end:`date +%s`:prepare_artifacts\r\e[0K"
119117

120118
- if [ ! -z ${FAILED+x} ]; then echo "There was at least one testcase failure" && exit 1; fi
121119

@@ -150,15 +148,13 @@ test-vscode-extension:
150148
# Job artifacts must be produced in the project directory, so we do it at
151149
# the end of the job to avoid changing Anod checkouts halfway through the
152150
# job and triggering useless rebuilds.
153-
- echo -e "\e[0Ksection_start:`date +%s`:prepare_artifacts[collapsed=true]\r\e[0KPrepare job artifacts"
154151
# Process the vscode-extension test report
155152
- e3-testsuite-report
156153
--failure-exit-code 1
157154
--xunit-output $CI_PROJECT_DIR/vscode_xunit_output.xml
158-
$VSCODE_BUILD_SPACE/results/new/ || FAILED=true
155+
$VSCODE_BUILD_SPACE/results/ || FAILED=true
159156
# Include Anod logs
160157
- cp -r $ANOD_DEFAULT_SANDBOX_DIR/log $CI_PROJECT_DIR/anod-logs
161-
- echo -e "\e[0Ksection_end:`date +%s`:prepare_artifacts\r\e[0K"
162158

163159
- if [ ! -z ${FAILED+x} ]; then echo "There was at least one testcase failure" && exit 1; fi
164160

integration/vscode/ada/xfail.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Each XFAIL entry should be an array of strings with the following content:
1+
# This file should contain XFAILs compatible with the e3-convert-xunit tool from
2+
# e3-testsuite. The format should be a mapping from test names to expected
3+
# failure messages.
24
#
3-
# - [<testname>, <expectedstatus CRASH|DIFF> , <platform>, '', <reason>]
5+
# For example:
46
#
5-
# Use an empty string for the platform if the XFAIL should apply everywhere.
6-
xfails:
7+
# "Task-Execution-gnatsas-analyze-report": "Some reason"
8+
# "Task-Execution-gnatdoc": "Some other reason"

0 commit comments

Comments
 (0)