Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSymbolNameMangle (0.27 sec)

  1. src/cmd/cgo/internal/testplugin/plugin_test.go

    			if ee, ok := err.(*exec.ExitError); ok && len(ee.Stderr) > 0 {
    				t.Logf("stderr:\n%s", ee.Stderr)
    			}
    			t.Errorf("running command failed: %v", err)
    			break
    		}
    	}
    }
    
    func TestSymbolNameMangle(t *testing.T) {
    	// Issue 58800: generic function name may contain weird characters
    	// that confuse the external linker.
    	// Issue 62098: the name mangling code doesn't handle some string
    	// symbols correctly.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top