Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-merge committed Apr 18, 2024
2 parents a1f91ec + ebd409b commit 543f697
Show file tree
Hide file tree
Showing 23 changed files with 1,923 additions and 1,254 deletions.
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,13 @@ test-als:
# Job artifacts must be produced in the project directory, so we do it at
# the end of the job to avoid changing Anod checkouts halfway through the
# job and triggering useless rebuilds.
- echo -e "\e[0Ksection_start:`date +%s`:prepare_artifacts[collapsed=true]\r\e[0KPrepare job artifacts"
# Process the als test report
- e3-testsuite-report
--failure-exit-code 1
--xunit-output $CI_PROJECT_DIR/als_xunit_output.xml
$ALS_BUILD_SPACE/results/new/ || FAILED=true
# Include Anod logs
- cp -r $ANOD_DEFAULT_SANDBOX_DIR/log $CI_PROJECT_DIR/anod-logs
- echo -e "\e[0Ksection_end:`date +%s`:prepare_artifacts\r\e[0K"

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

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

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

Expand Down
10 changes: 6 additions & 4 deletions integration/vscode/ada/xfail.yaml
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"
Loading

0 comments on commit 543f697

Please sign in to comment.