Microsoft (R) Test Execution Command Line Tool Version 10.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Loading C:\Product\Development\Reval\HedgeRx\Dev\Components\RevalAnalytics\AnalyticsW\RegressionTestList.vsmdi...
Then, it seemed to run for another minute or so, and drmemory seemed to complete normally. But that was too fast, and I didn't seen any errors on my test run. There were no indication of MSTest completed either.
Does Dr. Memory work with MSTest?
Thanks,
Choiwah
Then, it seemed to run for another minute or so, and drmemory seemed to complete normally. But that was too fast, and I didn't seen any errors on my test run. There were no indication of MSTest completed either.
Does Dr. Memory work with MSTest?
I posted a repy to this thread, but it seems to be lost in the twilight zone. I'll reply again.
-debug -pause_at_assert:I ran it twice, both times stopped with a popup. But the error messages were different. The second time:ASSERT FAILURE (thread 7716): d:\derek\drmemory\withwiki\trunk\drmemory\syscall_windows.c:1267: size <= 2*(...... ) + PORT_MAXIMUM_LENGTH)(PORT_MESSAGE size much larger than expected)On clicking okay:ASSERT Failure (thread 7928): d\derek\drmemory\withwiki\trunk\drmemory\replace:720: false (failed to un-replace) <-- This message was the first message seen in the other run.
Results.txt popped up, but it did not contain the usual ending summary. I think Dr. Memory aborted somewhere.
-leaks_only -no_count_leaks -no_treack_allocsThis seems to work! Execution completed and I saw the usual MSTest messages as it ran. But the results.txt file popped up stated no errors were found, which is too good to be true.