Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for NoRace (0.23 sec)

  1. src/internal/race/norace.go

    Dmitri Shuralyov <******@****.***> 1697570373 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 603 bytes
    - Viewed (0)
  2. src/runtime/race/race_test.go

    // the name of the testcase and returns the result of this
    // comparison.
    func processLog(testName string, tsanLog []string) string {
    	if !strings.HasPrefix(testName, "Race") && !strings.HasPrefix(testName, "NoRace") {
    		return ""
    	}
    	gotRace := false
    	for _, s := range tsanLog {
    		if strings.Contains(s, "DATA RACE") {
    			gotRace = true
    			break
    		}
    	}
    
    	failing := strings.Contains(testName, "Failing")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 6K bytes
    - Viewed (0)
  3. src/runtime/traceback_test.go

    //
    //go:nosplit
    //go:noinline
    func testTracebackArgs10(a, b, c, d, e int32) int {
    	// no use of any args
    	return runtime.Stack(testTracebackArgsBuf[:], false)
    }
    
    // norace to avoid race instrumentation changing spill locations.
    // nosplit to avoid preemption or morestack spilling registers.
    //
    //go:norace
    //go:nosplit
    //go:noinline
    func testTracebackArgs11a(a, b, c int32) int {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 22.9K bytes
    - Viewed (0)
  4. src/testing/testing_test.go

    		c1 := make(chan bool, 1)
    		t.Run("sub", func(t *testing.T) {
    			t.Run("subsub1", func(t *testing.T) {
    				t.Parallel()
    				doRace()
    				c1 <- true
    			})
    			t.Run("subsub2", func(t *testing.T) {
    				t.Parallel()
    				doRace()
    				<-c1
    			})
    		})
    		doRace()
    		return
    	}
    
    	out := runTest(t, "TestRaceSubReports")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 19:10:41 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  5. buildscripts/race.sh

    #!/usr/bin/env bash
    
    set -e
    
    export GORACE="history_size=7"
    export MINIO_API_REQUESTS_MAX=10000
    
    for d in $(go list ./...); do
    	CGO_ENABLED=1 go test -v -race --timeout 100m "$d"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 26 05:07:25 UTC 2023
    - 184 bytes
    - Viewed (0)
  6. src/runtime/race/output_test.go

    			if strings.HasPrefix(env, "GODEBUG=") ||
    				strings.HasPrefix(env, "GOMAXPROCS=") ||
    				strings.HasPrefix(env, "GORACE=") {
    				continue
    			}
    			cmd.Env = append(cmd.Env, env)
    		}
    		cmd.Env = append(cmd.Env,
    			"GOMAXPROCS=1", // see comment in race_test.go
    			"GORACE="+test.gorace,
    		)
    		got, _ := cmd.CombinedOutput()
    		matched := false
    		for _, re := range test.re {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 20:44:25 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  7. Makefile

    	@MINIO_API_REQUESTS_MAX=10000 CGO_ENABLED=0 go test -tags kqueue,dev -v -run TestIAM* ./cmd
    	@echo "Running tests for IAM (external IDP, etcd backends) with -race"
    	@MINIO_API_REQUESTS_MAX=10000 GORACE=history_size=7 CGO_ENABLED=1 go test -race -tags kqueue,dev -v -run TestIAM* ./cmd
    
    test-iam-ldap-upgrade-import: install-race ## verify IAM (external LDAP IDP)
    	@echo "Running upgrade tests for IAM (LDAP backend)"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:41:02 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    	s.hasdefer = fn.HasDefer()
    	if fn.Pragma&ir.CgoUnsafeArgs != 0 {
    		s.cgoUnsafeArgs = true
    	}
    	s.checkPtrEnabled = ir.ShouldCheckPtr(fn, 1)
    
    	if base.Flag.Cfg.Instrumenting && fn.Pragma&ir.Norace == 0 && !fn.Linksym().ABIWrapper() {
    		if !base.Flag.Race || !objabi.LookupPkgSpecial(fn.Sym().Pkg.Path).NoRaceFunc {
    			s.instrumentMemory = true
    		}
    		if base.Flag.Race {
    			s.instrumentEnterExit = true
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  9. src/runtime/extern.go

    that can be blocked in system calls on behalf of Go code; those do not count against
    the GOMAXPROCS limit. This package's [GOMAXPROCS] function queries and changes
    the limit.
    
    The GORACE variable configures the race detector, for programs built using -race.
    See the [Race Detector article] for details.
    
    The GOTRACEBACK variable controls the amount of output generated when a Go
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/adminlte.min.css.map

    A,EAAA,EAAA,EAAA,IAAA,qBAIJ,wDACE,iBAAA,QAEA,+DACE,iBAAA,QAIJ,oDACE,iBAAA,QAEA,2DACE,iBAAA,QAIJ,6CACE,iBAAA,QAEA,oDACE,iBAAA,QApCJ,wCACE,QAAA,EAEA,8DACE,WAAA,EAAA,EAAA,EAAA,IAAA,IAAA,CAAA,EAAA,EAAA,EAAA,IAAA,qBAGF,0DACE,WAAA,EAAA,EAAA,EAAA,IAAA,IAAA,CAAA,EAAA,EAAA,EAAA,IAAA,qBAGF,mDACE,WAAA,EAAA,EAAA,EAAA,IAAA,IAAA,CAAA,EAAA,EAAA,EAAA,IAAA,qBAIJ,wDACE,iBAAA,QAEA,+DACE,iBAAA,QAIJ,oDACE,iBAAA,QAEA,2DACE,iBAAA,QAIJ,6CACE,iBAAA,QAEA,oDACE,iBAAA,QApCJ,sCACE,QAAA,EAEA,4DACE,WAAA,EAAA,EAAA,EAAA,IAAA,IA...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 2M bytes
    - Viewed (0)
Back to top