Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2017-08-14[partners_api][android] safe callbacksbeta-963Arsentiy Milchakov
2017-07-04Added possibility to run from IDEr.kuznetsov
2017-05-14Added OpenGL ES3 supportr.kuznetsov
2017-03-10[testing] Relaxed the filters in regular expressions.Maxim Pimenov
2016-03-23[new downloader] Fix event loop for testsSergey Yershov
2016-03-23[new downloader] Fix include for iOS event loopSergey Yershov
2016-03-23[new downloader] Fix tests logging on deviceSergey Yershov
2016-03-23[new downloader] fixed notesConstantin Shalnev
2016-03-23[new-downloader] Storage integration testsConstantin Shalnev
2016-03-23Fixed bug with test macros.vng
2016-03-23[testing] Fixed TEST*() macroses.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23Exception tests macro.Alex Zolotarev
2016-03-23[Old map downloader] Migration testsSergey Yershov
2016-03-23ScopedLogLevelChanger integration.Alex Zolotarev
2015-12-28Added a key for listing all tests in a test suite.Timofey
2015-11-11[base, std] Get rid of boost xpressive dependency.Yuri Gorshenin
2015-09-23[omim] [testing] Changed the output of failed tests to the conventional ↵Maxim Pimenov
filename:linenumber format.
2015-09-23[tests] Concurrent output collision fix.Lev Dragunov
2015-09-23[testing] Move g_testingOptions to a private namespaceIlya Zverev
2015-09-23[testing] Style fixes for commentsIlya Zverev
2015-09-23[testing] Fix names and other stuff by commentsIlya Zverev
2015-09-23[testing] Added SetWritableDir() and command-line args in testingmailIlya Zverev
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[testing] Small fixes to testingmain.ccYuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[testing] Added --suppress option.Yuri Gorshenin
2015-09-23Added a blank line after the output of each test for better readability.Timofey
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23This is a small fix for the situtaion when failed tests are ignored by Jenkins.Timofey
This was due to the fact that the sentinel for a test log section for a particular test was the duration of that test, and failed tests did not log the duration. The scripts will be moved to the tools folder and brought into accordance with idiomatic python in the next pool request. Made the test runner always exit with 0. Changed nanos to milis
2015-09-231) Added an XML parser so that we can see test results using Jenkins's jUnit ↵Timofey
functionality. 2) Created a server for the downloader tests to download things from. Some of the downloader tests work, some don't. The ones that don't work are the ones testing chunked downloads. They will be fixed later after consultations with Alex. 3) Added chunked downloads. 4) Here we added calculating the duration of each of the tests and adding that information to the jUnit xml for Jenkins. 5) Allowed to provide full paths to the tests folder, as it was impossible to run debug tests before.
2015-09-23Developing infrastucture for launching integration tests and unit tests for ↵Vladimir Byko-Ianko
Android. Porting integration tests and indexer tests on Android platform.
2015-09-23Fix include path for testingSergey Yershov
2015-09-23C++11 way for logging & macroses.Alex Zolotarev
2015-09-23[testing] Added regexp-based filter for tests.Yuri Gorshenin
When --filter=regex option is specified, only tests corresponding to regex are run. For example, following command will run only tests from bookmarks_test.cpp file: $ out/release/map_tests --filter=bookmarks_test.cpp::.*
2015-09-23Removed unused includes in base files.vng
2015-09-23Fixed warnings in our codeAlex Zolotarev
2015-09-23[qt] Fixed compilationAlex Zolotarev
2015-09-23Migrating to QT5.vng
2015-09-23[mac] Use QApplication in unit tests instead of QCoreApplication, because on ↵Alex Zolotarev
Mac QCoreApplication has not implemented correctly event loop
2015-09-23[testing framework] Added define OMIM_UNIT_TEST_WITH_QT_EVENT_LOOP which ↵Alex Zolotarev
will enable Qt event loop in the unit test project
2015-09-23Add testings/testing_utils.hppYury Melnichek
2015-09-23Added \n in the testing framework when test is FAILEDAlex Zolotarev
2015-09-23Minor warning fixesAlex Zolotarev
2015-09-22One Month In Minsk. Made in Belarus.Alex Zolotarev