Kaleb Barrett

Results 630 comments of Kaleb Barrett

So I added a print at line 112 above and it started working. Seems like it's a gmake bug... Also tried with other simulators and see the same problem.

I've mentioned [this](https://github.com/RyanKung/assign) before. Because we start the user, we can easily enforce it's loading. ```python dut.signal = 4 ```

We have recently deprecated the `__setattr__` and `

> A runnable example is shown in the git issue Could you adapt that example as a test in the regression?

What do pytest tests marked with `pytest.mark.parameterize` output in XML? Is there a some standard output for test parameterization in xUnit?

Changing this would change the test name and break people using `TestFactory` and `TESTCASE` together. Still I see no reason to not change it.

Using pytest style test names would also not work easily because test arguments are passed by kwargs and not by position. We could add code to figure out argument position,...

Also, if we change how tests are named, the `prefix` and `postfix` arguments to `generate_tests` can be deprecated as they will serve no purpose where test names will no longer...

#2566 has been reverted, so this still needs to be resolved.

@devnow Have you tried cmd.exe or another terminal emulator to see if ti fails there as well? Can you run the good test with `COCOTB_LOG_LEVEL=DEBUG` and see if you are...