summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* DEFER() moreнаб2024-11-141-2/+1
* Merge branch 'svequiv' into 'main'Julian Andres Klode2024-11-141-2/+1
|\
| * test/libapt/strutil_test.cc: APT::StringView -> std::string_viewнаб2024-11-121-2/+1
* | Merge branch 'json-config' into 'main'Julian Andres Klode2024-11-141-42/+1088
|\ \ | |/ |/|
| * json: Add "options" array to JSON hooksJulian Andres Klode2024-11-121-0/+120
| * test: Prettify JSON tests using jqJulian Andres Klode2024-11-121-42/+968
* | mthdcat: use APT_BUFFER_SIZE I/O bufferнаб2024-11-111-2/+3
* | Only run valgrind in tests if valgrind available on hostнаб2024-11-112-7/+7
* | Merge branch 'keep-more' into 'main'Julian Andres Klode2024-11-114-0/+107
|\ \
| * | Return an error if ResolveByKeep() is unsuccessfulJulian Andres Klode2024-11-111-0/+18
| * | Fix keeping back removals of obsolete packagesJulian Andres Klode2024-11-114-0/+89
| |/
* / solver3: Introduce new Assume() and Enqueue() helpers and use themJulian Andres Klode2024-11-024-0/+14
|/
* test: Check that apt-ftparchive handles deep pathsJulian Andres Klode2024-10-151-0/+49
* test framework: Improve valgrind supportJulian Andres Klode2024-10-151-1/+4
* Implement 'Pin: source-version <foo>'Julian Andres Klode2024-08-221-1/+16
* Merge branch 'main' into 'main'Julian Andres Klode2024-08-121-0/+48
|\
| * Do not return error if `Signed-By` value in source list is emptyAristo Chen2024-07-121-0/+48
* | Fix obsoleted-by handling for experimentalJulian Andres Klode2024-08-121-0/+87
* | Merge branch 'deprecate-pubkey-algos' into 'main'Julian Andres Klode2024-07-302-0/+99
|\ \ | |/ |/|
| * Only revoke weak RSA keys for now, add 'next' and 'future' levelsJulian Andres Klode2024-07-151-0/+43
| * gpgv: Add IsAssertedPubKeyAlgo() functionJulian Andres Klode2024-07-151-0/+56
* | Parse snapshot option for apt show/listDavid Kalnischkies2024-07-082-7/+168
* | Show installed version (not candidate version) while removing a packagesid2024-07-051-0/+42
|/
* solver3: Refactor (rewrite) FromDepCache()Julian Andres Klode2024-07-014-5/+35
* solver3: Do not accidentally promote Replaces and Enhances to dependenciesJulian Andres Klode2024-07-011-0/+65
* solver3: Order obsolete choices lastJulian Andres Klode2024-06-131-0/+1
* Make the failure mode for non-executable tests strongerJulian Andres Klode2024-06-131-1/+1
* Fix test cases for non-amd64 architecturesJulian Andres Klode2024-05-282-5/+7
* solver3: Fix translations of removals for marked installJulian Andres Klode2024-05-242-1/+1
* solver3: Actually restore unsolved items rather than solved onesJulian Andres Klode2024-05-242-8/+1
* solver3: Solve optional dependencies before optional packagesJulian Andres Klode2024-05-242-1/+1
* solver3: Promote satisfied Suggests to RecommendsJulian Andres Klode2024-05-242-3/+2
* test-bug-758153-versioned-provides-support: Solver 3.0 supportJulian Andres Klode2024-05-242-2/+9
* solver3: Try candidate before installed version on upgradeJulian Andres Klode2024-05-241-0/+51
* test: Support the 3.0 solver in most existing test casesJulian Andres Klode2024-05-2448-115/+492
* test: Show statistics for parallel tests tooJulian Andres Klode2024-05-241-1/+26
* test: Temporarily ignore autoremovable lists for solver3Julian Andres Klode2024-05-242-2/+11
* test: Run working tests against the 3.0 solverJulian Andres Klode2024-05-243-4/+121
* solver3: Implement APT::Solver::RemoveManual to allow removing manual packagesJulian Andres Klode2024-05-241-0/+3
* edsp: solver3: Show some progressJulian Andres Klode2024-05-241-0/+1
* Deal better with spurious spaces in arch restrictionsDavid Kalnischkies2024-05-161-0/+52
* Do not save new if we have already installed providersDavid Kalnischkies2024-05-161-9/+2
* Do not mark new if we have already installed providersDavid Kalnischkies2024-05-161-3/+14
* Fix accidental silencing of output differences in testsDavid Kalnischkies2024-05-162-13/+39
* test-allow-scores-for-all-dependency-types: Adjust for solver3Julian Andres Klode2024-05-141-0/+3
* test: Ignore progress output in comparing output..Julian Andres Klode2024-05-141-0/+1
* Merge branch 'src-specifier' into 'main'Julian Andres Klode2024-04-292-0/+120
|\
| * source, build-dep: Allow specifying src:nameJulian Andres Klode2024-04-291-0/+114
| * showsrc: Support querying src:nameJulian Andres Klode2024-04-291-0/+6
* | Allow parsing an empty Provides lineDavid Kalnischkies2024-04-262-2/+63