Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for svctest (0.1 sec)

  1. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/timeout/JavaProcessStackTracesMonitorSpec.groovy

    C:\\Windows\\system32\\svchost.exe -k LocalServiceAndNoImpersonation                           1168
    c:\\salt\\nssm.exe                   1316
    "C:\\Windows\\system32\\Dwm.exe"            1436
    C:\\Windows\\Explorer.EXE               1460
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  2. src/go/build/deps_test.go

    	OS, fmt
    	< FMT;
    
    	log !< FMT;
    
    	# Misc packages needing only FMT.
    	FMT
    	< html,
    	  internal/dag,
    	  internal/goroot,
    	  internal/types/errors,
    	  mime/quotedprintable,
    	  net/internal/socktest,
    	  net/url,
    	  runtime/trace,
    	  text/scanner,
    	  text/tabwriter;
    
    	io, reflect
    	< internal/saferio;
    
    	# encodings
    	# core ones do not use fmt.
    	io, strconv, slices
    	< encoding;
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 16:41:13 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. tests/integration/README.md

                            ctx.ApplyConfigOrFail(ctx, nil, mycfg)
                            // Do more stuff here.
                        })
                }
            })
    }
    ```
    
    Under the hood, calling `subtest.Run()` delegates to `t.Run()` in order to create a child `testing.T`.
    
    ### Parallel Tests
    
    Many tests can take a while to start up for a variety of reasons, such as waiting for pods to start or waiting
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/BUILD

    # # whether the latter is stale.
    # dialectgen(
    #     name = "tf-generated-ops",
    #     output = "new_tf_generated_ops.td",
    # )
    #
    # sh_test(
    #     name = "tf_generated_ops_not_stale",
    #     srcs = ["ir/tf_generated_ops_not_stale.sh"],
    #     args = [
    #         "$(location //tensorflow/compiler/mlir/tensorflow:ir/tf_generated_ops.td)",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top