Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 109 for test_fail (0.15 sec)

  1. src/regexp/testdata/testregex.c

    			if (!(test & (TEST_ACTUAL|TEST_BASELINE|TEST_FAIL|TEST_PASS|TEST_QUERY|TEST_SUMMARY|TEST_VERIFY)))
    			{
    				report("failed: match was", NiL, re, s, len, NiL, flags, test);
    				matchprint(match, nmatch, nsub, ans, test);
    			}
    			return 0;
    		}
    	}
    	for (; i < nmatch; i++)
    	{
    		if (match[i].rm_so!=-1 || match[i].rm_eo!=-1)
    		{
    			if (!(test & (TEST_ACTUAL|TEST_BASELINE|TEST_FAIL|TEST_PASS|TEST_QUERY|TEST_VERIFY)))
    			{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter_test.cc

      EXPECT_EQ(parent_module, *module_);
    }
    
    TEST_F(Tf2XlaRewriterTest, FailsWithoutRootTuple) {
      TF_ASSERT_OK(CreateMlirModule());
    
      XlaBuilder xla_builder("test_fail");
      xla::Add(xla::ConstantR0<float>(&xla_builder, 1.0),
               xla::ConstantR0<float>(&xla_builder, 2.0));
      XlaComputation bad_computation = xla_builder.Build().value();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. tests/test_tutorial/test_testing/test_main.py

    from docs_src.app_testing.test_main import client, test_read_main
    
    
    def test_main():
        test_read_main()
    
    
    def test_openapi_schema():
        response = client.get("/openapi.json")
        assert response.status_code == 200, response.text
        assert response.json() == {
            "openapi": "3.1.0",
            "info": {"title": "FastAPI", "version": "0.1.0"},
            "paths": {
                "/": {
                    "get": {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 819 bytes
    - Viewed (0)
  4. tests/test_tutorial/test_async_tests/test_main.py

    import pytest
    
    from docs_src.async_tests.test_main import test_root
    
    
    @pytest.mark.anyio
    async def test_async_testing():
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Oct 06 15:32:11 UTC 2021
    - 143 bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/test_util.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/jit/test_util.h"
    
    #include <memory>
    #include <optional>
    #include <string>
    #include <utility>
    
    #include "tensorflow/compiler/jit/shape_inference.h"
    #include "xla/status_macros.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. docs_src/app_testing/app_b/test_main.py

    bebop <******@****.***> 1710356830 -0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. docs_src/app_testing/app_b_an_py39/test_main.py

    bebop <******@****.***> 1710356830 -0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. tests/test_modules_same_name_body/test_main.py

    Sebastián Ramírez <******@****.***> 1688149516 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  9. src/main/resources/mail/testmail.dfmail

    Shinsuke Sugaya <******@****.***> 1455285178 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 12 13:52:58 UTC 2016
    - 146 bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents/test_main.cpp

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 316 bytes
    - Viewed (0)
Back to top