Searched refs:test_directive (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestleaks.h37 test_ok(!_this, TESTNAME, test_directive, test_reason, \
46 test_ok(_this == _that, TESTNAME, test_directive, test_reason, \
H A Dtestcpp.h37 test_ok(_this, TESTNAME, test_directive, test_reason, \
46 test_ok(_this, TESTNAME, test_directive, test_reason, \
57 _this = test_ok(false, TESTNAME, test_directive, test_reason, \
66 test_directive, test_reason, __FILE__, __LINE__, \
73 _this = test_ok(false, TESTNAME, test_directive, test_reason, \
H A Dtestsecevent.h16 test_directive, test_reason, __FILE__, __LINE__) \
22 test_directive, test_reason, __FILE__, __LINE__) \
H A Dtestmore.h39 test_ok(!!(THIS), TESTNAME, test_directive, test_reason, \
45 test_ok((_this == _that), TESTNAME, test_directive, test_reason, \
54 test_diag(test_directive, test_reason, __FILE__, __LINE__, MSG, ## ARGS)
59 test_ok((_this OP _that), TESTNAME, test_directive, test_reason, \
70 test_ok(!strcmp(_this, _that), TESTNAME, test_directive, test_reason, \
84 TESTNAME, test_directive, test_reason, \
97 #define todo(REASON) const char *test_directive __attribute__((unused)) = "TODO", \
101 #define setup(REASON) const char *test_directive = "SETUP", \
112 test_ok(!_this, TESTNAME, test_directive, test_reason, \
121 test_ok(_this == _that, TESTNAME, test_directive, test_reaso
[all...]
H A Dtestmore.c42 const char *test_directive = NULL; variable
/macosx-10.10.1/CommonCrypto-60061/test/test/
H A Dtestcpp.h37 test_ok(_this, TESTNAME, test_directive, test_reason, \
46 test_ok(_this, TESTNAME, test_directive, test_reason, \
57 _this = test_ok(false, TESTNAME, test_directive, test_reason, \
66 test_directive, test_reason, __FILE__, __LINE__, \
73 _this = test_ok(false, TESTNAME, test_directive, test_reason, \
H A Dtestmore.h61 test_ok(!!(THIS), TESTNAME, test_directive, test_reason, \
67 test_ok((_this == _that), TESTNAME, test_directive, test_reason, \
76 test_diag(test_directive, test_reason, __FILE__, __LINE__, MSG, ## ARGS)
81 test_ok((_this OP _that), TESTNAME, test_directive, test_reason, \
92 test_ok(!strcmp(_this, _that), TESTNAME, test_directive, test_reason, \
106 TESTNAME, test_directive, test_reason, \
119 #define todo(REASON) const char *test_directive __attribute__((unused)) = "TODO", \
123 #define setup(REASON) const char *test_directive = "SETUP", \
134 test_ok(!_this, TESTNAME, test_directive, test_reason, \
143 test_ok(_this == _that, TESTNAME, test_directive, test_reaso
[all...]
H A Dtestmore.c44 const char *test_directive = NULL; variable
/macosx-10.10.1/Security-57031.1.35/Security/regressions/test/
H A Dtestcpp.h37 test_ok(_this, TESTNAME, test_directive, test_reason, \
46 test_ok(_this, TESTNAME, test_directive, test_reason, \
57 _this = test_ok(false, TESTNAME, test_directive, test_reason, \
66 test_directive, test_reason, __FILE__, __LINE__, \
73 _this = test_ok(false, TESTNAME, test_directive, test_reason, \
H A Dtestmore.h69 test_ok(is_ok, test_create_description(__VA_ARGS__), test_directive, \
77 test_directive, test_reason, __FILE__, __LINE__, \
85 test_diag(test_directive, test_reason, __FILE__, __LINE__, MSG, ## ARGS)
91 test_directive, test_reason, __FILE__, __LINE__, \
102 test_directive, test_reason, __FILE__, __LINE__, \
115 test_create_description(__VA_ARGS__), test_directive, test_reason, \
126 test_ok(CFEqualSafe(_this, _that), test_create_description(__VA_ARGS__), test_directive, test_reason, \
140 #define todo(REASON) const char *test_directive __attribute__((unused)) = "TODO", \
144 #define setup(REASON) const char *test_directive = "SETUP", \
156 test_directive, test_reaso
[all...]
H A Dtestmore.c45 const char *test_directive = NULL; variable
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSTestDevice.h57 void SOSTestDeviceListSync(const char *name, const char *test_directive, const char *test_reason, CFMutableDictionaryRef testDevices, bool(^pre)(SOSTestDeviceRef source, SOSTestDeviceRef dest), bool(^post)(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRef message));
59 bool SOSTestDeviceListInSync(const char *name, const char *test_directive, const char *test_reason, CFMutableDictionaryRef testDevices);
61 void SOSTestDeviceListTestSync(const char *name, const char *test_directive, const char *test_reason, CFIndex version, bool use_db,
H A DSOSTestDevice.c285 void SOSTestDeviceListSync(const char *name, const char *test_directive, const char *test_reason, CFMutableDictionaryRef testDevices, bool(^pre)(SOSTestDeviceRef source, SOSTestDeviceRef dest), bool(^post)(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRef message)) { argument
343 bool SOSTestDeviceListInSync(const char *name, const char *test_directive, const char *test_reason, CFMutableDictionaryRef testDevices) { argument
367 void SOSTestDeviceListTestSync(const char *name, const char *test_directive, const char *test_reason, CFIndex version, bool use_db, argument
376 SOSTestDeviceListSync(name, test_directive, test_reason, testDevices, pre, post);
377 SOSTestDeviceListInSync(name, test_directive, test_reason, testDevices);
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-70-engine.c87 static void testsync3(const char *name, const char *test_directive, const char *test_reason) { argument
89 SOSTestDeviceListTestSync(name, test_directive, test_reason, 0, false, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
112 static void testsync2(const char *name, const char *test_directive, const char *test_reason, void (^aliceInit)(SOSDataSourceRef ds), void (^bobInit)(SOSDataSourceRef ds), CFStringRef msg, ...) { argument
114 SOSTestDeviceListTestSync(name, test_directive, test_reason, kSOSPeerVersion, false, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
132 static void testsync(const char *name, const char *test_directive, const char *test_reason, void (^aliceInit)(SOSDataSourceRef ds), void (^bobInit)(SOSDataSourceRef ds), ...) { argument
138 SOSTestDeviceListTestSync(name, test_directive, test_reason, 0, false,
189 SOSTestDeviceListSync("syncempty", test_directive, test_reason, testDevices, NULL, NULL);
190 SOSTestDeviceListInSync("syncempty", test_directive, test_reason, testDevices);
205 static void testsyncmany(const char *name, const char *test_directive, const char *test_reason, int devFirst, int devCount, int version, CFIndex (*should_add)(int iteration)) { argument
214 SOSTestDeviceListSync(name, test_directive, test_reaso
[all...]
H A Dsecd-70-engine-corrupt.c53 SOSTestDeviceListTestSync("nosha1", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
86 SOSTestDeviceListTestSync("drop_item", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
118 SOSTestDeviceListTestSync("drop_manifest", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
150 SOSTestDeviceListTestSync("add_sha1", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
193 SOSTestDeviceListTestSync("change_sha1", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
/macosx-10.10.1/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-41-secdb-stress.c43 test_ok(is_ok, test_create_description(__VA_ARGS__), test_directive, \
55 test_directive, test_reason, __FILE__, __LINE__, \
65 #define SecDbExecWithSql(dbconn, sql) test_SecDbExecWithSql(dbconn, sql, test_directive, test_reason, __FILE__, __LINE__)
78 #define SecDbDeleteWithInts(dbconn, key, value) test_SecDbDeleteWithInts(dbconn, key, value, test_directive, test_reason, __FILE__, __LINE__)
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/dl/
H A Ddl-12-modify.c346 TESTNAME, test_directive, test_reason, __FILE__, __LINE__) \
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-16-ec-certificate.c1079 test_create_description(__VA_ARGS__), test_directive, test_reason, \

Completed in 197 milliseconds