summaryrefslogtreecommitdiffstats
path: root/library/cpp/testing
Commit message (Collapse)AuthorAgeFilesLines
* [library] Trim dump_clang_coverageslizyukalex4 days2-16/+1
| | | | | `YA_COVERAGE_DUMP_PROFILE_AND_EXIT` is not used anymore commit_hash:c7158fb4e201d522e6e2c31c91fa9361af4bf50c
* added patchxyligansereja2026-04-091-3/+103
| | | | commit_hash:343a4d8f871af0716a506a7b4a806821b6960075
* Intermediate changesrobot-piglet2026-04-031-0/+6
| | | | commit_hash:fec2286eb1fd675e7d50f7da7695f393a5b0a5aa
* fix cpp --list-tests logicn-khamraev2026-03-251-17/+13
| | | | commit_hash:520dd74e9a7cc021d91d1f5a2b6db883b21188c5
* Activate json tests list logic and add testsn-khamraev2026-03-032-31/+30
| | | | | | | | | | | | | ``` Listing of tests information into json file (--list-verbose) now uses json with extended meta data instead of :: separated string * Changelog entry Type: feature Component: cpp-sdk --list-verbose commands in Gtest and unittest are now using json with extended meta data instead of plain "::"-separated string ``` commit_hash:096b575c80989be0166f54b214e595dc58977fe0
* [PoC] Clang tests full meta-information listing as jsonn-khamraev2026-02-095-2/+72
| | | | commit_hash:e587d328242a2cf210cd1f612b4971e747e2c4c7
* Intermediate changesrobot-piglet2026-02-061-6/+6
| | | | commit_hash:9aba7173fb1ef0a42bfc7d91ec99a376e09834eb
* Intermediate changesrobot-piglet2026-01-291-0/+2
| | | | commit_hash:b99ce0014bc419134aa5cd9d21ec17472a7efcce
* Forbid use of array types in UNIT_ASSERT conditions #30109swarmer2026-01-271-0/+1
| | | | commit_hash:bfc1eb4f21ecb804205db2c38e09cda4b5b9cea4
* Update env contract to deal with nullnicktitov2025-11-261-1/+6
| | | | | | | В продолжение <https://nda.ya.ru/t/Zv2eRt4A7Ncwc7> Поддерживаем контракт в env.cpp (используется в BinaryPath), т.к. он тоже строит из `env.json.txt` окружение и при обнаружении Null падает commit_hash:6d01c031662f29c665a54fe4f4036a3bf7dea99a
* Mute or fix some checks improved in clang-tidy20 in librarymikhnenko2025-10-151-0/+2
| | | | commit_hash:e93b9ad8b27da3da2372b00bf59ae87a98d0b862
* Move NYT::Initialize to separate "weak" hookrp-12025-10-034-0/+14
| | | | | Move BEFORE_INIT hook to the beginning commit_hash:9cbf1d95bf1cda4bcce0d3ab9207debcab65391b
* Intermediate changesrobot-piglet2025-09-291-6/+1
| | | | commit_hash:f8e0668b6081ec86f6dc0d0786a0d6ddcb39bb26
* TPortManager shouldn't crash even if it doesn't have enough permissions to ↵swarmer2025-08-072-22/+79
| | | | | | | | | | operate on lock files created by other users Create the `testing_port_locks` directory with RWX permission for all, allowing other users to create lock files within it. Don't abort if current user doesn't have enough permission to delete a lock file created by another user. KIKIMR-23792 commit_hash:d887ce073d42d93c997a0f9a0c16416860395377
* Intermediate changesrobot-piglet2025-07-071-1/+1
| | | | commit_hash:fa96a59fd0ca24e8960823b1caa0a213f446e8ff
* Intermediate changesrobot-piglet2025-07-041-1/+7
| | | | commit_hash:dbea25354b9d29cff49103cf407ebbe86ba1e1f4
* Intermediate changesrobot-piglet2025-04-252-4/+0
| | | | commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1
* use TString::Join() and use TStringBuf instead of const char*tobo2025-04-102-5/+4
| | | | commit_hash:451ebc0373719a4e87b0eef9c6278b1fe8eea842
* Remove arcadia_test_datasay2025-04-072-11/+0
| | | | commit_hash:0daacd6f5a9880a3a29a2c32a039e41407266063
* Intermediate changesrobot-piglet2025-04-061-0/+2
| | | | commit_hash:3e0e2ae2f8d8181ebbfadef7f8c4c2ae76b95705
* Add IWYU pragmas to library/cpp/testing/gtest/gtest.h, remove from ignore listvadim-xd2025-04-051-0/+2
| | | | commit_hash:78d100f33169991cd5dd97d46b7f816695da7a50
* Merge yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-283-3/+3
| | | | commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
* Intermediate changesrobot-piglet2025-02-212-2/+10
| | | | commit_hash:0ece39f764da165d6f259d1e8d89904001d07282
* Fix -Wnon-virtual-dtor in util and gtest wrapperthegeorg2025-01-231-0/+2
| | | | commit_hash:d8917bc04e6ab10b341000f8bb98d456223f0307
* YT: Add unchecked enums to protobuf interophitsedesen2024-12-161-0/+132
| | | | commit_hash:b1009a56f6e70d65c67b72f3079ed71e43b48a7c
* Switch all tests to atd from snapshotthegeorg2024-12-122-43/+1
| | | | commit_hash:a9a7c2df09742a540851227c4fcb7d925edd9793
* Add missing configs + add mold and coverage to piglet YDB configmaxim-yurchuk2024-12-022-0/+138
| | | | commit_hash:c0112c0409a0972eb859b32a014980020df7ce0a
* YDB Import 622robot-ydb-importer2024-11-162-51/+0
| | | | commit_hash:a2bd81b4ecf17197f540e5096040491a78428687
* Allow per-module switch to atd_ro_snapshot from arcadia rootthegeorg2024-11-141-0/+4
| | | | commit_hash:d8d2d7bd705c50833ff6e4b03fda17f1c97ca3b7
* Intermediate changesrobot-piglet2024-07-231-1/+1
|
* Intermediate changesrobot-piglet2024-07-192-0/+2
|
* feat contrib: aiogram 3armenqa2024-01-1973-1650/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Fix modernize-use-emplace reported by clang-tidy16thegeorg2023-12-141-1/+1
|
* External build system generator release 65robot-ya-builder2023-12-0512-36/+36
| | | | Update tools: yexport, os-yexport
* KIKIMR-19979 Fix empty attribute in xml reportgalaxycrab2023-11-281-2/+1
|
* KIKIMR-19979 Remove dependency on libxml of library/cpp/testing/unittestgalaxycrab2023-11-279-163/+390
|
* Revert commit rXXXXXX,Add env semanticsvidyuk2023-11-2425-0/+493
|
* Add env semanticdimdim112023-11-2425-493/+0
|
* add darwin-arm64 CMakeListsdcherednik2023-11-2024-0/+299
|
* Added 'y_benchmark' to Y_BENCHMARKdaniel-march2023-11-131-0/+2
|
* Added 'report_path' param to y_benchmarkdaniel-march2023-11-021-20/+48
|
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-172-5/+5
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-094-12/+12
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Moved devtools/nofuzz to library/cpp/testing/nofuzzprettyboy2023-09-012-0/+42
|
* Fix input variable missprintsvidyuk2023-08-306-0/+96
|
* All .ll files support in LLVM_BCsvidyuk2023-08-306-96/+0
|
* Add yt into autobuildaozeritsky2023-08-219-0/+152
|
* Fix transfer env vars from parent to a forked testgalaxycrab2023-08-141-10/+0
|
* KIKIMR-18702 JUnit tests. Save captured test output even when abort happenedgalaxycrab2023-08-042-1/+97
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-301-5/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.