Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 9,335 for whave (0.15 sec)

  1. platforms/software/testing-base/src/main/java/org/gradle/api/tasks/testing/TestListener.java

     * limitations under the License.
     */
    
    package org.gradle.api.tasks.testing;
    
    // todo: consider multithreading/multiprocess issues
    // Teamcity has the concept of a "wave" of messages
    // where each thread/process uses a unique wave id
    
    import org.gradle.internal.DeprecatedInGradleScope;
    import org.gradle.internal.service.scopes.EventScope;
    import org.gradle.internal.service.scopes.Scope;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/goroot_executable.txt

    		os.Exit(1)
    	}
    	want, err = filepath.EvalSymlinks(want)
    	if err != nil {
    		fmt.Fprintln(os.Stderr, err)
    		os.Exit(1)
    	}
    	if !strings.EqualFold(goroot, want) {
    		fmt.Fprintf(os.Stderr, "go env GOROOT:\nhave %s\nwant %s\n", goroot, want)
    		os.Exit(1)
    	}
    	fmt.Fprintf(os.Stderr, "go env GOROOT: %s\n", goroot)
    
    }
    -- check_runtime_goroot.go --
    package main
    
    import (
    	"fmt"
    	"os"
    	"path/filepath"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. src/internal/types/testdata/check/issues0.go

    	i1 = i2 /* ERRORx `.* i2 .* as I1 .*: I2 does not implement I1 \(wrong type for method foo\)\n\t\thave foo\(int\)\n\t\twant foo\(\)` */
    	i1 = t2 /* ERRORx `.* t2 .* as I1 .*: \*T2 does not implement I1 \(wrong type for method foo\)\n\t\thave foo\(int\)\n\t\twant foo\(\)` */
    	i2 = i1 /* ERRORx `.* i1 .* as I2 .*: I1 does not implement I2 \(wrong type for method foo\)\n\t\thave foo\(\)\n\t\twant foo\(int\)` */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 18:13:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. src/hash/test_cases.txt

    I wouldn't marry him with a ten foot pole.
    Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave
    The days of the digital watch are numbered.  -Tom Stoppard
    Nepal premier won't resign.
    For every action there is an equal and opposite government program.
    His money is twice tainted: 'taint yours and 'taint mine.
    There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/lookup.go

    						}
    						obj = f
    						indirect = e.indirect
    						continue // we can't have a matching interface method
    					}
    					// Collect embedded struct fields for searching the next
    					// lower depth, but only if we have not seen a match yet
    					// (if we have a match it is either the desired field or
    					// we have a name collision on the same depth; in either
    					// case we don't need to look further).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 22 19:32:17 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  6. src/go/types/lookup.go

    						}
    						obj = f
    						indirect = e.indirect
    						continue // we can't have a matching interface method
    					}
    					// Collect embedded struct fields for searching the next
    					// lower depth, but only if we have not seen a match yet
    					// (if we have a match it is either the desired field or
    					// we have a name collision on the same depth; in either
    					// case we don't need to look further).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_capability_conflict.adoc

    [NOTE]
    ====
    At this stage, Gradle will _only_ make more builds fail.
    It will **not** automatically fix the problem for you, but it helps you realize that you have a problem.
    It is recommended to write such rules in _plugins_ which are then applied to your builds.
    Then, users _have to_ express their preferences, if possible, or fix the problem of having incompatible things on the classpath, as explained in the following section.
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/goroot_executable_trimpath.txt

    		os.Exit(1)
    	}
    	want, err = filepath.EvalSymlinks(want)
    	if err != nil {
    		fmt.Fprintln(os.Stderr, err)
    		os.Exit(1)
    	}
    	if !strings.EqualFold(goroot, want) {
    		fmt.Fprintf(os.Stderr, "go env GOROOT:\nhave %s\nwant %s\n", goroot, want)
    		os.Exit(1)
    	}
    	fmt.Fprintf(os.Stderr, "go env GOROOT: %s\n", goroot)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. src/debug/pe/file_test.go

    				t.Errorf("open %s, section %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
    			}
    		}
    		tn := len(tt.sections)
    		fn := len(f.Sections)
    		if tn != fn {
    			t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
    		}
    		for i, have := range f.Symbols {
    			if i >= len(tt.symbols) {
    				break
    			}
    			want := tt.symbols[i]
    			if !reflect.DeepEqual(have, want) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 01 02:25:16 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  10. src/cmd/internal/test2json/test2json_test.go

    // future use, that future use will have obviously wrong data.
    func writeAndKill(w io.Writer, b []byte) {
    	w.Write(b)
    	for i := range b {
    		b[i] = 'Z'
    	}
    }
    
    // diffJSON diffs the stream we have against the stream we want
    // and fails the test with a useful message if they don't match.
    func diffJSON(t *testing.T, have, want []byte) {
    	t.Helper()
    	type event map[string]any
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 7.2K bytes
    - Viewed (0)
Back to top