Saturday, February 11, 2012

PA2 is a Disaster

Time runs short for me to figure out what to do about PA2.  Right now, it's somewhat of a catastrophe.  Here's what's going on with the unit tests:

FileStatus
align_basic_tests.cpp Access violation on Mem::setTrackingBlockHead(gTrackHead->gNext);
memory_test.cpp No problems. All tests pass.
StressTest_Alignment.cpp currAllocIndex tests fail. For some perplexing reason, several lines are skipped entirely because the debugger says they contain no executable statements.
StressTest_fixed.cpp Not attempted.
StressTest_Heap.cpp currAllocIndex tests fail. Seems to be the exact same problem as StressTest_Alignment.cpp
StressTest_Tracking.cpp currAllocIndex tests fail. Seems to be the exact same problem as StressTest_Alignment.cpp and StressTest_Heap.cpp
tracking_tests_global.cppcurrNumAlloc tests fail
tracking_tests_heap.cpp currNumAlloc tests fail

So this is where I will begin tomorrow, with sincere hopes of having it all worked out by Monday's deadline!

No comments:

Post a Comment