Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 172 for cc_test (0.13 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/TestDB.h

    } CU_Test;
    typedef CU_Test* CU_pTest;    /**< Pointer to a CUnit test case. */
    
    /*-----------------------------------------------------------------
     *  CU_Suite, CU_pSuite
     *-----------------------------------------------------------------*/
    /** CUnit suite data type.
     *  CU_Suite is a linked list of CU_Test containers.  Each suite has 
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_fuzz_cgo.txt

    # Test that fuzzing works with cgo (issue 65169)
    
    go test -fuzz=. -fuzztime=1x
    stdout ok
    ! stdout FAIL
    
    -- go.mod --
    module example.com/p
    
    go 1.20
    -- c.go --
    package p
    
    import "C"
    -- c_test.go --
    package p
    
    import "testing"
    
    func Fuzz(f *testing.F) {
    	f.Add(0)
    	f.Fuzz(func(t *testing.T, x int) {})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 364 bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_get_issue65363.txt

    require example.net/c v0.2.0
    -- b2/b.go --
    package b
    -- b2/b_test.go --
    package b_test
    
    import _ "example.net/c"
    -- c1/go.mod --
    module example.net/c
    
    go 1.18
    -- c1/c.go --
    package c
    -- c2/go.mod --
    module example.net/c
    
    go 1.18
    
    require example.net/d v0.1.0
    -- c2/c.go --
    package c
    -- c2/c_test.go --
    package c_test
    
    import _ "example.net/d"
    -- d/go.mod --
    module example.net/d
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. tensorflow/cc/framework/cc_ops_test.cc

    }
    
    TEST(CCOpTest, Attrs) {
      Scope root = Scope::NewRootScope();
      auto m = MatMul(root, {{1}, {1}}, {{41}, {1}}, MatMul::TransposeA(true));
      TF_EXPECT_OK(root.status());
      Tensor out;
      test::GetTensor(root, m, &out);
      test::ExpectTensorEqual<int>(out, test::AsTensor<int>({42}, {1, 1}));
    }
    
    TEST(CCOpTest, SplitConcat) {
      Scope root = Scope::NewRootScope();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 15 15:13:38 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/build_cgo_consistent_results.txt

    [GOOS:illumos] skip "skipping on Solaris; see golang.org/issue/13247"
    
    go build -o $WORK/exe1$GOEXE cgotest
    go build -x -o $WORK/exe2$GOEXE cgotest
    
    # TODO(matloob): skip if stderr does not contain '-fdebug-prefix-map=\$WORK'
    
    cmp $WORK/exe1$GOEXE $WORK/exe2$GOEXE
    
    -- go.mod --
    module cgotest
    
    go 1.16
    -- m.go --
    package cgotest
    
    import "C"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 451 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/CUError.h

      CUE_SUITE_INACTIVE    = 25,  /**< Test run initiated for an inactive suite. */
    
      /* Test Case Level Errors */
      CUE_NOTEST            = 30,  /**< A required CU_pTest or CU_TestFunc pointer was NULL. */
      CUE_NO_TESTNAME       = 31,  /**< Required CU_Test name not provided. */
      CUE_DUP_TEST          = 32,  /**< Duplicate test case name not allowed. */
      CUE_TEST_NOT_IN_SUITE = 33,  /**< Test not registered in specified suite. */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/install_cgo_excluded.txt

    env CGO_ENABLED=0
    
    ! go install cgotest
    stderr 'build constraints exclude all Go files'
    
    -- go.mod --
    module cgotest
    
    go 1.16
    -- m.go --
    package cgotest
    
    import "C"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 178 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Basic.h

    CU_EXPORT CU_ErrorCode CU_basic_run_test(CU_pSuite pSuite, CU_pTest pTest);
    /**<
     *  Runs a single test in a specific suite in the basic interface.
     *  If pSuite or pTest is NULL, the function returns without
     *  taking any action.  The default CU_BasicRunMode is used unless
     *  it has been changed using CU_basic_set_mode.
     *
     *  @param pSuite The CU_Suite holding the CU_Test to run.
     *  @param pTest  The CU_Test to run.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  9. src/cmd/dist/test.go

    				// TODO(#56629): Why does this fail on netbsd-arm?
    				cgoTest("static", "testtls", "external", "static", staticCheck)
    			}
    			cgoTest("external", "testnocgo", "external", "", staticCheck)
    			if goos != "android" {
    				cgoTest("static", "testnocgo", "external", "static", staticCheck)
    				cgoTest("static", "test", "external", "static", staticCheck)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  10. src/cmd/go/internal/test/testflag.go

    // 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", "", "")
    	work.AddCoverFlags(CmdTest, &testCoverProfile)
    	cf.Var((*base.StringsFlag)(&work.ExecCmd), "exec", "")
    	cf.BoolVar(&testJSON, "json", false, "")
    	cf.Var(&testVet, "vet", "")
    
    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