Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLockOSThreadAvoidsStatePropagation (0.33 sec)

  1. src/runtime/proc_test.go

    		t.Errorf("want %q, got %q", want, output)
    	}
    
    	output = runTestProg(t, prog, "LockOSThreadAlt")
    	if output != want {
    		t.Errorf("want %q, got %q", want, output)
    	}
    }
    
    func TestLockOSThreadAvoidsStatePropagation(t *testing.T) {
    	want := "OK\n"
    	skip := "unshare not permitted\n"
    	output := runTestProg(t, "testprog", "LockOSThreadAvoidsStatePropagation", "GOMAXPROCS=1")
    	if output == skip {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.8K bytes
    - Viewed (0)
Back to top