Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDLLPreloadMitigation (0.29 sec)

  1. src/runtime/syscall_windows_test.go

    		t.Fatal(err)
    	}
    	if newmask != mask {
    		t.Fatalf("SetProcessAffinityMask didn't set newmask of 0x%x. Current mask is 0x%x.", newmask, mask)
    	}
    }
    
    // See Issue 14959
    func TestDLLPreloadMitigation(t *testing.T) {
    	if _, err := exec.LookPath("gcc"); err != nil {
    		t.Skip("skipping test: gcc is missing")
    	}
    
    	tmpdir := t.TempDir()
    
    	dir0, err := os.Getwd()
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
Back to top