Home
last modified time | relevance | path

Searched refs:correct (Results 151 – 175 of 43683) sorted by relevance

12345678910>>...1748

/dports/devel/py-thrift/thrift-0.14.0/lib/delphi/test/serializer/
H A DTestSerializer.Tests.pas132 var tested, correct : IOneOfEach;
161 correct := Fixtures.CreateOneOfEach;
162 ASSERT( tested.Im_true = correct.Im_true);
163 ASSERT( tested.Im_false = correct.Im_false);
164 ASSERT( tested.A_bite = correct.A_bite);
165 ASSERT( tested.Integer16 = correct.Integer16);
166 ASSERT( tested.Integer32 = correct.Integer32);
171 ASSERT( tested.What_who = correct.What_who);
174 ASSERT( CompareMem( @tested.Base64[0], @correct.Base64[0], Length(correct.Base64)));
191 var tested, correct : ICompactProtoTestStruct;
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/delphi/test/serializer/
H A DTestSerializer.Tests.pas132 var tested, correct : IOneOfEach;
161 correct := Fixtures.CreateOneOfEach;
162 ASSERT( tested.Im_true = correct.Im_true);
163 ASSERT( tested.Im_false = correct.Im_false);
164 ASSERT( tested.A_bite = correct.A_bite);
165 ASSERT( tested.Integer16 = correct.Integer16);
166 ASSERT( tested.Integer32 = correct.Integer32);
171 ASSERT( tested.What_who = correct.What_who);
174 ASSERT( CompareMem( @tested.Base64[0], @correct.Base64[0], Length(correct.Base64)));
191 var tested, correct : ICompactProtoTestStruct;
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/delphi/test/serializer/
H A DTestSerializer.Tests.pas132 var tested, correct : IOneOfEach;
161 correct := Fixtures.CreateOneOfEach;
162 ASSERT( tested.Im_true = correct.Im_true);
163 ASSERT( tested.Im_false = correct.Im_false);
164 ASSERT( tested.A_bite = correct.A_bite);
165 ASSERT( tested.Integer16 = correct.Integer16);
166 ASSERT( tested.Integer32 = correct.Integer32);
171 ASSERT( tested.What_who = correct.What_who);
174 ASSERT( CompareMem( @tested.Base64[0], @correct.Base64[0], Length(correct.Base64)));
191 var tested, correct : ICompactProtoTestStruct;
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/delphi/test/serializer/
H A DTestSerializer.Tests.pas132 var tested, correct : IOneOfEach;
161 correct := Fixtures.CreateOneOfEach;
162 ASSERT( tested.Im_true = correct.Im_true);
163 ASSERT( tested.Im_false = correct.Im_false);
164 ASSERT( tested.A_bite = correct.A_bite);
165 ASSERT( tested.Integer16 = correct.Integer16);
166 ASSERT( tested.Integer32 = correct.Integer32);
171 ASSERT( tested.What_who = correct.What_who);
174 ASSERT( CompareMem( @tested.Base64[0], @correct.Base64[0], Length(correct.Base64)));
191 var tested, correct : ICompactProtoTestStruct;
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/delphi/test/serializer/
H A DTestSerializer.Tests.pas132 var tested, correct : IOneOfEach;
161 correct := Fixtures.CreateOneOfEach;
162 ASSERT( tested.Im_true = correct.Im_true);
163 ASSERT( tested.Im_false = correct.Im_false);
164 ASSERT( tested.A_bite = correct.A_bite);
165 ASSERT( tested.Integer16 = correct.Integer16);
166 ASSERT( tested.Integer32 = correct.Integer32);
171 ASSERT( tested.What_who = correct.What_who);
174 ASSERT( CompareMem( @tested.Base64[0], @correct.Base64[0], Length(correct.Base64)));
191 var tested, correct : ICompactProtoTestStruct;
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/test/java/de/lmu/ifi/dbs/elki/math/geometry/
H A DPrimsMinimumSpanningTreeTest.java50 int[] correct = new int[] { 0, 1, 0, 3, 1, 4, 2, 4, 4, 6, 3, 5 }; in testSimple() local
51 assertEquals("Graph size does not match expected size.", correct.length, ret.length); in testSimple()
54 int[] flags = new int[correct.length]; in testSimple()
57 for(int j = 0; j < correct.length; j += 2) { in testSimple()
61 …if((correct[j] == ret[i] && correct[j + 1] == ret[i + 1]) || (correct[j] == ret[i + 1] && correct[… in testSimple()
82 int[] correct = new int[] { 0, 1 }; in testTiny() local
83 assertEquals("Graph size does not match expected size.", correct.length, ret.length); in testTiny()
89 assertEquals("Graph size does not match expected size.", correct.length >> 1, c[0]); in testTiny()
/dports/net-p2p/jigdo/jigdo-0.7.3/src/util/
H A Dmimestream-test.cc34 Assert(m.result() == correct); in main()
42 Assert(m.result() == correct); in main()
45 Assert(m.result() == correct); in main()
48 Assert(m.result() == correct); in main()
51 Assert(m.result() == correct); in main()
55 Assert(m.result() == correct); in main()
58 Assert(m.result() == correct); in main()
61 Assert(m.result() == correct); in main()
64 Assert(m.result() == correct); in main()
67 correct = "H7pU8Q"; in main()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Simple/t/Test2/behavior/
H A Duuid.t39 is($events->[0]->trace->uuid, 'context-2', "First event has correct context");
40 is($events->[0]->trace->huuid, 'hub-2', "First event has correct hub");
44 is($events->[1]->uuid, 'event-2', "Second event gets correct uuid");
45 is($events->[1]->trace->uuid, 'context-3', "Second event has correct context");
46 is($events->[1]->trace->huuid, 'hub-2', "Second event has correct hub");
48 is($events->[2]->uuid, 'event-3', "Third event gets correct uuid");
50 is($events->[2]->trace->huuid, 'hub-2', "Third event has correct hub");
52 is($events->[3]->uuid, 'event-6', "subtest event gets correct uuid (not next)");
55 is($events->[3]->trace->huuid, 'hub-2', "subtest event has correct hub");
65 is($events->[5]->uuid, 'event-10', "subtest event gets correct uuid (not next)");
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Simple/t/Test2/behavior/
H A Duuid.t39 is($events->[0]->trace->uuid, 'context-2', "First event has correct context");
40 is($events->[0]->trace->huuid, 'hub-2', "First event has correct hub");
44 is($events->[1]->uuid, 'event-2', "Second event gets correct uuid");
45 is($events->[1]->trace->uuid, 'context-3', "Second event has correct context");
46 is($events->[1]->trace->huuid, 'hub-2', "Second event has correct hub");
48 is($events->[2]->uuid, 'event-3', "Third event gets correct uuid");
50 is($events->[2]->trace->huuid, 'hub-2', "Third event has correct hub");
52 is($events->[3]->uuid, 'event-6', "subtest event gets correct uuid (not next)");
55 is($events->[3]->trace->huuid, 'hub-2', "subtest event has correct hub");
65 is($events->[5]->uuid, 'event-10', "subtest event gets correct uuid (not next)");
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Simple/t/Test2/behavior/
H A Duuid.t39 is($events->[0]->trace->uuid, 'context-2', "First event has correct context");
40 is($events->[0]->trace->huuid, 'hub-2', "First event has correct hub");
44 is($events->[1]->uuid, 'event-2', "Second event gets correct uuid");
45 is($events->[1]->trace->uuid, 'context-3', "Second event has correct context");
46 is($events->[1]->trace->huuid, 'hub-2', "Second event has correct hub");
48 is($events->[2]->uuid, 'event-3', "Third event gets correct uuid");
50 is($events->[2]->trace->huuid, 'hub-2', "Third event has correct hub");
52 is($events->[3]->uuid, 'event-6', "subtest event gets correct uuid (not next)");
55 is($events->[3]->trace->huuid, 'hub-2', "subtest event has correct hub");
65 is($events->[5]->uuid, 'event-10', "subtest event gets correct uuid (not next)");
[all …]
/dports/devel/p5-Test-Simple/Test-Simple-1.302188/t/Test2/behavior/
H A Duuid.t39 is($events->[0]->trace->uuid, 'context-2', "First event has correct context");
40 is($events->[0]->trace->huuid, 'hub-2', "First event has correct hub");
44 is($events->[1]->uuid, 'event-2', "Second event gets correct uuid");
45 is($events->[1]->trace->uuid, 'context-3', "Second event has correct context");
46 is($events->[1]->trace->huuid, 'hub-2', "Second event has correct hub");
48 is($events->[2]->uuid, 'event-3', "Third event gets correct uuid");
50 is($events->[2]->trace->huuid, 'hub-2', "Third event has correct hub");
52 is($events->[3]->uuid, 'event-6', "subtest event gets correct uuid (not next)");
55 is($events->[3]->trace->huuid, 'hub-2', "subtest event has correct hub");
65 is($events->[5]->uuid, 'event-10', "subtest event gets correct uuid (not next)");
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Simple/t/Test2/behavior/
H A Duuid.t39 is($events->[0]->trace->uuid, 'context-2', "First event has correct context");
40 is($events->[0]->trace->huuid, 'hub-2', "First event has correct hub");
44 is($events->[1]->uuid, 'event-2', "Second event gets correct uuid");
45 is($events->[1]->trace->uuid, 'context-3', "Second event has correct context");
46 is($events->[1]->trace->huuid, 'hub-2', "Second event has correct hub");
48 is($events->[2]->uuid, 'event-3', "Third event gets correct uuid");
50 is($events->[2]->trace->huuid, 'hub-2', "Third event has correct hub");
52 is($events->[3]->uuid, 'event-6', "subtest event gets correct uuid (not next)");
55 is($events->[3]->trace->huuid, 'hub-2', "subtest event has correct hub");
65 is($events->[5]->uuid, 'event-10', "subtest event gets correct uuid (not next)");
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dfor_each_element.cpp21 int correct = 10 * x + 5 * y + c; in main() local
22 if (im(x, y, c) != correct) { in main()
24 x, y, c, im(x, y, c), correct); in main()
32 int correct = (10 * x + 5 * y + c) * 3; in main() local
33 if (im(x, y, c) != correct) { in main()
35 x, y, c, im(x, y, c), correct); in main()
45 int correct = (10 * x + 5 * y + c) * 6; in main() local
46 if (im(x, y, c) != correct) { in main()
48 x, y, c, im(x, y, c), correct); in main()
59 int correct = (10 * x + 5 * y + c) * 12; in main() local
[all …]
H A Dsliding_reduction.cpp23 int correct = 99 * 3; in check() local
24 if (im(x, y) != correct) { in check()
26 x, y, im(x, y), correct); in check()
54 int correct = 24; in main() local
55 if (counter != correct) { in main()
56 printf("Failed sliding a reduction: %d evaluations instead of %d\n", counter, correct); in main()
76 int correct = 60; in main() local
77 if (counter != correct) { in main()
78 printf("Failed sliding a reduction: %d evaluations instead of %d\n", counter, correct); in main()
111 int correct = 42; in main() local
[all …]
H A Dimplicit_args.cpp33 int correct = i * j * k + x + i + i + j; in main() local
34 if (result1(x, i, j, k) != correct) { in main()
36 x, i, j, k, result1(x, i, j, k), correct); in main()
59 int correct = 2 * i * j + 2 + 2 + 2 + i + 1 + i; in main() local
60 if (result2(i, j) != correct) { in main()
62 i, j, result2(i, j), correct); in main()
82 if (transposed(i, j, k, l) != correct) { in main()
105 int correct = correct1 + correct2; in main() local
106 if (hairy_transposed(i, j, k, l) != correct) { in main()
129 int correct = correct1 + correct2; in main() local
[all …]
/dports/devel/meson/meson-0.60.3/test cases/common/206 tap tests/
H A Dissue7515.txt3 ok 2 Gtk overrides UI template sets up public template children with the correct widgets
4 ok 3 Gtk overrides UI template sets up internal template children with the correct widgets
5 ok 4 Gtk overrides UI template connects template callbacks to the correct handler
6 ok 5 Gtk overrides UI template binds template callbacks to the correct object
8 ok 7 Gtk overrides UI template from resource sets up public template children with the correct widg…
10 ok 9 Gtk overrides UI template from resource connects template callbacks to the correct handler
11 ok 10 Gtk overrides UI template from resource binds template callbacks to the correct object
13 ok 12 Gtk overrides UI template from file sets up public template children with the correct widgets
15 ok 14 Gtk overrides UI template from file connects template callbacks to the correct handler
16 ok 15 Gtk overrides UI template from file binds template callbacks to the correct object
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/
H A D.rubocop_todo.yml10 # Cop supports --auto-correct.
29 # Cop supports --auto-correct.
36 # Cop supports --auto-correct.
43 # Cop supports --auto-correct.
50 # Cop supports --auto-correct.
57 # Cop supports --auto-correct.
66 # Cop supports --auto-correct.
73 # Cop supports --auto-correct.
80 # Cop supports --auto-correct.
85 # Cop supports --auto-correct.
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/tests/
H A Dbgp-4byte-asdot.out8 …1.0.2.2.42741 > 1.0.2.1.179: Flags [.], cksum 0x8e39 (correct), ack 1, win 58, options [nop,nop,TS…
25 …1.0.2.1.179 > 1.0.2.2.42741: Flags [.], cksum 0x8e03 (correct), ack 56, win 57, options [nop,nop,T…
37 …1.0.2.2.42741 > 1.0.2.1.179: Flags [.], cksum 0x8dd7 (correct), ack 44, win 58, options [nop,nop,T…
42 …1.0.2.2.42741 > 1.0.2.1.179: Flags [.], cksum 0x8dc4 (correct), ack 63, win 58, options [nop,nop,T…
66 …1.0.2.2.42741 > 1.0.2.1.179: Flags [.], cksum 0x8d1f (correct), ack 177, win 58, options [nop,nop,…
72 …1.0.3.1.179 > 1.0.3.2.43415: Flags [R.], cksum 0xb265 (correct), seq 0, ack 4276964400, win 0, len…
78 …1.0.4.1.179 > 1.0.4.2.34995: Flags [R.], cksum 0x85b8 (correct), seq 0, ack 332890840, win 0, leng…
84 …1.0.3.1.35169 > 1.0.3.2.179: Flags [.], cksum 0x0835 (correct), ack 1, win 58, options [nop,nop,TS…
101 …1.0.3.2.179 > 1.0.3.1.35169: Flags [.], cksum 0x07fd (correct), ack 56, win 57, options [nop,nop,T…
115 …1.0.3.1.35169 > 1.0.3.2.179: Flags [.], cksum 0x07cb (correct), ack 50, win 58, options [nop,nop,T…
[all …]
H A Dbgp-4byte-asn.out8 …1.0.2.2.42741 > 1.0.2.1.179: Flags [.], cksum 0x8e39 (correct), ack 1, win 58, options [nop,nop,TS…
25 …1.0.2.1.179 > 1.0.2.2.42741: Flags [.], cksum 0x8e03 (correct), ack 56, win 57, options [nop,nop,T…
37 …1.0.2.2.42741 > 1.0.2.1.179: Flags [.], cksum 0x8dd7 (correct), ack 44, win 58, options [nop,nop,T…
42 …1.0.2.2.42741 > 1.0.2.1.179: Flags [.], cksum 0x8dc4 (correct), ack 63, win 58, options [nop,nop,T…
66 …1.0.2.2.42741 > 1.0.2.1.179: Flags [.], cksum 0x8d1f (correct), ack 177, win 58, options [nop,nop,…
72 …1.0.3.1.179 > 1.0.3.2.43415: Flags [R.], cksum 0xb265 (correct), seq 0, ack 4276964400, win 0, len…
78 …1.0.4.1.179 > 1.0.4.2.34995: Flags [R.], cksum 0x85b8 (correct), seq 0, ack 332890840, win 0, leng…
84 …1.0.3.1.35169 > 1.0.3.2.179: Flags [.], cksum 0x0835 (correct), ack 1, win 58, options [nop,nop,TS…
101 …1.0.3.2.179 > 1.0.3.1.35169: Flags [.], cksum 0x07fd (correct), ack 56, win 57, options [nop,nop,T…
115 …1.0.3.1.35169 > 1.0.3.2.179: Flags [.], cksum 0x07cb (correct), ack 50, win 58, options [nop,nop,T…
[all …]
/dports/devel/p5-Import-Into/Import-Into-1.002005/t/
H A Dimport_into.t72 'import by level has correct package';
74 'import by level has correct file';
76 'import by level has correct line';
90 'import with hash has correct package';
92 'import with hash has correct file';
94 'import with hash has correct line';
96 'VERSION with hash has correct package';
98 'VERSION with hash has correct file';
100 'VERSION with hash has correct line';
102 'import with hash has correct version';
[all …]
/dports/devel/py-yaml/PyYAML-5.4.1/tests/data/
H A Dinvalid-anchor-2.loader-error3 &correct foo,
4 *correct,
5 *correct] # still correct
6 - *correct: still correct
7 - &correct-or-not[foo, bar]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/
H A Doffscreencanvas.convert.to.blob.w.html.ini3 [Test that convertToBlob with jpeg/default quality produces correct result in a worker]
6 [Test that convertToBlob with png/0.2 quality produces correct result in a worker]
9 [Test that convertToBlob with webp/1.0 quality produces correct result in a worker]
15 [Test that convertToBlob with png/1.0 quality produces correct result in a worker]
18 [Test that convertToBlob with default type/1.0 quality produces correct result in a worker]
21 [Test that convertToBlob with jpeg/1.0 quality produces correct result in a worker]
24 [Test that convertToBlob with webp/0.2 quality produces correct result in a worker]
27 [Test that convertToBlob with webp/default quality produces correct result in a worker]
33 [Test that convertToBlob with jpeg/0.2 quality produces correct result in a worker]
39 [Test that convertToBlob with png/default quality produces correct result in a worker]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/offscreen-canvas/the-offscreen-canvas/
H A Doffscreencanvas.convert.to.blob.w.html.ini3 [Test that convertToBlob with default arguments produces correct result in a worker]
6 [Test that convertToBlob with default type/1.0 quality produces correct result in a worker]
9 [Test that convertToBlob with default type/0.2 quality produces correct result in a worker]
12 [Test that convertToBlob with png/default quality produces correct result in a worker]
15 [Test that convertToBlob with png/1.0 quality produces correct result in a worker]
18 [Test that convertToBlob with png/0.2 quality produces correct result in a worker]
21 [Test that convertToBlob with jpeg/default quality produces correct result in a worker]
24 [Test that convertToBlob with jpeg/1.0 quality produces correct result in a worker]
27 [Test that convertToBlob with jpeg/0.2 quality produces correct result in a worker]
33 [Test that convertToBlob with webp/1.0 quality produces correct result in a worker]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/
H A Doffscreencanvas.convert.to.blob.w.html.ini3 [Test that convertToBlob with jpeg/default quality produces correct result in a worker]
6 [Test that convertToBlob with png/0.2 quality produces correct result in a worker]
9 [Test that convertToBlob with webp/1.0 quality produces correct result in a worker]
15 [Test that convertToBlob with png/1.0 quality produces correct result in a worker]
18 [Test that convertToBlob with default type/1.0 quality produces correct result in a worker]
21 [Test that convertToBlob with jpeg/1.0 quality produces correct result in a worker]
24 [Test that convertToBlob with webp/0.2 quality produces correct result in a worker]
27 [Test that convertToBlob with webp/default quality produces correct result in a worker]
33 [Test that convertToBlob with jpeg/0.2 quality produces correct result in a worker]
39 [Test that convertToBlob with png/default quality produces correct result in a worker]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/html/canvas/offscreen/convert-to-blob/
H A Doffscreencanvas.convert.to.blob.w.html.ini3 [Test that convertToBlob with jpeg/default quality produces correct result in a worker]
6 [Test that convertToBlob with png/0.2 quality produces correct result in a worker]
9 [Test that convertToBlob with webp/1.0 quality produces correct result in a worker]
15 [Test that convertToBlob with png/1.0 quality produces correct result in a worker]
18 [Test that convertToBlob with default type/1.0 quality produces correct result in a worker]
21 [Test that convertToBlob with jpeg/1.0 quality produces correct result in a worker]
24 [Test that convertToBlob with webp/0.2 quality produces correct result in a worker]
27 [Test that convertToBlob with webp/default quality produces correct result in a worker]
33 [Test that convertToBlob with jpeg/0.2 quality produces correct result in a worker]
39 [Test that convertToBlob with png/default quality produces correct result in a worker]
[all …]

12345678910>>...1748