Home
last modified time | relevance | path

Searched refs:expected_rev (Results 1 – 25 of 98) sorted by relevance

1234

/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-name_to_str.c19 const char *expected_rev; member
29 .expected_rev = "io.fsi.",
37 .expected_rev = "IO.fsi.abcd.",
45 .expected_rev = "IO.fsi.Mixed.",
57 .expected_rev = ".",
126 if (strcmp(dstr, cur->expected_rev)) { in test_name_to_str()
129 ubuf_add_fmt(u, " reverse name %s != %s", dstr, cur->expected_rev); in test_name_to_str()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dgraph_csv_test.py111 expected_rev = str(15000 + ((index - 1) * 5))
112 expected_value = str(int(expected_rev) * 2.5)
113 self.assertEqual([expected_rev, expected_value], row)
122 expected_rev = str(15000 + ((index - 1) * 5))
123 expected_value = str(int(expected_rev) * 2.5)
124 self.assertEqual([expected_rev, expected_value], row)
H A Dgraph_revisions_test.py61 expected_rev = 15000 + (index * 5)
62 expected_value = int(expected_rev) * 2.5
65 self.assertEqual([expected_rev, expected_value, expected_timestamp], row)
66 self.assertEqual([expected_rev, expected_value, expected_timestamp],
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c61 svn_revnum_t expected_rev, in verify_mtcc_commit() argument
71 SVN_TEST_ASSERT(vcb.commit_info->revision == expected_rev); in verify_mtcc_commit()
499 int expected_rev; in handle_rev_delta() local
506 expected_rev = 4; in handle_rev_delta()
510 expected_rev = 6; in handle_rev_delta()
513 expected_rev = (int)hrb->last; in handle_rev_delta()
516 expected = apr_psprintf(hrb->pool, "revision-%d", expected_rev); in handle_rev_delta()
537 svn_revnum_t expected_rev = hrb->up ? (hrb->last + 1) : (hrb->last - 1); in handle_rev() local
539 if (expected_rev == 7) in handle_rev()
540 expected_rev = hrb->up ? 8 : 6; in handle_rev()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c61 svn_revnum_t expected_rev, in verify_mtcc_commit() argument
71 SVN_TEST_ASSERT(vcb.commit_info->revision == expected_rev); in verify_mtcc_commit()
499 int expected_rev; in handle_rev_delta() local
506 expected_rev = 4; in handle_rev_delta()
510 expected_rev = 6; in handle_rev_delta()
513 expected_rev = (int)hrb->last; in handle_rev_delta()
516 expected = apr_psprintf(hrb->pool, "revision-%d", expected_rev); in handle_rev_delta()
537 svn_revnum_t expected_rev = hrb->up ? (hrb->last + 1) : (hrb->last - 1); in handle_rev() local
539 if (expected_rev == 7) in handle_rev()
540 expected_rev = hrb->up ? 8 : 6; in handle_rev()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c61 svn_revnum_t expected_rev, in verify_mtcc_commit() argument
71 SVN_TEST_ASSERT(vcb.commit_info->revision == expected_rev); in verify_mtcc_commit()
499 int expected_rev; in handle_rev_delta() local
506 expected_rev = 4; in handle_rev_delta()
510 expected_rev = 6; in handle_rev_delta()
513 expected_rev = (int)hrb->last; in handle_rev_delta()
516 expected = apr_psprintf(hrb->pool, "revision-%d", expected_rev); in handle_rev_delta()
537 svn_revnum_t expected_rev = hrb->up ? (hrb->last + 1) : (hrb->last - 1); in handle_rev() local
539 if (expected_rev == 7) in handle_rev()
540 expected_rev = hrb->up ? 8 : 6; in handle_rev()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c61 svn_revnum_t expected_rev, in verify_mtcc_commit() argument
71 SVN_TEST_ASSERT(vcb.commit_info->revision == expected_rev); in verify_mtcc_commit()
499 int expected_rev; in handle_rev_delta() local
506 expected_rev = 4; in handle_rev_delta()
510 expected_rev = 6; in handle_rev_delta()
513 expected_rev = (int)hrb->last; in handle_rev_delta()
516 expected = apr_psprintf(hrb->pool, "revision-%d", expected_rev); in handle_rev_delta()
537 svn_revnum_t expected_rev = hrb->up ? (hrb->last + 1) : (hrb->last - 1); in handle_rev() local
539 if (expected_rev == 7) in handle_rev()
540 expected_rev = hrb->up ? 8 : 6; in handle_rev()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/bstr-0.2.15/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/devel/grex/grex-1.3.0/cargo-crates/bstr-0.2.15/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/bstr-0.2.15/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/bstr-0.2.15/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/www/rearx/rearx-0.1.4/cargo-crates/bstr-0.2.15/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bstr-0.2.10/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/bstr-0.2.13/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/bstr-0.2.14/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/bstr-0.2.4/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/bstr-0.2.12/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/bstr-0.2.15/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/bstr-0.2.13/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/bstr-0.2.12/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/bstr-0.2.13/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/bstr-0.2.12/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/lang/rust/rustc-1.58.1-src/vendor/bstr/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/bstr-0.2.9/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/bstr-0.2.14/src/search/
H A Dtests.rs86 for &(needle, haystack, _, expected_rev) in SEARCH_TESTS { in run_search_tests_rev()
89 expected_rev, in run_search_tests_rev()
95 expected_rev in run_search_tests_rev()

1234