summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Support auto coverage checkingsubmit/tizen/20190708.094113accepted/tizen/unified/20190709.071058Sangwan Kwon4-0/+12
2019-02-07Fix memory-leak bug on sample enginesangwan.kwon1-1/+3
2018-07-06Fix log fomatter according to boost version upgradesubmit/tizen_5.0/20181101.000006submit/tizen/20180706.070308accepted/tizen/unified/20180710.082954accepted/tizen/5.0/unified/20181102.024419accepted/tizen_5.0_unifiedsangwan.kwon2-1/+27
2018-04-24Fix resource leak on test binarysubmit/tizen/20180424.064628accepted/tizen/unified/20180424.165721sangwan.kwon1-2/+2
2018-03-27Fix coverity defectssubmit/tizen/20180404.064013submit/tizen/20180404.020934accepted/tizen/unified/20180405.064319sangwan.kwon5-15/+31
2017-06-12Fix failed internal test casessangwan.kwon4-2/+32
2017-05-11Fix log fomatter according to boost version upgradesangwan.kwon10-45/+169
2017-02-20Cherrypicks from tizen_3.0 branch (HEAD: 6adc3ec)Kyungwook Tak6-115/+117
2017-01-16Remove platform version diff handlingKyungwook Tak2-23/+0
2016-12-29Handle symbolic links in app directoryKyungwook Tak1-5/+19
2016-12-26Replace deprecated readdir_r with readdirKyungwook Tak2-6/+13
2016-12-21Check return value of chdir to fix warningKyungwook Tak1-1/+2
2016-12-21Remove unused functionKyungwook Tak2-8/+2
2016-12-21Don't throw exception in dtorKyungwook Tak2-12/+3
2016-11-22Fix media path and app dir pathKyungwook Tak5-43/+58
2016-11-15Fix rpm spec warningsKyungwook Tak13-1/+25
2016-07-06add TCs to raise TC coverageDongsun Lee2-0/+38
2016-07-05Merge branch 'sandbox/kwon/transaction' into develKyungwook Tak1-0/+65
2016-07-05Ignore permission related exception on async scanKyungwook Tak1-0/+29
2016-07-04client-server conversation arch for async scanKyungwook Tak2-6/+6
2016-07-01Add transacion on databasesandbox/kwon/transactionsangwan.kwon1-0/+65
2016-06-29Change file visitor to dfs style not to have queueKyungwook Tak1-16/+19
2016-06-29Refactor file & file visitor classesKyungwook Tak1-9/+18
2016-06-28Restore data_version usage from db schemaKyungwook Tak1-22/+55
2016-06-27Malware data deprecationKyungwook Tak4-28/+33
2016-06-27Check dir exist before mkdirsangwan.kwon1-6/+8
2016-06-24Change assertion order in ASSERT_CALLBACKKyungwook Tak1-5/+7
2016-06-24Cancel async operation on both of server/client sideKyungwook Tak1-1/+61
2016-06-17Add test case for multiple async simultaneouslyKyungwook Tak1-1/+87
2016-06-17Make thread-safe for db manager functionsKyungwook Tak1-8/+5
2016-06-16Assertion changed for added test malware fileKyungwook Tak1-2/+10
2016-06-16Change thread-pool to static for stabilityKyungwook Tak1-70/+4
2016-06-16Return detected handle when remove failedKyungwook Tak3-0/+27
2016-06-16Move async test lock into ASSERT_CALLBACKKyungwook Tak1-100/+37
2016-06-16Handling history detected by scan on cloudKyungwook Tak2-18/+103
2016-06-16Fix assert check on delta scan testKyungwook Tak1-2/+7
2016-06-15Fix test-resource and permissions on platform v3.0Kyungwook Tak7-221/+325
2016-06-14File readable check by ::fopen instead of ::accessKyungwook Tak2-4/+1
2016-06-14change a malware file in app packaging to eicar.txtDongsun Lee4-0/+0
2016-06-13Remove useless sleeps in async cancel testKyungwook Tak1-8/+1
2016-06-13Built in engine error exception converter to iloaderKyungwook Tak3-45/+34
2016-06-13Change assert to warn on init state on testKyungwook Tak4-15/+31
2016-06-13Wait to start async client subthread until api returnedKyungwook Tak1-7/+58
2016-06-13Add dir blacklist which are excluded from scanningKyungwook Tak1-0/+1
2016-06-10Refine label layout for multi-linesangwan.kwon1-5/+9
2016-06-10Add file io error handling in sample engineKyungwook Tak1-2/+5
2016-06-10Disable test resources reset functionKyungwook Tak1-0/+2
2016-06-10Use std::string on test function paramKyungwook Tak6-146/+99
2016-06-10Don't return malware handle when the file removedKyungwook Tak4-11/+395
2016-06-09Add warn_if on testKyungwook Tak2-39/+104