Test name | Component | Compiler exit code | Expected compiler exit code | Compiled program exit code | Expected compiled program exit code | Memory accesses | Max memory accesses | Result |
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 |
250 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
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 |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
int |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
single_comment |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
multi_comment |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
nested_comments |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
escape_codes_1 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
most_chars |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
no_main |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
minimal |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
just_main |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
identifiers |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
includes |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
empty |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
while_loop_1 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
while_loop_2 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
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 |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
function_application_3 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
function_application_4 |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
function_application_5 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
count_to_n |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
declarations |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
missing_declarations |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
double_declarations |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
reserved_keyword_as_identifier |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
program_ends_with_single_comment |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
empty_functions_1 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
empty_functions_2 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
empty_comparison |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
else_if |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetic_1 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetic_2 |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
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 |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
all_syntax_categories_with_spaces |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
all_syntax_categories_compact |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
type_error |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
identifier_missing_type |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
nested_conditional_statements |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
empty_conditional |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
if_empty_body |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
statements_as_expressions |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
deep_body_nesting |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
variable_initialization |
parser |
245 |
245 |
N/A |
N/A |
N/A |
N/A |
Pass |
returning_multiple_times |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
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 |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
struct_declaration |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
ternary_comparison |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
pointer_pointer |
parser |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
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 exit code | Expected compiled program exit code | Memory accesses | Max memory accesses | Result |
fibonacci |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics_plus |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics_plus_mul |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics_parentheses |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics_modulo |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics_division |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
unary_operator_1 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
unary_operator_2 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
function_call_1 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
function_call_2 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
return_1 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
return_2 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
return_3 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
return_4 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
nested_blocks_1 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
nested_blocks_2 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
blocks_in_sequence |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
assignment_1 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
assignment_2 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
print_s |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
read_c_1 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
read_c_2 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
read_i_1 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
read_i_2 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
print_c |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
print_i |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
while_loop |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
while_forever |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
if |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
if_else |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
if_else_if_else |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
if_if_else |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
procedure_declaration_1 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
procedure_declaration_2 |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
procedure_declarations |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_variable_declaration |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_variable_declarations |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
local_variable_declaration |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
local_variable_declarations |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
includes |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
minimal |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
struct_use |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
strliteral |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
pointers_and_arrays_and_structs |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
struct_decl |
ast |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
minimal |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_declaration_1 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
duplicate_global_declarations_1 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
duplicate_global_declarations_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
many_duplicate_global_declarations |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_shadowing_1 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_shadowing_2 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_shadowing_3 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_shadowing_4 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_shadowing_5 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
local_shadowing_1 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
local_shadowing_2 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
mutual_recursion |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
undeclared_function_1 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
undeclared_function_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
undeclared_parameter |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
print_s |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
print_i |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
print_c |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
read_i |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
read_c |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_variable_assignment_1 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
global_variable_assignment_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
local_variable_assignment_1 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
local_variable_assignment_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
void_variable |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
main_return_1 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
main_return_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
arity_mismatch_1 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
arity_mismatch_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
function_returns_1 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
function_returns_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics_1 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
arithmetics_3 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
function_call_1 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
function_call_2 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
conditional_1 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
conditional_2 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
conditional_3 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
conditional_4 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
shadowing_6 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
shadowing_7 |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
shadowing_12 |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
valid_lvalues |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
invalid_lvalue |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
struct_delc |
sem |
245 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
struct_delc_and_use |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
struct_nesting |
sem |
245 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
Test name | Component | Compiler exit code | Expected compiler exit code | Compiled program exit code | Expected compiled program exit code | Memory accesses | Max memory accesses | Result |
array_complex_reduction_8 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
arithmetic_chain_short_hoisted |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
balanced_arithmetic_tree_large |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
arithmetic_chains_long |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
balanced_addition_tree_small_hoisted |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_simple_reduction_1 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_complex_reduction_2 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_complex_reduction_3 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
balanced_arithmetic_tree_small_hoisted |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_complex_reduction_12 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
arithmetic_chains_short_hoisted |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
arithmetic_chain_long_hoisted |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_simple_reduction_4 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
balanced_addition_tree_large_hoisted |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_complex_reduction_4 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_complex_reduction_6 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
addition_chain_long |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
arithmetic_chains_short |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_multiplication_table_sum |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
array_simple_reduction_2 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
hello_world |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
int_literals |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
nested_whiles |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
shadowing |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
arithmetics |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
character_comparison |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
branching_1 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
branching_2 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
branching_3 |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
count_down_from_n |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
count_to_n |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
global_variable |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
function_call |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
read_c |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
read_i |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
struct access |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
funcall with struct |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
cashmachine |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
dec2bin |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
fibonacci |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
factorial |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
is_leap_year |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
is_palindromic |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
is_prime |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
pascals_triangle |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
tictactoe |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
towers_of_hanoi |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
binary_search |
regalloc |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
Test name | Component | Compiler exit code | Expected compiler exit code | Compiled program exit code | Expected compiled program exit code | Memory accesses | Max memory accesses | Result |
class_declaration_1 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_declaration_2 |
sem |
1 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_declaration_3 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_declaration_4 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_declaration_5 |
sem |
1 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_instantiation_1 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_instantiation_2 |
sem |
1 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_instantiation_3 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
field_access_1 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
field_access_2 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
field_access_3 |
sem |
1 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
field_access_4 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_function_call_1 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_function_call_2 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_function_call_3 |
sem |
1 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_function_call_4 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_type_casting_1 |
sem |
1 |
0 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_type_casting_2 |
sem |
1 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_type_casting_3 |
sem |
1 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
class_type_casting_4 |
sem |
1 |
240 |
N/A |
N/A |
N/A |
N/A |
Fail |
simple_class |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_polymorphism |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_polymorphism_typecast |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_inheritance1 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_inheritance2 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_reference1 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_reference2 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_reference3 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_reference4 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_function_call1 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_function_call2 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_function_call_reference |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_function_call_typecast |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_function_call_poly |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_inheritance_field |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_inheritance_function |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_shadow_field |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_fields1 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_fields2 |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |
class_code_gen_function_inherited |
gen |
1 |
0 |
0 |
0 |
N/A |
N/A |
Fail |