Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,291 for somme (0.05 sec)

  1. src/cmd/link/internal/loader/loader_test.go

    	dummyOreader := oReader{version: -1, syms: make([]Sym, 100)}
    	or := &dummyOreader
    
    	// Create some syms from a dummy object file symbol to get things going.
    	ts1 := addDummyObjSym(t, ldr, or, "type:uint8")
    	ts2 := addDummyObjSym(t, ldr, or, "mumble")
    	ts3 := addDummyObjSym(t, ldr, or, "type:string")
    
    	// Create some external symbols.
    	es1 := ldr.LookupOrCreateSym("extnew1", 0)
    	if es1 == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 19:08:09 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. plugin/pkg/admission/gc/gc_admission_test.go

    		},
    		{
    			name:       "super-user, create, some ownerReferences have blockOwnerDeletion=true",
    			username:   "super",
    			resource:   api.SchemeGroupVersion.WithResource("pods"),
    			newObj:     podWithOwnerRefs(blockRC1, blockRC2, blockNode),
    			checkError: expectNoError,
    		},
    		{
    			name:               "super-user, create, some ownerReferences have blockOwnerDeletion=true, hangingRESTMapper",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  3. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/registry/impl/HierarchicalFileWatcherUpdaterTest.groovy

            def watchableHierarchy = file("watchable").createDir()
            def watchableContent = watchableHierarchy.file("some/dir/file.txt").createFile()
            def unsupportedFileSystemMountPoint = watchableHierarchy.file("unsupported")
            def unwatchableContent = unsupportedFileSystemMountPoint.file("some/file.txt").createFile()
    
            when:
            registerWatchableHierarchies([watchableHierarchy])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 13:24:54 UTC 2024
    - 12K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainDownloadSpiIntegrationTest.groovy

            then:
            test(result)
    
            where:
            logLevel | test
            "warn"   | { ExecutionResult r -> r.assertOutputContains("Some toolchain resolvers had internal failures: failsOnResolve (Ooops!). " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 10:53:57 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  5. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitInteractiveIntegrationTest.groovy

        def incubatingPrompt = "Generate build using new APIs and behavior (some features may change in the next minor release)?"
        def basicType = "4: Basic (build structure only)"
        def basicTypeOption = 4
        def applicationOption = 1
        def defaultProjectName = "some-thing"
        def defaultFileName = "some-file"
        def projectNamePrompt = "Project name (default: $defaultProjectName)"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 10 12:58:10 UTC 2024
    - 18.9K bytes
    - Viewed (1)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r70/TestDisplayNameJUnit5CrossVersionSpec.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/api/internal/project/taskfactory/AnnotationProcessingTaskFactoryTest.groovy

            TaskWithInputFile                         | [new File("some")]             | []                                              | ["inputFile"]           | []
            TaskWithInputFiles                        | [[new File("some")]]           | []                                              | ["input"]               | []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:42:35 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  8. platforms/core-execution/file-watching/src/integTest/groovy/org/gradle/internal/watch/WatchedDirectoriesFileSystemWatchingIntegrationTest.groovy

            // We don't remove actual usable content at the end of the build, though we remove some dangling paths.
            // This is because the project directory is underneath the unsupported file system, so after invalidating D: the project root node is removed from the VFS.
            result.assertHasPostBuildOutput("Some of the file system contents retained in the virtual file system are on file systems that Gradle doesn't support watching.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  9. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/symbols/AbstractSymbolTest.kt

            description = "Symbol restoring for some symbols in current test is not supported yet",
        )
    
        val DO_NOT_CHECK_SYMBOL_RESTORE_K1 by directive(
            description = "Symbol restoring for some symbols in current test is not supported yet in K1",
        )
    
        val DO_NOT_CHECK_SYMBOL_RESTORE_K2 by directive(
            description = "Symbol restoring for some symbols in current test is not supported yet in K2",
        )
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  10. src/cmd/go/internal/test/testflag.go

    	"strings"
    	"time"
    )
    
    //go:generate go run ./genflags.go
    
    // The flag handling part of go test is large and distracting.
    // We can't use (*flag.FlagSet).Parse because some of the flags from
    // our command line are for us, and some are for the test binary, and
    // some are for both.
    
    func init() {
    	work.AddBuildFlags(CmdTest, work.OmitVFlag)
    
    	cf := CmdTest.Flag
    	cf.BoolVar(&testC, "c", false, "")
    	cf.StringVar(&testO, "o", "", "")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 19:25:24 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top