From 26b75349bd518ffc563a60c51e7f17f90e7c1737 Mon Sep 17 00:00:00 2001 From: Scott Haseley Date: Fri, 8 Apr 2016 15:49:20 -0400 Subject: [PATCH] Add memory leak deductions to asst3.2 --- test161/targets/asst3.tt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test161/targets/asst3.tt b/test161/targets/asst3.tt index ec883e8..ad3ff57 100644 --- a/test161/targets/asst3.tt +++ b/test161/targets/asst3.tt @@ -40,6 +40,7 @@ tests: - id: vm/palin.t points: 5 - id: vm/matmult.t + mem_leak_points: 2 points: 5 - id: vm/ctest.t points: 5 @@ -49,6 +50,7 @@ tests: # Concurrent VM (40 points) - id: vm/bigfork.t points: 8 + mem_leak_points: 2 - id: vm/parallelvm.t points: 8 - id: vm/quintsort.t @@ -61,6 +63,7 @@ tests: # Heap (10 points) - id: vm/sbrktest.t points: 8 + mem_leak_points: 2 - id: vm/sbrk-badcall.t points: 2 @@ -69,5 +72,6 @@ tests: points: 5 - id: vm/stability/vm-stability.t points: 10 + mem_leak_points: 2 - id: vm/stability/forkbomb.t points: 5