Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for issue31093F (0.19 sec)

  1. src/cmd/cgo/internal/test/test.go

    	if d[0] != 'c' {
    		t.Errorf("&d[0] failed: got %c, want %c", d[0], 'c')
    	}
    }
    
    // issue 31093
    // No runtime test; just make sure it compiles.
    
    func Issue31093() {
    	C.issue31093F(C.ushort(0))
    }
    
    // issue 32579
    
    func test32579(t *testing.T) {
    	var s [1]C.struct_S32579
    	C.memset(unsafe.Pointer(&s[0].data[0]), 1, 1)
    	if s[0].data[0] != 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. test/fixedbugs/issue38093.go

    Dmitri Shuralyov <******@****.***> 1697569678 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 861 bytes
    - Viewed (0)
  3. src/cmd/compile/internal/syntax/testdata/issue31092.go

    Robert Griesemer <******@****.***> 1698771000 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 01 12:49:49 UTC 2023
    - 529 bytes
    - Viewed (0)
  4. test/fixedbugs/issue31053.go

    Emmanuel T Odeke <******@****.***> 1571292805 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 08 20:44:01 UTC 2020
    - 194 bytes
    - Viewed (0)
  5. src/cmd/internal/testdir/testdir_test.go

    	"fixedbugs/issue20233.go", // types2 reports two instead of one error (preference: 1.17 compiler)
    	"fixedbugs/issue20245.go", // types2 reports two instead of one error (preference: 1.17 compiler)
    	"fixedbugs/issue31053.go", // types2 reports "unknown field" instead of "cannot refer to unexported field"
    	"fixedbugs/notinheap.go",  // types2 doesn't report errors about conversions that are invalid due to //go:notinheap
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top