Home
last modified time | relevance | path

Searched refs:test_version (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/mock/tools/
H A Dpre-applypatch16 function test_version {
29 test_version 2.6
30 test_version 2.7
31 test_version 3.3
32 test_version 3.4
33 test_version 3.5
34 test_version cpython
35 test_version pypy
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/mock/tools/
H A Dpre-applypatch16 function test_version {
29 test_version 2.6
30 test_version 2.7
31 test_version 3.3
32 test_version 3.4
33 test_version 3.5
34 test_version cpython
35 test_version pypy
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/mock/tools/
H A Dpre-applypatch16 function test_version {
29 test_version 2.6
30 test_version 2.7
31 test_version 3.3
32 test_version 3.4
33 test_version 3.5
34 test_version cpython
35 test_version pypy
/dports/devel/py-oslo.db/oslo.db-11.1.0/oslo_db/tests/sqlalchemy/
H A Dtest_migration_common.py41 self.test_version = 123
49 self.mock_api_db_version.return_value = self.test_version
83 self.engine, self.path, self.test_version)
85 self.assertEqual(self.test_version, version)
98 self.path, self.test_version - 1)
109 self.path, self.test_version + 1)
114 self.assertEqual(self.test_version, ret_val)
121 self.test_version]
125 self.assertEqual(self.test_version, ret_val)
202 self.test_version + 1)
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_virtual_test_suite.php75 $test_version = array_shift($test['versions']);
76 … $test_profile = new pts_test_profile($this->repo . '/' . $test_identifier . '-' . $test_version);
102 $test_version = array_shift($test['versions']);
103 … $test_profile = new pts_test_profile($this->repo . '/' . $test_identifier . '-' . $test_version);
124 $test_version = array_shift($test['versions']);
125 … $test_profile = new pts_test_profile($this->repo . '/' . $test_identifier . '-' . $test_version);
142 $test_version = array_shift($test['versions']);
170 $test_version = array_shift($test['versions']);
198 $test_version = array_shift($test['versions']);
226 $test_version = array_shift($test['versions']);
[all …]
/dports/net/measurement-kit/measurement-kit-0.10.14/test/fixtures/
H A Dreport.njson1 …t","test_runtime":0.253494024276733,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
2 …t","test_runtime":0.336421966552734,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
3 …t","test_runtime":0.233407974243164,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
4 …t","test_runtime":0.322484016418457,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
5 …t","test_runtime":0.171705007553101,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
6 …t","test_runtime":0.287966012954712,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
7 …t","test_runtime":0.205816984176636,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
8 …t","test_runtime":0.281188011169434,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
9 …t","test_runtime":0.346383094787598,"test_start_time":"2016-06-04 17:53:13","test_version":"0.0.1"}
/dports/graphics/libepoxy/libepoxy-1.5.9/test/
H A Dgl_version.c46 test_version(const char *gl_string, int gl_version, in test_version() function
81 pass = pass && test_version("3.0 Mesa 13.0.6", 30, in main()
83 pass = pass && test_version("OpenGL ES 2.0 Mesa 20.1.0-devel (git-4bb19a330e)", 20, in main()
85 pass = pass && test_version("OpenGL ES 3.2 Mesa 18.3.0-devel", 32, in main()
87 pass = pass && test_version("4.5.0 NVIDIA 384.130", 45, in main()
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/
H A D08_document.t148 test_version( 'sub { 1 }', undef );
149 test_version( 'use 5.006', version->new('5.006') );
150 test_version( 'use 5.8.3', version->new('5.8.3') );
151 test_version(
155 test_version( 'use 5.005_05; use 5.005_03', version->new('5.005_05') );
156 test_version( 'use 5.005_03; use 5.005_05', version->new('5.005_05') );
159 sub test_version {
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/gtests/ssl_gtest/
H A Dssl_renegotiation_unittest.cc58 uint16_t test_version = version_; in TEST_P() local
65 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
71 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
78 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
98 uint16_t test_version = version_; in TEST_P() local
105 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
110 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
116 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/ssl_gtest/
H A Dssl_renegotiation_unittest.cc81 uint16_t test_version = version_; in TEST_P() local
88 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
94 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
101 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
121 uint16_t test_version = version_; in TEST_P() local
128 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
133 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
139 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/ssl_gtest/
H A Dssl_renegotiation_unittest.cc81 uint16_t test_version = version_; in TEST_P() local
88 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
94 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
101 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
121 uint16_t test_version = version_; in TEST_P() local
128 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
133 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
139 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
/dports/security/ca_root_nss/nss-3.71/nss/gtests/ssl_gtest/
H A Dssl_renegotiation_unittest.cc81 uint16_t test_version = version_; in TEST_P() local
88 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
94 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
101 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
121 uint16_t test_version = version_; in TEST_P() local
128 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
133 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
139 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
/dports/www/firefox/firefox-99.0/security/nss/gtests/ssl_gtest/
H A Dssl_renegotiation_unittest.cc81 uint16_t test_version = version_; in TEST_P() local
88 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
94 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
101 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
121 uint16_t test_version = version_; in TEST_P() local
128 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
133 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
139 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
/dports/security/nss/nss-3.76.1/nss/gtests/ssl_gtest/
H A Dssl_renegotiation_unittest.cc81 uint16_t test_version = version_; in TEST_P() local
88 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
94 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
101 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
121 uint16_t test_version = version_; in TEST_P() local
128 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
133 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
139 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/ssl_gtest/
H A Dssl_renegotiation_unittest.cc81 uint16_t test_version = version_; in TEST_P() local
88 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
94 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
101 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
121 uint16_t test_version = version_; in TEST_P() local
128 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
133 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
139 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
/dports/devel/mingw32-libyaml/yaml-0.1.6/win32/vc6/
H A Dtest_version.dsp1 # Microsoft Developer Studio Project File - Name="test_version" - Package Owner=<4>
7 CFG=test_version - Win32 Debug
11 !MESSAGE NMAKE /f "test_version.mak".
16 !MESSAGE NMAKE /f "test_version.mak" CFG="test_version - Win32 Debug"
20 !MESSAGE "test_version - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "test_version - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "test_version - Win32 Release"
55 !ELSEIF "$(CFG)" == "test_version - Win32 Debug"
83 # Name "test_version - Win32 Release"
84 # Name "test_version - Win32 Debug"
/dports/devel/py-xdis/xdis-5.0.13/test/
H A Dtest_pyenvlib.py209 test_version = None variable
231 test_version = opt[2:] variable
232 test_dirs.append(test_options[test_version])
236 if test_version == "simple":
242 if test_version is None:
244 elif test_version != "simple":
245 if LONG_PYTHON_VERSION != test_version:
249 % (LONG_PYTHON_VERSION, test_version)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/dell_emc/scaleio/
H A Dtest_versions.py57 self.test_version)
59 def test_version(self): member in TestMultipleVersions
67 self.test_version)
82 self.test_version)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/tests/hackage/
H A Dcheck.sh4 test_version=1.5.6
13 if ghc -package Cabal-${test_version} -S ${setup} -o /dev/null 2> /dev/null; then
16 echo "FAIL ${setup} does not compile with Cabal-${test_version}"
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/tests/hackage/
H A Dcheck.sh4 test_version=1.5.6
13 if ghc -package Cabal-${test_version} -S ${setup} -o /dev/null 2> /dev/null; then
16 echo "FAIL ${setup} does not compile with Cabal-${test_version}"
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/tests/hackage/
H A Dcheck.sh4 test_version=1.5.6
13 if ghc -package Cabal-${test_version} -S ${setup} -o /dev/null 2> /dev/null; then
16 echo "FAIL ${setup} does not compile with Cabal-${test_version}"
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/tests/hackage/
H A Dcheck.sh4 test_version=1.5.6
13 if ghc -package Cabal-${test_version} -S ${setup} -o /dev/null 2> /dev/null; then
16 echo "FAIL ${setup} does not compile with Cabal-${test_version}"
/dports/net/p5-ZMQ-FFI/ZMQ-FFI-1.17/xt/
H A Dtest_versions.sh29 test_version=$1
31 if [[ "$test_version" == "libzmq" ]]; then
34 export LD_LIBRARY_PATH="$(get_ld_dir zeromq$test_version)"
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/gtests/ssl_gtest/
H A Dssl_version_unittest.cc152 uint16_t test_version = version_; in TEST_P() local
159 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
165 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
185 uint16_t test_version = version_; in TEST_P() local
192 server_->SetVersionRange(SSL_LIBRARY_VERSION_TLS_1_0, test_version); in TEST_P()
198 if (test_version >= SSL_LIBRARY_VERSION_TLS_1_3) { in TEST_P()
/dports/devel/p5-Parse-PMFile/Parse-PMFile-0.36/t/
H A D80_version_overload.t8 test_version($fork);
17 test_version($fork);
22 sub test_version {

12345678910>>...34