| Test name | Component | Compiler exit code | Expected compiler exit code | Compiled program code | Expected compiled program code | Memory accesses | Max memory accesses | Result | Compiler Log | Simulator errors |
| fibonacci |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| int |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| intintint |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| single_comment |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| multi_comment |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| nested_comments |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| all_tokens |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| escape_codes_1 |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| escape_codes_2 |
lexer |
250 |
250 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| multiple_characters_in_single_quotes |
lexer |
250 |
250 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| char_assign_digits |
lexer |
250 |
250 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| most_chars |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| no_main |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| minimal |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| undefined_token |
lexer |
250 |
250 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| identifiers |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| includes |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| preprocessing |
lexer |
250 |
250 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| empty |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| division |
lexer |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| fibonacci |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetic interpreter |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| sort linked list |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| int |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| single_comment |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| multi_comment |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| nested_comments |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| escape_codes_1 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| most_chars |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| no_main |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| minimal |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| just_main |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| identifiers |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| includes |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| break |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| continue |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| break_without_semicolon |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| continue_without_semicolon |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| empty |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| while_loop_1 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| while_loop_2 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| while_loop_3 |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| unterminated_stmt |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_application_1 |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_application_2 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_application_3 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_application_4 |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_declaration |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_declaration_without_semicolon |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_declaration_malformed |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_decl_def_and_struct |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_application_5 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| count_to_n |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| declarations |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| missing_declarations |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| double_declarations |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| reserved_keyword_as_identifier |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| program_ends_with_single_comment |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| empty_functions_1 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| empty_functions_2 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| empty_comparison |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| else_if |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetic_1 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetic_2 |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| broken_arithmetic |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| assignment_error |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| all_syntax_categories |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| all_syntax_categories_with_spaces |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| all_syntax_categories_compact |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| type_error |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| identifier_missing_type |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| nested_conditional_statements |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| empty_conditional |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| if_empty_body |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| statements_as_expressions |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| deep_body_nesting |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| variable_initialization |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| returning_multiple_times |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| else |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_wrong |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_usage |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_declaration |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| ternary_comparison |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| pointer_pointer |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| pointer_dereference |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_pointer_dereference |
parser |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| double_reference |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| type_cast |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| Test name | Component | Compiler exit code | Expected compiler exit code | Compiled program code | Expected compiled program code | Memory accesses | Max memory accesses | Result | Compiler Log | Simulator errors |
| fibonacci |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| loop break continue |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| escaped chars |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetic interpreter |
ast |
224 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
|
|
| sort linked list |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics_plus |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics_plus_mul |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics_parentheses |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics_modulo |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics_division |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| unary_operator_1 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| unary_operator_2 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_call_1 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_call_2 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| return_1 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| return_2 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| return_3 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| return_4 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| nested_blocks_1 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| nested_blocks_2 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| blocks_in_sequence |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| assignment_1 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| assignment_2 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| print_s |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| read_c_1 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| read_c_2 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| read_i_1 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| read_i_2 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| print_c |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| print_i |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| while_loop |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| while_forever |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| if |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| if_else |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| if_else_if_else |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| if_if_else |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| procedure_declaration_1 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| procedure_declaration_2 |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| procedure_declarations |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_variable_declaration |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_variable_declarations |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| local_variable_declaration |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| local_variable_declarations |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| includes |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| minimal |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_use |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| strliteral |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| pointers_and_arrays_and_structs |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_decl |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| assignment_expression |
ast |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| fibonacci |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetic interpreter |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| sort linked list |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| pass array with correct size |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| pass array with incorrect size |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| pass array with incorrect dims |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| minimal |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_declaration_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| duplicate_global_declarations_1 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| duplicate_global_declarations_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| many_duplicate_global_declarations |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_shadowing_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_shadowing_2 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_shadowing_3 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_shadowing_4 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_shadowing_5 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| local_shadowing_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| local_shadowing_2 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| mutual_recursion |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| undeclared_function_1 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| undeclared_function_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| undeclared_parameter |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| print_s |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| print_i |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| print_c |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| read_i |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| read_c |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_variable_assignment_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| global_variable_assignment_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| local_variable_assignment_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| local_variable_assignment_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| void_variable |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| main_return_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| main_return_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arity_mismatch_1 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arity_mismatch_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_returns_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_returns_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| arithmetics_3 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_call_1 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| function_call_2 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| conditional_1 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| conditional_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| conditional_3 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| conditional_4 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| shadowing_6 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| shadowing_7 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| shadowing_12 |
sem |
0 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
|
|
| valid_lvalues |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| invalid_lvalue |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_delc |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_delc_and_use |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| struct_nesting |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| assignment_expression_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| assignment_expression_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| assignment_expression_3 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| multidim_array_decl |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| multidim_array_access_1 |
sem |
0 |
0 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| multidim_array_access_2 |
sem |
240 |
240 |
N/A |
N/A |
N/A |
N/A |
Pass |
|
|
| Test name | Component | Compiler exit code | Expected compiler exit code | Compiled program code | Expected compiled program code | Memory accesses | Max memory accesses | Result | Compiler Log | Simulator errors |
| array_complex_reduction_8 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
49 |
Fail |
|
|
| arithmetic_chain_short_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
4 |
Fail |
|
|
| balanced_arithmetic_tree_large |
regalloc |
0 |
0 |
230 |
0 |
N/A |
4 |
Fail |
|
|
| arithmetic_chains_long |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| balanced_addition_tree_small_hoisted |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| array_simple_reduction_1 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
86 |
Fail |
|
|
| array_complex_reduction_2 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
67 |
Fail |
|
|
| array_complex_reduction_3 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
45 |
Fail |
|
|
| balanced_arithmetic_tree_small_hoisted |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| array_complex_reduction_12 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
48 |
Fail |
|
|
| arithmetic_chains_short_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
8 |
Fail |
|
|
| arithmetic_chain_long_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
12 |
Fail |
|
|
| array_simple_reduction_4 |
regalloc |
0 |
0 |
0 |
0 |
20 |
22 + 5% |
Pass |
|
|
| balanced_addition_tree_large_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
84 |
Fail |
|
|
| array_complex_reduction_4 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
25 |
Fail |
|
|
| array_complex_reduction_6 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
73 |
Fail |
|
|
| addition_chain_long |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| arithmetic_chains_short |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| array_multiplication_table_sum |
regalloc |
0 |
0 |
230 |
0 |
N/A |
37 |
Fail |
|
|
| array_simple_reduction_2 |
regalloc |
0 |
0 |
0 |
0 |
14 |
16 + 5% |
Pass |
|
|
| hello_world |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| int_literals |
regalloc |
0 |
0 |
0 |
0 |
24 |
24 + 5% |
Pass |
|
|
| nested_whiles |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| shadowing |
regalloc |
0 |
0 |
0 |
0 |
40 |
48 + 5% |
Pass |
|
|
| arithmetics |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| character_comparison |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| branching_1 |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| branching_2 |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| branching_3 |
regalloc |
0 |
0 |
0 |
0 |
16 |
16 + 5% |
Pass |
|
|
| count_down_from_n |
regalloc |
0 |
0 |
0 |
0 |
12 |
12 + 5% |
Pass |
|
|
| count_to_n |
regalloc |
0 |
0 |
0 |
0 |
12 |
12 + 5% |
Pass |
|
|
| global_variable |
regalloc |
0 |
0 |
0 |
0 |
6 |
6 + 5% |
Pass |
|
|
| function_call |
regalloc |
0 |
0 |
0 |
0 |
15 |
17 + 5% |
Pass |
|
|
| read_c |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| read_i |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| struct access |
regalloc |
0 |
0 |
0 |
0 |
8 |
8 + 5% |
Pass |
|
|
| funcall with struct |
regalloc |
0 |
0 |
230 |
0 |
N/A |
39 |
Fail |
|
|
| cashmachine |
regalloc |
0 |
0 |
230 |
0 |
N/A |
479 |
Fail |
|
Error in /tmp/tmpy6vrq009.asm line 265 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2)
Processing terminated due to errors.
|
| dec2bin |
regalloc |
0 |
0 |
230 |
0 |
N/A |
140 |
Fail |
|
Error in /tmp/tmpwlb76iyo.asm line 714 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2)
Processing terminated due to errors.
|
| fibonacci |
regalloc |
0 |
0 |
0 |
0 |
24 |
24 + 5% |
Pass |
|
|
| factorial |
regalloc |
0 |
0 |
230 |
0 |
N/A |
58 |
Fail |
|
Error in /tmp/tmpafai_3g1.asm line 372 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2)
Processing terminated due to errors.
|
| is_leap_year |
regalloc |
0 |
0 |
0 |
0 |
28 |
28 + 5% |
Pass |
|
|
| is_palindromic |
regalloc |
0 |
0 |
0 |
0 |
20 |
20 + 5% |
Pass |
|
|
| is_prime |
regalloc |
0 |
0 |
0 |
0 |
32 |
36 + 5% |
Pass |
|
|
| pascals_triangle |
regalloc |
0 |
0 |
125 |
0 |
N/A |
95 |
Fail |
|
|
| tictactoe |
regalloc |
0 |
0 |
230 |
0 |
N/A |
591 |
Fail |
|
Error in /tmp/tmpxumnr5uq.asm line 4209 column 6: "null": operand is of incorrect type
Error in /tmp/tmpxumnr5uq.asm line 4293 column 6: "null": operand is of incorrect type
Processing terminated due to errors.
|
| towers_of_hanoi |
regalloc |
0 |
0 |
0 |
0 |
64 |
86 + 5% |
Pass |
|
|
| binary_search |
regalloc |
0 |
0 |
125 |
0 |
N/A |
59 |
Fail |
|
|
| arithmetic_chain_partially_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
28 |
Fail |
|
|
| arithmetic_chain_long_partially_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
20 |
Fail |
|
|
| arithmetic_chain_hoisted_unbalanced_usage |
regalloc |
0 |
0 |
230 |
0 |
N/A |
22 |
Fail |
|
Error in /tmp/tmpm2ynasbp.asm line 64 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 68 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 72 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 76 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 80 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 84 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 88 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 92 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 96 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 100 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 104 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 108 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 112 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 116 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 120 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 124 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 128 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm2ynasbp.asm line 132 column 5: "null": operand is of incorrect type
Processing terminated due to errors.
|
| arithmetic_chain_long_hoisted_unbalanced_usage |
regalloc |
0 |
0 |
230 |
0 |
N/A |
24 |
Fail |
|
Error in /tmp/tmp9u__ladr.asm line 70 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 74 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 78 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 82 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 86 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 90 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 94 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 98 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 102 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 106 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 110 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 114 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 118 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 122 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 126 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 130 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 134 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 138 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 142 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 146 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 150 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 154 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 158 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 162 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 166 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 176 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 180 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 184 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 188 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 192 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 196 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 200 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 204 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 208 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 212 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 216 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 220 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 224 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 228 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 232 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 236 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 240 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 244 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 248 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 252 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 256 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 260 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 264 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 268 column 5: "null": operand is of incorrect type
Error in /tmp/tmp9u__ladr.asm line 272 column 5: "null": operand is of incorrect type
Processing terminated due to errors.
|
| arithmetic_chain_hoisted_multiple_uses |
regalloc |
0 |
0 |
230 |
0 |
N/A |
96 |
Fail |
|
|
| arithmetic_chain_unbalanced_tree_1 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
146 |
Fail |
|
|
| prefix_sum_1 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
46 |
Fail |
|
|
| prefix_sum_2 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
56 |
Fail |
|
|
| array_reduction_dead_code |
regalloc |
0 |
0 |
230 |
0 |
N/A |
78 |
Fail |
|
|
| array_reduction_shadowing |
regalloc |
0 |
0 |
230 |
0 |
N/A |
57 |
Fail |
|
|
| many_unused_vars |
regalloc |
0 |
0 |
230 |
0 |
N/A |
26 |
Fail |
|
Error in /tmp/tmpm6r1rc4a.asm line 41 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 45 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 49 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 53 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 57 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 61 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 65 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 69 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 73 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 77 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 81 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 85 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 89 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 93 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 97 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 101 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 105 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 109 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 113 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 117 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 121 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 125 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 129 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 133 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 137 column 5: "null": operand is of incorrect type
Error in /tmp/tmpm6r1rc4a.asm line 141 column 5: "null": operand is of incorrect type
Processing terminated due to errors.
|
| greatest_common_divisor |
regalloc |
0 |
0 |
0 |
0 |
39 |
47 + 5% |
Pass |
|
|
| nth_triangle_number_multi_func |
regalloc |
0 |
0 |
230 |
0 |
N/A |
108 |
Fail |
|
|
| regalloc_tribonacci |
regalloc |
0 |
0 |
125 |
0 |
N/A |
52 |
Fail |
|
|
| arithmetic_chain_hoisted_unbalanced_tree |
regalloc |
0 |
0 |
230 |
0 |
N/A |
122 |
Fail |
|
|
| arithmetic_chain_unbalanced_tree_2 |
regalloc |
0 |
0 |
0 |
0 |
14 |
18 + 5% |
Pass |
|
|
| array_difference |
regalloc |
0 |
0 |
230 |
0 |
N/A |
51 |
Fail |
|
|
| find_triplet_sum |
regalloc |
0 |
0 |
230 |
0 |
N/A |
64 |
Fail |
|
|
| hofstadter |
regalloc |
0 |
0 |
230 |
0 |
N/A |
84 |
Fail |
|
|
| redundant_assignments |
regalloc |
0 |
0 |
230 |
0 |
N/A |
54 |
Fail |
|
Error in /tmp/tmp815y0fm4.asm line 131 column 5: "null": operand is of incorrect type
Error in /tmp/tmp815y0fm4.asm line 223 column 5: "null": operand is of incorrect type
Error in /tmp/tmp815y0fm4.asm line 339 column 5: "null": operand is of incorrect type
Error in /tmp/tmp815y0fm4.asm line 487 column 5: "null": operand is of incorrect type
Processing terminated due to errors.
|
| array_complex_reduction_5 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
28 |
Fail |
|
|
| addition_chain_short_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
4 |
Fail |
|
|
| array_complex_reduction_11 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
153 |
Fail |
|
Error in /tmp/tmp7crq1tfn.asm line 2162 column 6: "null": operand is of incorrect type
Error in /tmp/tmp7crq1tfn.asm line 2179 column 6: "null": operand is of incorrect type
Error in /tmp/tmp7crq1tfn.asm line 2196 column 6: "null": operand is of incorrect type
Error in /tmp/tmp7crq1tfn.asm line 2213 column 6: "null": operand is of incorrect type
Error in /tmp/tmp7crq1tfn.asm line 2230 column 6: "null": operand is of incorrect type
Processing terminated due to errors.
|
| arithmetic_chain_long |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| addition_chain_short |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| array_sum |
regalloc |
0 |
0 |
0 |
0 |
29 |
31 + 5% |
Pass |
|
|
| addition_chain_long_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
18 |
Fail |
|
|
| array_concat_dot_product |
regalloc |
0 |
0 |
230 |
0 |
N/A |
57 |
Fail |
|
|
| balanced_addition_tree_small |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| array_dot_product |
regalloc |
0 |
0 |
0 |
0 |
39 |
41 + 5% |
Pass |
|
|
| balanced_addition_tree_large |
regalloc |
0 |
0 |
230 |
0 |
N/A |
4 |
Fail |
|
|
| array_complex_reduction_9 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
66 |
Fail |
|
|
| array_simple_reduction_3 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
63 |
Fail |
|
|
| arithmetic_chain_short |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| arithmetic_chains_long_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
23 |
Fail |
|
|
| array_complex_reduction_1 |
regalloc |
0 |
0 |
0 |
0 |
51 |
53 + 5% |
Pass |
|
|
| array_complex_reduction_7 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
42 |
Fail |
|
|
| balanced_arithmetic_tree_large_hoisted |
regalloc |
0 |
0 |
230 |
0 |
N/A |
177 |
Fail |
|
|
| balanced_arithmetic_tree_small |
regalloc |
0 |
0 |
0 |
0 |
4 |
4 + 5% |
Pass |
|
|
| array_complex_reduction_10 |
regalloc |
0 |
0 |
230 |
0 |
N/A |
81 |
Fail |
|
Error in /tmp/tmpnonhwqaj.asm line 791 column 6: "null": operand is of incorrect type
Error in /tmp/tmpnonhwqaj.asm line 808 column 6: "null": operand is of incorrect type
Error in /tmp/tmpnonhwqaj.asm line 825 column 6: "null": operand is of incorrect type
Error in /tmp/tmpnonhwqaj.asm line 842 column 6: "null": operand is of incorrect type
Processing terminated due to errors.
|