@@ -614,9 +614,6 @@ func TestInlinedRoutineRecords(t *testing.T) {
614
614
if runtime .GOOS == "plan9" {
615
615
t .Skip ("skipping on plan9; no DWARF symbol table in executables" )
616
616
}
617
- if runtime .GOOS == "solaris" || runtime .GOOS == "illumos" {
618
- t .Skip ("skipping on solaris, illumos, pending resolution of issue #23168" )
619
- }
620
617
621
618
t .Parallel ()
622
619
@@ -851,9 +848,6 @@ func TestAbstractOriginSanity(t *testing.T) {
851
848
if runtime .GOOS == "plan9" {
852
849
t .Skip ("skipping on plan9; no DWARF symbol table in executables" )
853
850
}
854
- if runtime .GOOS == "solaris" || runtime .GOOS == "illumos" {
855
- t .Skip ("skipping on solaris, illumos, pending resolution of issue #23168" )
856
- }
857
851
858
852
if wd , err := os .Getwd (); err == nil {
859
853
gopathdir := filepath .Join (wd , "testdata" , "httptest" )
@@ -869,9 +863,6 @@ func TestAbstractOriginSanityIssue25459(t *testing.T) {
869
863
if runtime .GOOS == "plan9" {
870
864
t .Skip ("skipping on plan9; no DWARF symbol table in executables" )
871
865
}
872
- if runtime .GOOS == "solaris" || runtime .GOOS == "illumos" {
873
- t .Skip ("skipping on solaris, illumos, pending resolution of issue #23168" )
874
- }
875
866
if runtime .GOARCH != "amd64" && runtime .GOARCH != "386" {
876
867
t .Skip ("skipping on not-amd64 not-386; location lists not supported" )
877
868
}
@@ -890,9 +881,6 @@ func TestAbstractOriginSanityIssue26237(t *testing.T) {
890
881
if runtime .GOOS == "plan9" {
891
882
t .Skip ("skipping on plan9; no DWARF symbol table in executables" )
892
883
}
893
- if runtime .GOOS == "solaris" || runtime .GOOS == "illumos" {
894
- t .Skip ("skipping on solaris, illumos, pending resolution of issue #23168" )
895
- }
896
884
if wd , err := os .Getwd (); err == nil {
897
885
gopathdir := filepath .Join (wd , "testdata" , "issue26237" )
898
886
abstractOriginSanity (t , gopathdir , DefaultOpt )
0 commit comments