Home
last modified time | relevance | path

Searched refs:Verify (Results 51 – 75 of 12135) sorted by relevance

12345678910>>...486

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/r/
H A Dperformance_schema_unixsockets.result4 Verify [Checking if X Plugin reports 1 connections]
8 Verify [Checking if X Plugin reports 2 connections]
12 Verify [Checking if X Plugin reports 3 connections]
16 Verify [Checking if X Plugin reports 4 connections]
20 Verify [Checking if X Plugin reports 5 connections]
24 Verify [Checking if X Plugin reports 6 connections]
28 Verify [Checking if X Plugin reports 7 connections]
32 Verify [Checking if X Plugin reports 8 connections]
36 Verify [Checking if X Plugin reports 9 connections]
47 Verify [Peer ports should be unique]
[all …]
H A Dcompression_level_deflate_client.result6 Verify DEFLATE_STREAM at level 1
8 Verify [Status variable "Mysqlx_compression_level" needs to have a value of 1]
15 Verify DEFLATE_STREAM at level 2
17 Verify [Status variable "Mysqlx_compression_level" needs to have a value of 2]
24 Verify DEFLATE_STREAM at level 3
33 Verify DEFLATE_STREAM at level 4
42 Verify DEFLATE_STREAM at level 5
51 Verify DEFLATE_STREAM at level 6
60 Verify DEFLATE_STREAM at level 7
69 Verify DEFLATE_STREAM at level 8
[all …]
H A Dconnection_openssl.result361 # 3. Verify connection with SSL ca
401 # 1. Verify connection with signed cert
464 # 1. Verify global SSL setup
465 # 2. Verify session SSL setup
887 # 3. Verify connection with SSL ca
927 # 1. Verify connection with signed cert
990 # 1. Verify global SSL setup
991 # 2. Verify session SSL setup
1413 # 3. Verify connection with SSL ca
1516 # 1. Verify global SSL setup
[all …]
H A Dconnection_openssl_unixsocket.result361 # 3. Verify connection with SSL ca
401 # 1. Verify connection with signed cert
464 # 1. Verify global SSL setup
465 # 2. Verify session SSL setup
895 # 3. Verify connection with SSL ca
935 # 1. Verify connection with signed cert
998 # 1. Verify global SSL setup
999 # 2. Verify session SSL setup
1429 # 3. Verify connection with SSL ca
1532 # 1. Verify global SSL setup
[all …]
H A Dfind_row_locking.result23 Verify [Expecting performance_schema.data_locks to be empty]
29 Verify [Expecting performance_schema.data_locks to be not empty]
39 Verify [Expecting performance_schema.data_locks to be not empty]
46 Verify [Expecting performance_schema.data_locks to be empty]
49 Verify [Expecting performance_schema.data_locks to be empty]
70 Verify [Expecting performance_schema.data_locks to be empty]
73 Verify [Expecting performance_schema.data_locks to be empty]
97 Verify [Expecting performance_schema.data_locks to be empty]
100 Verify [Expecting performance_schema.data_locks to be empty]
121 Verify [Expecting performance_schema.data_locks to be empty]
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/tests/mtr/r/
H A Dperformance_schema_unixsockets.result7 Verify [Checking if X Plugin reports 1 connections]
11 Verify [Checking if X Plugin reports 2 connections]
15 Verify [Checking if X Plugin reports 3 connections]
19 Verify [Checking if X Plugin reports 4 connections]
23 Verify [Checking if X Plugin reports 5 connections]
27 Verify [Checking if X Plugin reports 6 connections]
31 Verify [Checking if X Plugin reports 7 connections]
35 Verify [Checking if X Plugin reports 8 connections]
39 Verify [Checking if X Plugin reports 9 connections]
50 Verify [Peer ports should be unique]
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/tests/mtr/r/
H A Dperformance_schema_unixsockets.result7 Verify [Checking if X Plugin reports 1 connections]
11 Verify [Checking if X Plugin reports 2 connections]
15 Verify [Checking if X Plugin reports 3 connections]
19 Verify [Checking if X Plugin reports 4 connections]
23 Verify [Checking if X Plugin reports 5 connections]
27 Verify [Checking if X Plugin reports 6 connections]
31 Verify [Checking if X Plugin reports 7 connections]
35 Verify [Checking if X Plugin reports 8 connections]
39 Verify [Checking if X Plugin reports 9 connections]
50 Verify [Peer ports should be unique]
[all …]
/dports/math/yacas/yacas-1.9.1/tests/
H A Dcomplex.yts5 Verify(1/I, -I);
6 Verify(I^2, -1);
7 Verify(2/(1+I), 1-I);
8 Verify(I^3, -I);
9 Verify(I^4, 1);
10 Verify(I^5, I);
11 Verify(1^I, 1);
12 Verify(0^I, Undefined);
16 Verify(Exp(I*Pi), -1);
18 Verify(Ln(-1), I*Pi);
[all …]
H A Djournal.yts7 Verify(1+1,2);
9 Verify(2+3,5);
10 Verify(3*4,12);
11 Verify(-(3*4),-12);
12 Verify(2+3*4,14);
13 Verify(6/3,2);
14 Verify(1/3,1/3);
16 Verify(Sin(Pi),0);
18 Verify(Sqrt(2),Sqrt(2));
20 Verify({a,b,c}[2],b);
[all …]
H A Dprogramming.yts4 Verify(Apply("+",{2,3}),5);
13 Verify(x,x);
14 Verify(y,y);
40 Verify(count(1,11),55);
46 Verify(IsBound({}),False);
48 Verify(IsBound(a),False);
50 Verify(IsBound(a),True);
52 Verify(IsBound(a),False);
55 Verify(Atom("a"),a);
56 Verify(String(a),"a");
[all …]
H A Dnthroot.yts11 Verify(NthRoot(-1,2),UnList({NthRoot,-1,2}));
13 Verify(NthRoot(2,1),Hold(NthRoot(2,1)));
14 Verify(NthRoot(2,2),{1,2});
15 Verify(NthRoot(12,2),{2,3});
16 Verify(NthRoot(12,3),{1,12});
17 Verify(NthRoot(27,3),{3,1});
18 Verify(NthRoot(17*13,2),{1,17*13});
19 Verify(NthRoot(17*17*13,2),{17,13});
20 Verify(NthRoot(17*17*17*13,2),{17,17*13});
21 Verify(NthRoot(17*17*17*13,3),{17,13});
[all …]
H A Dintegrate.yts6 // Verify that Yacas cannot integrate these expressions.
17 Verify(Integrate(x) 1/x,Ln(x) );
19 Verify(Integrate(x) 1/x^2, -x^(-1));
20 Verify(Integrate(x) 6/x^2, (-6)*x^-1);
23 Verify(Integrate(x) (x-1)/(x^2-1), Ln(x+1));
29 Verify(Integrate(x) Ln(x), x*Ln(x)-x );
30 Verify(Integrate(x) x^5000, x^5001/5001 );
31 Verify(Integrate(x) 1/Tan(x), Ln(Sin(x)) );
32 Verify(Integrate(x) 1/Cosh(x)^2, Tanh(x) );
60 Verify(MatchLinear(var,expr),True);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/build_tools/tests/
H A Dverify_filelist_test.py31 Verify('linux', rules, dirlist)
36 Verify('linux', rules, dirlist)
41 Verify('linux', rules, dirlist)
46 Verify('linux', rules, dirlist)
56 Verify('mac', rules, other_dirlist)
67 Verify('mac', rules, mac_dirlist)
105 Verify(platform, rules, dirlist)
119 Verify('win', rules, dirlist)
123 Verify('linux', rules, dirlist)
130 Verify('linux', rules, dirlist)
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests/CompileTime2/
H A DOperatorIntrinsic.vb31 Verify(TypeCode.Boolean, msg)
34 Verify(TypeCode.Byte, msg)
37 Verify(TypeCode.SByte, msg)
40 Verify(TypeCode.Int16, msg)
43 Verify(TypeCode.UInt16, msg)
46 Verify(TypeCode.Int32, msg)
49 Verify(TypeCode.UInt32, msg)
52 Verify(TypeCode.Int64, msg)
55 Verify(TypeCode.UInt64, msg)
61 Verify(TypeCode.Single, msg)
[all …]
H A DArgumentTypeInference.vb47 Verify("#A1", 0, A(1))
48 Verify("#a1", TypeCode.Int32, A2(1))
49 Verify("#A2", 1, A(1L))
50 Verify("#a2", TypeCode.Int64, A2(1L))
52 Verify("#B1", 2, B(1))
53 Verify("#b1", TypeCode.Int32, B2(1))
54 Verify("#B2", 3, B(1, 1))
55 Verify("#b2", TypeCode.Int32, B2(1, 1))
56 Verify("#B3", 3, B(1, 1L))
57 Verify("#b3", TypeCode.Int64, B2(1, 1L))
[all …]
/dports/security/py-pgpy/PGPy-0.5.3/docs/source/
H A Dprogress.rst115 - Verify, True, Verify detached signatures
117 - Verify, True, Verify messages
118 - Verify, True, Verify key signatures
125 - Verify, True, Verify timestamp signatures
152 - Verify, True, Verify detached signatures
154 - Verify, True, Verify messages
155 - Verify, True, Verify key signatures
162 - Verify, True, Verify timestamp signatures
234 - Verify, True, Verify detached signatures
236 - Verify, True, Verify messages
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/
H A DPGP.t249 my %Verify = $PGPObject->Verify(
257 $Verify{KeyID} || '',
270 %Verify = $PGPObject->Verify(
290 %Verify = $PGPObject->Verify(
310 %Verify = $PGPObject->Verify(
372 my %Verify = $PGPObject->Verify(
402 %Verify = $PGPObject->Verify(
509 my %Verify = $PGPObject->Verify(
531 %Verify = $PGPObject->Verify(
559 my %Verify = $PGPObject->Verify(
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/
H A Dvty.cabal181 other-modules: Verify
214 other-modules: Verify
247 other-modules: Verify
279 other-modules: Verify
305 other-modules: Verify
334 other-modules: Verify
362 other-modules: Verify
390 other-modules: Verify
417 other-modules: Verify
446 other-modules: Verify
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/
H A Dvty.cabal181 other-modules: Verify
214 other-modules: Verify
247 other-modules: Verify
279 other-modules: Verify
305 other-modules: Verify
334 other-modules: Verify
362 other-modules: Verify
390 other-modules: Verify
417 other-modules: Verify
446 other-modules: Verify
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/resources/
H A DHTTP-Util.robot24 Verify Status
28 Verify Status Ok
29 Verify Status 200
31 Verify Status Created
32 Verify Status 201
34 Verify Status Accepted
35 Verify Status 202
38 Verify Status 400
40 Verify Status Not Found
41 Verify Status 404
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/group_replication/t/
H A Dgr_show_global_and_session_variables.test7 # 2. Verify group replication related variables at GLOBAL scope.
8 # 3. Verify group replication related variables at SESSION scope.
9 # 4. Verify values of GLOBAL and SESSION variables using below commands:-
238 --echo # Test#4: Verify GLOBAL and SESSION variables
363 --let $assert_text= Verify GLOBAL value of group_replication_group_name
367 --let $assert_text= Verify GLOBAL value of group_replication_group_name
371 --let $assert_text= Verify SESSION value of group_replication_group_name
686 --let $assert_text= Verify GLOBAL value of group_replication_ssl_mode
690 --let $assert_text= Verify GLOBAL value of group_replication_ssl_mode
694 --let $assert_text= Verify SESSION value of group_replication_ssl_mode
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/src/Simple/Generics/
H A DGenerics.cs1705 Verify(1111, (int)fi.GetValue(null)); in TestDynamicStaticFields()
1758 Verify((int)123, result); in TestDynamicInvokeStubs()
1765 Verify((int)234, result); in TestDynamicInvokeStubs()
1862 Verify("123", fi.GetValue(null)); in TestStaticFields()
1866 Verify("1122", result.Key); in TestStaticFields()
1867 Verify("3344", result.Value); in TestStaticFields()
1890 Verify("321", fi.GetValue(null)); in TestStaticFields()
1894 Verify("4433", result.Key); in TestStaticFields()
1895 Verify("2211", result.Value); in TestStaticFields()
1922 Verify("7788", result.Key); in TestStaticFields()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/
H A DVerify.java34 public class Verify { class
178 Verify.verifyBinary(rnd1, rnd2, method); in verify()
179 Verify.verifyBinary(rnd1, rnd2 + 1, method); in verify()
180 Verify.verifyBinary(rnd1 + 1, rnd2, method); in verify()
183 Verify.verifyBinary(0, values[0], method); in verify()
184 Verify.verifyBinary(values[0], 0, method); in verify()
185 Verify.verifyBinary(0, values[1], method); in verify()
186 Verify.verifyBinary(values[1], 0, method); in verify()
198 Verify.verifyBinary(rnd1, rnd2, method); in verify()
233 Verify.verifyBinary(5, 7, method); in verify()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/
H A DVerify.java34 public class Verify { class
178 Verify.verifyBinary(rnd1, rnd2, method); in verify()
179 Verify.verifyBinary(rnd1, rnd2 + 1, method); in verify()
180 Verify.verifyBinary(rnd1 + 1, rnd2, method); in verify()
183 Verify.verifyBinary(0, values[0], method); in verify()
184 Verify.verifyBinary(values[0], 0, method); in verify()
185 Verify.verifyBinary(0, values[1], method); in verify()
186 Verify.verifyBinary(values[1], 0, method); in verify()
198 Verify.verifyBinary(rnd1, rnd2, method); in verify()
233 Verify.verifyBinary(5, 7, method); in verify()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/
H A DVerify.java34 public class Verify { class
178 Verify.verifyBinary(rnd1, rnd2, method); in verify()
179 Verify.verifyBinary(rnd1, rnd2 + 1, method); in verify()
180 Verify.verifyBinary(rnd1 + 1, rnd2, method); in verify()
183 Verify.verifyBinary(0, values[0], method); in verify()
184 Verify.verifyBinary(values[0], 0, method); in verify()
185 Verify.verifyBinary(0, values[1], method); in verify()
186 Verify.verifyBinary(values[1], 0, method); in verify()
198 Verify.verifyBinary(rnd1, rnd2, method); in verify()
233 Verify.verifyBinary(5, 7, method); in verify()
[all …]

12345678910>>...486