... | @@ -4,6 +4,7 @@ To proceed, open the `index.html` file that has been generated in the testsuite |
... | @@ -4,6 +4,7 @@ To proceed, open the `index.html` file that has been generated in the testsuite |
|
# Main page
|
|
# Main page
|
|
|
|
|
|
![Capture_d_écran_de_2019-07-23_17-32-57](uploads/822def3eb3d85f50c995268cf58d13ea/Capture_d_écran_de_2019-07-23_17-32-57.png)
|
|
![Capture_d_écran_de_2019-07-23_17-32-57](uploads/822def3eb3d85f50c995268cf58d13ea/Capture_d_écran_de_2019-07-23_17-32-57.png)
|
|
|
|
_Main page of the testsuite showing various failed compilations and tests_
|
|
|
|
|
|
You will find a table containing the different tests that have been executed, and if their compilation and the test executions have succeeded or failed. You can click on each item to get more information.
|
|
You will find a table containing the different tests that have been executed, and if their compilation and the test executions have succeeded or failed. You can click on each item to get more information.
|
|
|
|
|
... | @@ -12,7 +13,15 @@ You will find a table containing the different tests that have been executed, an |
... | @@ -12,7 +13,15 @@ You will find a table containing the different tests that have been executed, an |
|
## Failed compilation
|
|
## Failed compilation
|
|
|
|
|
|
A failed compilation is shown through a red cross. It indicates that one or several compilations have failed.
|
|
A failed compilation is shown through a red cross. It indicates that one or several compilations have failed.
|
|
You can access to the compilation output to get more details and correct the code of Alya to solve the issue.
|
|
You can access the compilation page by clicking on the red cross.
|
|
|
|
|
|
|
|
![Capture_d_écran_de_2019-07-23_17-34-29](uploads/f3418248d6835c1571e9c10bdc640d39/Capture_d_écran_de_2019-07-23_17-34-29.png)
|
|
|
|
_Compilation page_
|
|
|
|
|
|
|
|
Print the output by clicking on the corresponding red cross:
|
|
|
|
|
|
|
|
![Capture_d_écran_de_2019-07-23_17-37-53](uploads/a2dcc7d2ce4db349c74de2ebf89f84af/Capture_d_écran_de_2019-07-23_17-37-53.png)
|
|
|
|
_Output of the failed compilation_
|
|
|
|
|
|
# Tests
|
|
# Tests
|
|
|
|
|
... | | ... | |