test: Fix coverage in python script #90
1 passed, 85 failed and 0 skipped
❌ bin/junit_results.xml
86 tests were completed in NaNms with 1 passed, 85 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Integration test | 1✅ | 85❌ | NaNms |
❌ Integration test
✅ compiler_tests/_example/example.c
❌ compiler_tests/array/declare_global.c
> Failed to compile testcase:
❌ compiler_tests/array/declare_local.c
> Failed to compile testcase:
❌ compiler_tests/array/index_constant.c
> Failed to compile testcase:
❌ compiler_tests/array/index_expression.c
> Failed to compile testcase:
❌ compiler_tests/array/index_variable.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/for_multiple.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/for_one.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/for_zero_v1.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/for_zero_v2.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/if_else_false.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/if_else_true.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/if_false.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/if_true.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/sequence.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/while_multiple.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/while_once.c
> Failed to compile testcase:
❌ compiler_tests/control_flow/while_zero.c
> Failed to compile testcase:
❌ compiler_tests/default/test_ADD0.c
> Failed to compile testcase:
❌ compiler_tests/default/test_ADD1.c
> Failed to compile testcase:
❌ compiler_tests/default/test_CALL.c
> Failed to compile testcase:
❌ compiler_tests/default/test_LOCAL.c
> Failed to compile testcase:
❌ compiler_tests/float/add_double.c
> Failed to compile testcase:
❌ compiler_tests/float/add.c
> Failed to compile testcase:
❌ compiler_tests/float/add_mul.c
> Failed to compile testcase:
❌ compiler_tests/float/mul_add.c
> Failed to compile testcase:
❌ compiler_tests/float/mul_double.c
> Failed to compile testcase:
❌ compiler_tests/float/mul.c
> Failed to compile testcase:
❌ compiler_tests/float/pow.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_constant_external.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_constant_internal.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_five_args_external.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_five_args_internal.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_identity_external.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_identity_internal.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_mutual_recursive.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_recursive_internal.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_two_args_external.c
> Failed to compile testcase:
❌ compiler_tests/functions/call_two_args_internal.c
> Failed to compile testcase:
❌ compiler_tests/integer/add.c
> Failed to compile testcase:
❌ compiler_tests/integer/bitwise_and.c
> Failed to compile testcase:
❌ compiler_tests/integer/bitwise_or.c
> Failed to compile testcase:
❌ compiler_tests/integer/bitwise_xor.c
> Failed to compile testcase:
❌ compiler_tests/integer/div.c
> Failed to compile testcase:
❌ compiler_tests/integer/equal.c
> Failed to compile testcase:
❌ compiler_tests/integer/less_than.c
> Failed to compile testcase:
❌ compiler_tests/integer/less_than_equal.c
> Failed to compile testcase:
❌ compiler_tests/integer/logical_and.c
> Failed to compile testcase:
❌ compiler_tests/integer/logical_or.c
> Failed to compile testcase:
❌ compiler_tests/integer/mul.c
> Failed to compile testcase:
❌ compiler_tests/integer/sub.c
> Failed to compile testcase:
❌ compiler_tests/local_var/constant_initialiser.c
> Failed to compile testcase:
❌ compiler_tests/local_var/dual_var.c
> Failed to compile testcase:
❌ compiler_tests/local_var/expression_initialiser.c
> Failed to compile testcase:
❌ compiler_tests/local_var/identity.c
> Failed to compile testcase:
❌ compiler_tests/local_var/scoped_var.c
> Failed to compile testcase:
❌ compiler_tests/local_var/single_var.c
> Failed to compile testcase:
❌ compiler_tests/misc/enum1.c
> Failed to compile testcase:
❌ compiler_tests/misc/enum2.c
> Failed to compile testcase:
❌ compiler_tests/misc/switch1.c
> Failed to compile testcase:
❌ compiler_tests/misc/switch2.c
> Failed to compile testcase:
❌ compiler_tests/misc/typedef1.c
> Failed to compile testcase:
❌ compiler_tests/misc/typedef2.c
> Failed to compile testcase:
❌ compiler_tests/pointer/addressof.c
> Failed to compile testcase:
❌ compiler_tests/pointer/arithmetic.c
> Failed to compile testcase:
❌ compiler_tests/pointer/assign.c
> Failed to compile testcase:
❌ compiler_tests/pointer/dereference.c
> Failed to compile testcase:
❌ compiler_tests/pointer/index.c
> Failed to compile testcase:
❌ compiler_tests/programs/fibonacci.c
> Failed to compile testcase:
❌ compiler_tests/programs/multiply.c
> Failed to compile testcase:
❌ compiler_tests/programs/sqrt.c
> Failed to compile testcase:
❌ compiler_tests/strings/chliteral.c
> Failed to link driver:
❌ compiler_tests/strings/escaped.c
> Failed to compile testcase:
❌ compiler_tests/strings/literal.c
> Failed to compile testcase:
❌ compiler_tests/strings/puts.c
> Failed to compile testcase:
❌ compiler_tests/strings/search.c
> Failed to compile testcase:
❌ compiler_tests/struct/sizeof.c
> Failed to compile testcase:
❌ compiler_tests/struct/struct_inst.c
> Failed to compile testcase:
❌ compiler_tests/struct/struct_member_get.c
> Failed to compile testcase:
❌ compiler_tests/struct/struct_member_set.c
> Failed to compile testcase:
❌ compiler_tests/struct/struct_two_members.c
> Failed to compile testcase:
❌ compiler_tests/types/sizeof_char_inst.c
> Failed to compile testcase:
❌ compiler_tests/types/sizeof_char_type.c
> Failed to compile testcase:
❌ compiler_tests/types/sizeof_int_inst.c
> Failed to compile testcase:
❌ compiler_tests/types/sizeof_int_type.c
> Failed to compile testcase:
❌ compiler_tests/types/unsigned.c
> Failed to compile testcase:
Annotations
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/array/declare_global.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/array/declare_global/declare_global.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/array/declare_global/declare_global.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/array/declare_global/declare_global.s
/__w/langproc-cw/langproc-cw/bin/output/array/declare_global/declare_global.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/array/declare_local.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/array/declare_local/declare_local.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/array/declare_local/declare_local.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/array/declare_local/declare_local.s
/__w/langproc-cw/langproc-cw/bin/output/array/declare_local/declare_local.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/array/index_constant.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/array/index_constant/index_constant.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/array/index_constant/index_constant.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/array/index_constant/index_constant.s
/__w/langproc-cw/langproc-cw/bin/output/array/index_constant/index_constant.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/array/index_expression.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/array/index_expression/index_expression.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/array/index_expression/index_expression.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/array/index_expression/index_expression.s
/__w/langproc-cw/langproc-cw/bin/output/array/index_expression/index_expression.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/array/index_variable.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/array/index_variable/index_variable.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/array/index_variable/index_variable.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/array/index_variable/index_variable.s
/__w/langproc-cw/langproc-cw/bin/output/array/index_variable/index_variable.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/control_flow/for_multiple.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_multiple/for_multiple.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_multiple/for_multiple.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_multiple/for_multiple.s
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_multiple/for_multiple.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/control_flow/for_one.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_one/for_one.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_one/for_one.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_one/for_one.s
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_one/for_one.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/control_flow/for_zero_v1.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_zero_v1/for_zero_v1.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_zero_v1/for_zero_v1.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_zero_v1/for_zero_v1.s
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_zero_v1/for_zero_v1.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/control_flow/for_zero_v2.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_zero_v2/for_zero_v2.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_zero_v2/for_zero_v2.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_zero_v2/for_zero_v2.s
/__w/langproc-cw/langproc-cw/bin/output/control_flow/for_zero_v2/for_zero_v2.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/control_flow/if_else_false.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/control_flow/if_else_false/if_else_false.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/if_else_false/if_else_false.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/if_else_false/if_else_false.s
/__w/langproc-cw/langproc-cw/bin/output/control_flow/if_else_false/if_else_false.s.printed
Check failure on line 0 in bin/junit_results.xml
github-actions / Test results
Integration test ► compiler_tests/control_flow/if_else_true.c
Failed test found in:
bin/junit_results.xml
Error:
> Failed to compile testcase:
Raw output
> Failed to compile testcase:
/__w/langproc-cw/langproc-cw/bin/output/control_flow/if_else_true/if_else_true.compiler.stderr.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/if_else_true/if_else_true.compiler.stdout.log
/__w/langproc-cw/langproc-cw/bin/output/control_flow/if_else_true/if_else_true.s
/__w/langproc-cw/langproc-cw/bin/output/control_flow/if_else_true/if_else_true.s.printed