Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Millar (0.32 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheUnsupportedTypesIntegrationTest.groovy

                )
                withProblemsWithStackTraceCount(0)
            }
    
            and:
            outputContains("this.reference = JavaRecord[value=null, filler=101]")
            outputContains("bean.reference = JavaRecord[value=null, filler=202]")
    
            when:
            configurationCacheRunLenient "broken"
    
            then:
            problems.assertResultHasProblems(result) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/debug_test.go

    	substitutions := ""
    	if slashIndex != -1 {
    		substitutions = v[slashIndex:]
    		v = v[:slashIndex]
    	}
    	response := printer(v)
    	// expect something like "$1 = ..."
    	dollar := strings.Index(response, "$")
    	cr := strings.Index(response, "\n")
    
    	if dollar == -1 { // some not entirely expected response, whine and carry on.
    		if cr == -1 {
    			response = strings.TrimSpace(response) // discards trailing newline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:11:47 UTC 2024
    - 28.6K bytes
    - Viewed (0)
Back to top