Add memory leak deductions to asst3.2
This commit is contained in:
parent
388e6388a9
commit
26b75349bd
@ -40,6 +40,7 @@ tests:
|
|||||||
- id: vm/palin.t
|
- id: vm/palin.t
|
||||||
points: 5
|
points: 5
|
||||||
- id: vm/matmult.t
|
- id: vm/matmult.t
|
||||||
|
mem_leak_points: 2
|
||||||
points: 5
|
points: 5
|
||||||
- id: vm/ctest.t
|
- id: vm/ctest.t
|
||||||
points: 5
|
points: 5
|
||||||
@ -49,6 +50,7 @@ tests:
|
|||||||
# Concurrent VM (40 points)
|
# Concurrent VM (40 points)
|
||||||
- id: vm/bigfork.t
|
- id: vm/bigfork.t
|
||||||
points: 8
|
points: 8
|
||||||
|
mem_leak_points: 2
|
||||||
- id: vm/parallelvm.t
|
- id: vm/parallelvm.t
|
||||||
points: 8
|
points: 8
|
||||||
- id: vm/quintsort.t
|
- id: vm/quintsort.t
|
||||||
@ -61,6 +63,7 @@ tests:
|
|||||||
# Heap (10 points)
|
# Heap (10 points)
|
||||||
- id: vm/sbrktest.t
|
- id: vm/sbrktest.t
|
||||||
points: 8
|
points: 8
|
||||||
|
mem_leak_points: 2
|
||||||
- id: vm/sbrk-badcall.t
|
- id: vm/sbrk-badcall.t
|
||||||
points: 2
|
points: 2
|
||||||
|
|
||||||
@ -69,5 +72,6 @@ tests:
|
|||||||
points: 5
|
points: 5
|
||||||
- id: vm/stability/vm-stability.t
|
- id: vm/stability/vm-stability.t
|
||||||
points: 10
|
points: 10
|
||||||
|
mem_leak_points: 2
|
||||||
- id: vm/stability/forkbomb.t
|
- id: vm/stability/forkbomb.t
|
||||||
points: 5
|
points: 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user