Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRaiseException (0.12 sec)

  1. src/runtime/syscall_windows_test.go

    func TestOutputDebugString(t *testing.T) {
    	d := GetDLL(t, "kernel32.dll")
    	p := syscall.StringToUTF16Ptr("testing OutputDebugString")
    	d.Proc("OutputDebugStringW").Call(uintptr(unsafe.Pointer(p)))
    }
    
    func TestRaiseException(t *testing.T) {
    	if strings.HasPrefix(testenv.Builder(), "windows-amd64-2012") {
    		testenv.SkipFlaky(t, 49681)
    	}
    	o := runTestProg(t, "testprog", "RaiseException")
    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