]> git.saurik.com Git - apple/security.git/blob - OSX/sec/Security/Regressions/Security_regressions.h
Security-58286.200.222.tar.gz
[apple/security.git] / OSX / sec / Security / Regressions / Security_regressions.h
1 /* To add a test:
2 1) add it here
3 2) Add it as command line argument for SecurityTest.app in the Release and Debug schemes
4 3) Add any resources your test use to the SecurityTest.app.
5
6 This file contains iOS only tests that are built in libSecurityRegression.a
7 For test shared between OSX and iOS, see shared_regressions.h
8 */
9 #include <regressions/test/testmore.h>
10
11 ONE_TEST(pbkdf2_00_hmac_sha1)
12 ONE_TEST(spbkdf_00_hmac_sha1)
13 ONE_TEST(spbkdf_01_hmac_sha256)
14
15 ONE_TEST(si_00_find_nothing)
16 ONE_TEST(si_05_add)
17 ONE_TEST(si_10_find_internet)
18 ONE_TEST(si_11_update_data)
19 ONE_TEST(si_12_item_stress)
20 ONE_TEST(si_13_item_system)
21 ONE_TEST(si_14_dateparse)
22 DISABLED_ONE_TEST(si_15_delete_access_group)
23 ONE_TEST(si_17_item_system_bluetooth)
24 DISABLED_ONE_TEST(si_30_keychain_upgrade) //obsolete, needs updating
25 DISABLED_ONE_TEST(si_31_keychain_bad)
26 DISABLED_ONE_TEST(si_31_keychain_unreadable)
27 ONE_TEST(si_33_keychain_backup)
28 ONE_TEST(si_40_seckey)
29 ONE_TEST(si_40_seckey_custom)
30 ONE_TEST(si_41_sececkey)
31 ONE_TEST(si_42_identity)
32 ONE_TEST(si_43_persistent)
33 ONE_TEST(si_50_secrandom)
34 ONE_TEST(si_63_scep)
35 ONE_TEST(si_69_keydesc)
36 ONE_TEST(si_72_syncableitems)
37 ONE_TEST(si_73_secpasswordgenerate)
38 #if TARGET_OS_IPHONE
39 #if TARGET_IPHONE_SIMULATOR
40 OFF_ONE_TEST(si_76_shared_credentials)
41 #else
42 ONE_TEST(si_76_shared_credentials)
43 #endif
44 ONE_TEST(si_77_SecAccessControl)
45 #else
46 DISABLED_ONE_TEST(si_76_shared_credentials)
47 DISABLED_ONE_TEST(si_77_SecAccessControl)
48 #endif
49 ONE_TEST(si_78_query_attrs)
50 ONE_TEST(si_80_empty_data)
51 ONE_TEST(si_82_token_ag)
52 ONE_TEST(si_90_emcs)
53 ONE_TEST(si_95_cms_basic)
54
55 ONE_TEST(vmdh_40)
56 ONE_TEST(vmdh_41_example)
57 ONE_TEST(vmdh_42_example2)
58
59 ONE_TEST(otr_00_identity)
60 ONE_TEST(otr_30_negotiation)
61 ONE_TEST(otr_otrdh)
62 ONE_TEST(otr_packetdata)
63 ONE_TEST(otr_40_edgecases)
64 ONE_TEST(otr_50_roll)
65 ONE_TEST(otr_60_slowroll)
66
67 #if TARGET_OS_IPHONE
68 ONE_TEST(so_01_serverencryption)
69 #else
70 DISABLED_ONE_TEST(so_01_serverencryption)
71 #endif