Skip to content
#

verification

Here are 825 public repositories matching this topic...

mockk
bio007
bio007 commented Dec 3, 2020

I'm mocking simple function returning UInt but after that method is executed in the test it crashes with java.lang.ClassCastException.

every { calculator.compute(any()) } returns 23859762u

Expected Behavior

No crash, mocked function returns unsigned number result.

Current Behavior

Exception `java.lang.ClassCastException: kotlin.UInt cannot be cast to java.lang.In

mtzguido
mtzguido commented Oct 8, 2018

This is very low prio, but it usually happens that when touching Prims or some other file high in the dependency graph, we get spurious diffs in many other files. Since we check-in the snapshot, and we need to have it up-to-date, we get very verbose commits when nothing relevant changed. Plus, when something did change, it's hard to spot.

Example: I removed a few lines in prims and get things

immudb
vchaindz
vchaindz commented Apr 23, 2021

What happened
immuclient supports to query by transaction id
immuclient tx #

But the error messages are not clear or when the transactions id is invalid:
immuclient tx 0 returns illegal arguments, immuclient tx -0 tries to map it with a flag unknown shorthand flag

What you expected to happen
better error message would be `invalid TXid - transaction id range start with 1

curiousengineer
curiousengineer commented Dec 1, 2020

Here is the problem:

$ make compile
Traceback (most recent call last):
File "C:\My_Designs\probe_fpga_design_1\run.py", line 336, in
main()
File "C:\My_Designs\probe_fpga_design_1\run.py", line 181, in main
vu.add_osvvm()
File "c:\my_designs\probe_fpga_design_1\deps\vunit\vunit\ui_init_.py", line 1030, in add_osvvm
self.builtins.add("osvvm")
File "c:\my

Improve this page

Add a description, image, and links to the verification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the verification topic, visit your repo's landing page and select "manage topics."

Learn more