Home
last modified time | relevance | path

Searched refs:TraitsTest (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/cxxtest/cxxtest-4.4/test/
H A Dnormal.out144 In TraitsTest::testIntegerTraits:
145 TraitsTest.h:13: Error: Test failed: 1
147 TraitsTest.h:15: Error: Test failed: -12
148 TraitsTest.h:16: Error: Test failed: 34
150 TraitsTest.h:18: Error: Test failed: 456
153 In TraitsTest::testFloatingPointTraits:
156 In TraitsTest::testBoolTraits:
159 In TraitsTest::testCharTraits:
160 TraitsTest.h:37: Error: Test failed: 'A'
170 In TraitsTest::testStringTraits:
[all …]
H A Dworld.out144 In TraitsTest::testIntegerTraits:
145 TraitsTest.h:13: Error: Test failed: 1
147 TraitsTest.h:15: Error: Test failed: -12
148 TraitsTest.h:16: Error: Test failed: 34
150 TraitsTest.h:18: Error: Test failed: 456
153 In TraitsTest::testFloatingPointTraits:
156 In TraitsTest::testBoolTraits:
159 In TraitsTest::testCharTraits:
160 TraitsTest.h:37: Error: Test failed: 'A'
170 In TraitsTest::testStringTraits:
[all …]
H A Dabort.out79 In TraitsTest::testIntegerTraits:
80 TraitsTest.h:13: Error: Test failed: 1
81 In TraitsTest::testFloatingPointTraits:
82 TraitsTest.h:25: Error: Test failed: 0.1234
83 In TraitsTest::testBoolTraits:
84 TraitsTest.h:31: Error: Test failed: true
85 In TraitsTest::testCharTraits:
86 TraitsTest.h:37: Error: Test failed: 'A'
87 In TraitsTest::testStringTraits:
88 TraitsTest.h:51: Error: Test failed: (char *) is displayed as-is
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/test/
H A Dnormal.out144 In TraitsTest::testIntegerTraits:
145 TraitsTest.h:13: Error: Test failed: 1
147 TraitsTest.h:15: Error: Test failed: -12
148 TraitsTest.h:16: Error: Test failed: 34
150 TraitsTest.h:18: Error: Test failed: 456
153 In TraitsTest::testFloatingPointTraits:
156 In TraitsTest::testBoolTraits:
159 In TraitsTest::testCharTraits:
160 TraitsTest.h:37: Error: Test failed: 'A'
170 In TraitsTest::testStringTraits:
[all …]
H A Dworld.out144 In TraitsTest::testIntegerTraits:
145 TraitsTest.h:13: Error: Test failed: 1
147 TraitsTest.h:15: Error: Test failed: -12
148 TraitsTest.h:16: Error: Test failed: 34
150 TraitsTest.h:18: Error: Test failed: 456
153 In TraitsTest::testFloatingPointTraits:
156 In TraitsTest::testBoolTraits:
159 In TraitsTest::testCharTraits:
160 TraitsTest.h:37: Error: Test failed: 'A'
170 In TraitsTest::testStringTraits:
[all …]
H A Dabort.out79 In TraitsTest::testIntegerTraits:
80 TraitsTest.h:13: Error: Test failed: 1
81 In TraitsTest::testFloatingPointTraits:
82 TraitsTest.h:25: Error: Test failed: 0.1234
83 In TraitsTest::testBoolTraits:
84 TraitsTest.h:31: Error: Test failed: true
85 In TraitsTest::testCharTraits:
86 TraitsTest.h:37: Error: Test failed: 'A'
87 In TraitsTest::testStringTraits:
88 TraitsTest.h:51: Error: Test failed: (char *) is displayed as-is
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/test/
H A Dnormal.out144 In TraitsTest::testIntegerTraits:
145 TraitsTest.h:13: Error: Test failed: 1
147 TraitsTest.h:15: Error: Test failed: -12
148 TraitsTest.h:16: Error: Test failed: 34
150 TraitsTest.h:18: Error: Test failed: 456
153 In TraitsTest::testFloatingPointTraits:
156 In TraitsTest::testBoolTraits:
159 In TraitsTest::testCharTraits:
160 TraitsTest.h:37: Error: Test failed: 'A'
170 In TraitsTest::testStringTraits:
[all …]
H A Dabort.out79 In TraitsTest::testIntegerTraits:
80 TraitsTest.h:13: Error: Test failed: 1
81 In TraitsTest::testFloatingPointTraits:
82 TraitsTest.h:25: Error: Test failed: 0.1234
83 In TraitsTest::testBoolTraits:
84 TraitsTest.h:31: Error: Test failed: true
85 In TraitsTest::testCharTraits:
86 TraitsTest.h:37: Error: Test failed: 'A'
87 In TraitsTest::testStringTraits:
88 TraitsTest.h:51: Error: Test failed: (char *) is displayed as-is
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/type/
H A DTraitsTest.cpp55 TEST(TraitsTest, Bool) { in TEST() argument
69 TEST(TraitsTest, Byte) { in TEST() argument
83 TEST(TraitsTest, I16) { in TEST() argument
97 TEST(TraitsTest, I32) { in TEST() argument
111 TEST(TraitsTest, I64) { in TEST() argument
125 TEST(TraitsTest, Enum) { in TEST() argument
149 TEST(TraitsTest, Float) { in TEST() argument
223 TEST(TraitsTest, Union) { in TEST() argument
255 TEST(TraitsTest, List) { in TEST() argument
283 TEST(TraitsTest, Set) { in TEST() argument
[all …]
/dports/lang/php73/php-7.3.33/Zend/tests/traits/
H A Dproperty002.phpt14 class TraitsTest {
22 var_dump(property_exists('TraitsTest', 'hello'));
23 var_dump(property_exists('TraitsTest', 'world'));
25 $t = new TraitsTest;
H A Dproperty001.phpt15 echo "PRE-CLASS-GUARD-TraitsTest\n";
17 class TraitsTest {
29 var_dump(property_exists('TraitsTest', 'foo'));
33 PRE-CLASS-GUARD-TraitsTest
/dports/www/mod_php81/php-8.1.1/Zend/tests/traits/
H A Dproperty002.phpt14 class TraitsTest {
22 var_dump(property_exists('TraitsTest', 'hello'));
23 var_dump(property_exists('TraitsTest', 'world'));
25 $t = new TraitsTest;
H A Dproperty001.phpt15 echo "PRE-CLASS-GUARD-TraitsTest\n";
17 class TraitsTest {
29 var_dump(property_exists('TraitsTest', 'foo'));
33 PRE-CLASS-GUARD-TraitsTest
/dports/www/mod_php74/php-7.4.27/Zend/tests/traits/
H A Dproperty002.phpt14 class TraitsTest {
22 var_dump(property_exists('TraitsTest', 'hello'));
23 var_dump(property_exists('TraitsTest', 'world'));
25 $t = new TraitsTest;
H A Dproperty001.phpt15 echo "PRE-CLASS-GUARD-TraitsTest\n";
17 class TraitsTest {
29 var_dump(property_exists('TraitsTest', 'foo'));
33 PRE-CLASS-GUARD-TraitsTest
/dports/lang/php81/php-8.1.1/Zend/tests/traits/
H A Dproperty002.phpt14 class TraitsTest {
22 var_dump(property_exists('TraitsTest', 'hello'));
23 var_dump(property_exists('TraitsTest', 'world'));
25 $t = new TraitsTest;
H A Dproperty001.phpt15 echo "PRE-CLASS-GUARD-TraitsTest\n";
17 class TraitsTest {
29 var_dump(property_exists('TraitsTest', 'foo'));
33 PRE-CLASS-GUARD-TraitsTest
/dports/lang/php80/php-8.0.15/Zend/tests/traits/
H A Dproperty002.phpt14 class TraitsTest {
22 var_dump(property_exists('TraitsTest', 'hello'));
23 var_dump(property_exists('TraitsTest', 'world'));
25 $t = new TraitsTest;
H A Dproperty001.phpt15 echo "PRE-CLASS-GUARD-TraitsTest\n";
17 class TraitsTest {
29 var_dump(property_exists('TraitsTest', 'foo'));
33 PRE-CLASS-GUARD-TraitsTest
/dports/lang/php74/php-7.4.27/Zend/tests/traits/
H A Dproperty002.phpt14 class TraitsTest {
22 var_dump(property_exists('TraitsTest', 'hello'));
23 var_dump(property_exists('TraitsTest', 'world'));
25 $t = new TraitsTest;
H A Dproperty001.phpt15 echo "PRE-CLASS-GUARD-TraitsTest\n";
17 class TraitsTest {
29 var_dump(property_exists('TraitsTest', 'foo'));
33 PRE-CLASS-GUARD-TraitsTest
/dports/www/mod_php73/php-7.3.33/Zend/tests/traits/
H A Dproperty002.phpt14 class TraitsTest {
22 var_dump(property_exists('TraitsTest', 'hello'));
23 var_dump(property_exists('TraitsTest', 'world'));
25 $t = new TraitsTest;
H A Dproperty001.phpt15 echo "PRE-CLASS-GUARD-TraitsTest\n";
17 class TraitsTest {
29 var_dump(property_exists('TraitsTest', 'foo'));
33 PRE-CLASS-GUARD-TraitsTest
/dports/www/mod_php80/php-8.0.15/Zend/tests/traits/
H A Dproperty002.phpt14 class TraitsTest {
22 var_dump(property_exists('TraitsTest', 'hello'));
23 var_dump(property_exists('TraitsTest', 'world'));
25 $t = new TraitsTest;
H A Dproperty001.phpt15 echo "PRE-CLASS-GUARD-TraitsTest\n";
17 class TraitsTest {
29 var_dump(property_exists('TraitsTest', 'foo'));
33 PRE-CLASS-GUARD-TraitsTest

1234567