Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 491 for plan (0.06 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractIntegrationSpec.groovy

    import static org.gradle.util.Matchers.matchesRegexp
    import static org.gradle.util.Matchers.normalizedLineSeparators
    
    /**
     * Spockified version of AbstractIntegrationTest.
     *
     * Plan is to bring features over as needed.
     */
    @CleanupTestDirectory
    @SuppressWarnings("IntegrationTestFixtures")
    @IntegrationTestTimeout(DEFAULT_TIMEOUT_SECONDS)
    abstract class AbstractIntegrationSpec extends Specification {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:07:53 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  2. src/runtime/runtime-gdb_test.go

    		t.Skip("skipping gdb tests on FreeBSD; see https://golang.org/issue/29508")
    	case "aix":
    		if testing.Short() {
    			t.Skip("skipping gdb tests on AIX; see https://golang.org/issue/35710")
    		}
    	case "plan9":
    		t.Skip("there is no gdb on Plan 9")
    	}
    }
    
    func checkGdbVersion(t *testing.T) {
    	// Issue 11214 reports various failures with older versions of gdb.
    	out, err := exec.Command("gdb", "--version").CombinedOutput()
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java

                if (plugin.isExtensions() && !artifacts.isEmpty()) {
                    // ignore plugin descriptor parsing errors at this point
                    // these errors will reported during calculation of project build execution plan
                    try {
                        pluginDescriptor = extractPluginDescriptor(artifacts.get(0), plugin);
                    } catch (PluginDescriptorParsingException | InvalidPluginDescriptorException e) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/build.gradle

                    "structuring-software-projects_kotlin_umbrella-build.sample",
                ]
    
                // These tests cover features that the configuration cache doesn't support yet, but we plan to do that before hitting stable.
                // The tests should be removed from this list when the feature becomes supported.
                def testsForNotYetSupportedFeatures = [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  5. docs/fr/docs/async.md

    ## Détails très techniques
    
    !!! warning "Attention !"
        Vous pouvez probablement ignorer cela.
    
        Ce sont des détails très poussés sur comment **FastAPI** fonctionne en arrière-plan.
    
        Si vous avez de bonnes connaissances techniques (coroutines, threads, code bloquant, etc.) et êtes curieux de comment **FastAPI** gère `async def` versus le `def` classique, cette partie est faite pour vous.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 24K bytes
    - Viewed (0)
  6. src/net/lookup_test.go

    					return
    				}
    			})
    		})
    	}
    }
    
    func TestDNSErrorUnwrap(t *testing.T) {
    	if runtime.GOOS == "plan9" {
    		// The Plan 9 implementation of the resolver doesn't use the Dial function yet. See https://go.dev/cl/409234
    		t.Skip("skipping on plan9")
    	}
    	rDeadlineExcceeded := &Resolver{PreferGo: true, Dial: func(ctx context.Context, network, address string) (Conn, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  7. src/cmd/go/internal/fsys/fsys_test.go

    		}
    	}
    }
    
    func TestWalk(t *testing.T) {
    	// The root of the walk must be a name with an actual basename, not just ".".
    	// Walk uses Lstat to obtain the name of the root, and Lstat on platforms
    	// other than Plan 9 reports the name "." instead of the actual base name of
    	// the directory. (See https://golang.org/issue/42115.)
    
    	type file struct {
    		path  string
    		name  string
    		size  int64
    		mode  fs.FileMode
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:52:11 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/debug_test.go

    // For example:
    //
    //	if len(os.Args) > 1 { //gdb-dbg=(hist/A,cannedInput/A) //dlv-dbg=(hist/A,cannedInput/A)
    //
    // TODO: not implemented for Delve yet, but this is the plan
    //
    // After a compiler change that causes a difference in the debug behavior, check
    // to see if it is sensible or not, and if it is, update the reference files with
    // go test debug_test.go -args -u
    // (for Delve)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:11:47 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  9. docs/fr/docs/alternatives.md

    Il offre :
    
    - Des performances vraiment impressionnantes.
    - Le support des WebSockets.
    - Le support de GraphQL.
    - Les tâches d'arrière-plan.
    - Les événements de démarrage et d'arrêt.
    - Un client de test basé sur request.
    - CORS, GZip, fichiers statiques, streaming des réponses.
    - Le support des sessions et des cookies.
    - Une couverture de test à 100 %.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modfetch/fetch.go

    	var (
    		data []byte
    		err  error
    	)
    	if actualSumFile, ok := fsys.OverlayPath(file); ok {
    		// Don't lock go.sum if it's part of the overlay.
    		// On Plan 9, locking requires chmod, and we don't want to modify any file
    		// in the overlay. See #44700.
    		data, err = os.ReadFile(actualSumFile)
    	} else {
    		data, err = lockedfile.Read(file)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top