Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDynlink (0.39 sec)

  1. src/cmd/internal/obj/x86/obj6_test.go

    				t.Fatalf("unexpected marker %d", mark)
    			}
    		} else if mark != -1 {
    			td.marker_to_output[mark] = append(td.marker_to_output[mark], n)
    		}
    	}
    }
    
    func TestDynlink(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	if os.Getenv("GOHOSTARCH") != "" {
    		// TODO: make this work? It was failing due to the
    		// GOARCH= filtering above and skipping is easiest for
    		// now.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:21:30 UTC 2022
    - 4.5K bytes
    - Viewed (0)
Back to top