delve icon indicating copy to clipboard operation
delve copied to clipboard

First stab at support for Solaris/illumos.

Open andy-js opened this issue 4 years ago • 3 comments
trafficstars

This is my first stab at porting the delve debugger to Solaris/illumos. This has been tested on OmniOSce LTS.

There are a few test failures which I haven't yet been able to find fixes for, though I have hacks which do allow the tests to pass (which aren't included) that may provide some idea where the problems are. Those tests are:

andy@omnios-lts:~/delve$ grep FAIL: test.log 
--- FAIL: TestGetG (0.15s)
--- FAIL: TestCgoStacktrace (0.58s)
--- FAIL: TestIssue1034 (0.06s)
--- FAIL: TestIssue1601 (0.43s)
--- FAIL: TestVariablesWithExternalLinking (0.58s)
--- FAIL: TestScopesAndVariablesRequests2 (0.80s)
--- FAIL: TestEvaluateRequest (0.28s)
--- FAIL: TestCgoEval (0.58s)

Everything else passes, though I did disable a bunch of tests which are also disabled on FreeBSD.

andy-js avatar Sep 20 '21 15:09 andy-js

See https://github.com/go-delve/delve/blob/master/Documentation/internal/portnotes.md

aarzilli avatar Sep 20 '21 15:09 aarzilli

I can't figure out what the DeepSource issues are. When I follow the links I just end up on a blank page.

andy-js avatar Sep 20 '21 16:09 andy-js

Don't worry about DeepSource. See the document I linked above for things to worry about.

aarzilli avatar Sep 20 '21 17:09 aarzilli

Closing due to inactivity. Please reopen if you would still like to work on this.

derekparker avatar Nov 16 '22 17:11 derekparker