Skip to content

added UpdatePc tests #11

added UpdatePc tests

added UpdatePc tests #11

Triggered via pull request September 26, 2023 09:09
@mmk-1mmk-1
synchronize #61
mmk-1:main
Status Failure
Total duration 17s
Artifacts

unit-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: pkg/vm/vm_test.go#L430
cannot use 3 (untyped int constant) as *memory.MemoryAddress value in assignment
build: pkg/vm/vm_test.go#L446
cannot use 3 (untyped int constant) as *memory.MemoryAddress value in assignment
build: pkg/vm/vm_test.go#L456
invalid operation: vm.Context.Pc + relAddr (mismatched types *memory.MemoryAddress and uint64)
build: pkg/vm/vm_test.go#L462
cannot use 11 (untyped int constant) as *memory.MemoryAddress value in assignment
build: pkg/vm/vm_test.go#L481
invalid operation: vm.Context.Pc + relAddr (mismatched types *memory.MemoryAddress and uint64)
build: pkg/vm/vm_test.go#L487
cannot use 11 (untyped int constant) as *memory.MemoryAddress value in assignment
build: pkg/vm/vm_test.go#L500
invalid operation: vm.Context.Pc + 1 (mismatched types *memory.MemoryAddress and untyped int)
build: pkg/vm/vm_test.go#L506
cannot use 9 (untyped int constant) as *memory.MemoryAddress value in assignment
build: pkg/vm/vm_test.go#L519
invalid operation: vm.Context.Pc + 2 (mismatched types *memory.MemoryAddress and untyped int)
build
Process completed with exit code 2.