Skip to content

General tweaks & actual code generation for int f() { return 5; } #56

General tweaks & actual code generation for int f() { return 5; }

General tweaks & actual code generation for int f() { return 5; } #56

Triggered via pull request January 31, 2024 03:49
Status Success
Total duration 1m 13s
Artifacts

integration.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Integration test ► compiler_tests/array/declare_global.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/array/declare_global/declare_global.compiler.stderr.log \n\t ./bin/output/array/declare_global/declare_global.compiler.stdout.log \n\t ./bin/output/array/declare_global/declare_global.s \n\t ./bin/output/array/declare_global/declare_global.s.printed
Integration test ► compiler_tests/array/declare_local.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/array/declare_local/declare_local.compiler.stderr.log \n\t ./bin/output/array/declare_local/declare_local.compiler.stdout.log \n\t ./bin/output/array/declare_local/declare_local.s \n\t ./bin/output/array/declare_local/declare_local.s.printed
Integration test ► compiler_tests/array/index_constant.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/array/index_constant/index_constant.compiler.stderr.log \n\t ./bin/output/array/index_constant/index_constant.compiler.stdout.log \n\t ./bin/output/array/index_constant/index_constant.s \n\t ./bin/output/array/index_constant/index_constant.s.printed
Integration test ► compiler_tests/array/index_expression.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/array/index_expression/index_expression.compiler.stderr.log \n\t ./bin/output/array/index_expression/index_expression.compiler.stdout.log \n\t ./bin/output/array/index_expression/index_expression.s \n\t ./bin/output/array/index_expression/index_expression.s.printed
Integration test ► compiler_tests/array/index_variable.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/array/index_variable/index_variable.compiler.stderr.log \n\t ./bin/output/array/index_variable/index_variable.compiler.stdout.log \n\t ./bin/output/array/index_variable/index_variable.s \n\t ./bin/output/array/index_variable/index_variable.s.printed
Integration test ► compiler_tests/control_flow/for_multiple.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/control_flow/for_multiple/for_multiple.compiler.stderr.log \n\t ./bin/output/control_flow/for_multiple/for_multiple.compiler.stdout.log \n\t ./bin/output/control_flow/for_multiple/for_multiple.s \n\t ./bin/output/control_flow/for_multiple/for_multiple.s.printed
Integration test ► compiler_tests/control_flow/for_one.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/control_flow/for_one/for_one.compiler.stderr.log \n\t ./bin/output/control_flow/for_one/for_one.compiler.stdout.log \n\t ./bin/output/control_flow/for_one/for_one.s \n\t ./bin/output/control_flow/for_one/for_one.s.printed
Integration test ► compiler_tests/control_flow/for_zero_v1.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/control_flow/for_zero_v1/for_zero_v1.compiler.stderr.log \n\t ./bin/output/control_flow/for_zero_v1/for_zero_v1.compiler.stdout.log \n\t ./bin/output/control_flow/for_zero_v1/for_zero_v1.s \n\t ./bin/output/control_flow/for_zero_v1/for_zero_v1.s.printed
Integration test ► compiler_tests/control_flow/for_zero_v2.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/control_flow/for_zero_v2/for_zero_v2.compiler.stderr.log \n\t ./bin/output/control_flow/for_zero_v2/for_zero_v2.compiler.stdout.log \n\t ./bin/output/control_flow/for_zero_v2/for_zero_v2.s \n\t ./bin/output/control_flow/for_zero_v2/for_zero_v2.s.printed
Integration test ► compiler_tests/control_flow/if_else_false.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/control_flow/if_else_false/if_else_false.compiler.stderr.log \n\t ./bin/output/control_flow/if_else_false/if_else_false.compiler.stdout.log \n\t ./bin/output/control_flow/if_else_false/if_else_false.s \n\t ./bin/output/control_flow/if_else_false/if_else_false.s.printed
Integration test ► compiler_tests/control_flow/if_else_true.c: bin/junit_results.xml#L0
Failed test found in: bin/junit_results.xml Error: Failed to compile testcase: \n\t ./bin/output/control_flow/if_else_true/if_else_true.compiler.stderr.log \n\t ./bin/output/control_flow/if_else_true/if_else_true.compiler.stdout.log \n\t ./bin/output/control_flow/if_else_true/if_else_true.s \n\t ./bin/output/control_flow/if_else_true/if_else_true.s.printed
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/