Tagged Questions
The icarus tag has no wiki summary.
6
votes
1answer
154 views
MbUnit Icarus self-destructs on this test
I'm trying to test a multi-threaded IO class using MbUnit. My goal is to have the test fixture constructor execute 3 times, once for each row on the class. Then, for each instance, execute the tests ...
5
votes
3answers
1k views
Gallio Icarus vs. Testdriven.net
What are the differences between using a VS integrated tool like Testdriven.net or using a GUI test runner like Icarus or NUnit GUI?
What do you prefer and why?
So far i've found that reports are ...
3
votes
2answers
275 views
Simple Verilog VPI module to open audio files
I would like to write a VPI/PLI interface which will open audio files (i.e. wav, aiff, etc)
and present the data to Verilog simulator. I am using Icarus at the moment and wish to
use libsndfile to ...
2
votes
1answer
43 views
How can I output a value to a register with a Verilog task?
My understanding of Verilog tasks is that they act like subroutines and are able to accept both input and output parameters. Using $display, I can peek at the values of my register variables along the ...
1
vote
0answers
108 views
gallio icarus debug - no source files hown
using gallio icarus v 3.2 build 676
when I click debug it opens visual studio 2010
however, I dont get any source code for my tests
I do get debug info in the execution log and can view source in ...
0
votes
0answers
33 views
turning off the Gallio Debug log
I am wondering if the is anyway of not having the debug information show up in Gallio Icarus?
Is this a configuration I can turn on or off? Is there somewhere programmically that I turn it off ...
0
votes
1answer
77 views
Extension to icarus
Is it possible to make an extension to icarus that listens to the events from the test run and handles the result on to ie. growl.
I have been searching the internets and could not find a way to do ...
0
votes
1answer
268 views
Could not attach debugger to host using Gallio Icarus 3.2 Build 517 and VS 2010
I installed the Gallio bundle Version 3.2 Build 517 in order to use MBUnit. My tests are running fine when I try run them through the Icarus test runner, but when I hit the debug button on the test ...
0
votes
1answer
475 views
Tests run in Gallio / MbUnit fail; unable to load Castle DynamicProxy
I have a .NET 3.5 assembly covered by around 4000 MbUnit tests. I hve been running these using the mbunit.cons.exe program with no trouble.
Now I am trying to switch to Gallio (mbunit.cons.exe ...