Mark memory limit exceeded test as TODO
[gruntmaster-daemon.git] / t / problems / aplusb / tests / mle / meta.yml
1 test_name: Memory Limit Exceeded
2 test_description: A program which uses up a lot of memory
3 todo: Memory limits are broken with sudo
4 problem: aplusb
5 expected_result: 10
6 expected_result_text: 0 points
7 expected_results:
8 - id: 1
9 result: 5
10 result_text: Crash (SIGKILL)
11 - id: 2
12 result: 5
13 result_text: Crash (SIGKILL)
14 - id: 3
15 result: 5
16 result_text: Crash (SIGKILL)
17 - id: 4
18 result: 5
19 result_text: Crash (SIGKILL)
20 - id: 5
21 result: 5
22 result_text: Crash (SIGKILL)
23 - id: 6
24 result: 5
25 result_text: Crash (SIGKILL)
26 files:
27 prog:
28 format: C
29 name: prog.c
This page took 0.022162 seconds and 4 git commands to generate.