aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-build.testscript
AgeCommit message (Expand)AuthorFilesLines
2024-02-02Add support for enable clause in tests package manifest valueKaren Arutyunov1-2/+154
2024-01-15Always reconfigure dependency if configuration is specified on command line f...Karen Arutyunov1-3/+266
2024-01-09Try to automatically resolve unsatisfied dependency constraints by specifying...Karen Arutyunov1-219/+2458
2023-12-11Try to automatically resolve unsatisfied dependency constraints by specifying...Karen Arutyunov1-495/+947
2023-11-17Fix pkg-build by denying dropping package if it has dependentsKaren Arutyunov1-8/+87
2023-11-17Fix pkg-build by ignoring version replacement if it doesn't satisfy dependenc...Karen Arutyunov1-0/+99
2023-11-17Add tests which demonstrate cases when we could potentially resolve unsatisfi...Karen Arutyunov1-1/+490
2023-11-14Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by tur...Karen Arutyunov1-4/+134
2023-11-03Fix failing testsKaren Arutyunov1-0/+7
2023-11-02Fix configuration negotiation machinery to non-recursivelly collect being pos...Karen Arutyunov1-149/+34
2023-11-02Fix pkg-build to order drops after collecting/ordering dependents when all re...Karen Arutyunov1-87/+273
2023-11-02Add support for preserving old package configuration on up/downgrade and reco...Karen Arutyunov1-70/+360
2023-11-02Fix configuration negotiation machinery to postpone collecting cluster's exis...Karen Arutyunov1-30/+276
2023-11-02Load both user and dependent configurations in (pre-)reevaluate modesKaren Arutyunov1-146/+192
2023-11-02Fix crash due to dereferencing of available package NULL pointer in trace lambdaKaren Arutyunov1-2/+2
2023-11-02Improve pkg-build's 'unable to upgrade package' diagnosticsKaren Arutyunov1-31/+34
2023-11-02Always postpone 'unable to satisfy constraints' failure in collect_build_prer...Karen Arutyunov1-54/+483
2023-11-02Fix collect_build_prerequisites() pre-reevaluation mode to always iterate thr...Karen Arutyunov1-1/+16
2023-11-02Fix pkg-build not to collect repointed dependent recursivelly if its collecti...Karen Arutyunov1-0/+96
2023-10-20Fix 'unordered build' assertion failure due to bug in build_packages::order()Karen Arutyunov1-6/+56
2023-10-19Postpone 'unable to satisfy constraints' failure similar to what we do in col...Karen Arutyunov1-15/+104
2023-10-17Print version constraints recursively in 'unable to satisfy constraints' diag...Karen Arutyunov1-0/+6
2023-10-03Sidestep pkg-build tests bus error on macos/homebrewKaren Arutyunov1-1/+1
2023-09-26Improve 'unable to upgrade package' diagnostics in pkg-buildKaren Arutyunov1-7/+14
2023-09-25Fix configuration negotiation not to compare dependency's config checksums if...Karen Arutyunov1-10/+0
2023-09-25Don't create config cluster for existing dependents in simple casesKaren Arutyunov1-408/+259
2023-09-25Properly re-collect existing packages scheduled for recursive re-collection e...Karen Arutyunov1-0/+128
2023-09-25Fix tests which fail with 'regex complexity exceeded' error on some platformsKaren Arutyunov1-433/+14
2023-09-25Fix pkg-build tests not to log warnings and high-verbosity traces at verbosit...Karen Arutyunov1-36/+47
2023-09-25Fix build_packages::collect_build_postponed() to try to collect bogus postpon...Karen Arutyunov1-872/+1917
2023-09-25Fix build_packages::collect_build_postponed() to also make snapshots of repla...Karen Arutyunov1-0/+660
2023-09-25Fix configuration negotiation so that existing dependents with config clauses...Karen Arutyunov1-4/+1094
2023-09-25Fix configuration negotiation not to cycle due to existing dependent re-evalu...Karen Arutyunov1-3/+320
2023-09-25Scratch plan on refinement caused by dependency up/down-grade/drop if any con...Karen Arutyunov1-51/+1092
2023-09-25Fix configuration negotiation not to yo-yo due to dependency collection postp...Karen Arutyunov1-330/+1662
2023-09-25Disable in-place version replacement in pkg-build since sometimes it is appli...Karen Arutyunov1-4/+682
2023-09-25Fix configuration negotiation for cases when existing dependent collection is...Karen Arutyunov1-0/+404
2023-09-25Fix pkg-build not to issue 'unable to reconfigure dependent' instead of 'unab...Karen Arutyunov1-0/+41
2023-09-25Fix configuration negotiation to throw postpone_dependency for collected depe...Karen Arutyunov1-0/+455
2023-09-25Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ...Karen Arutyunov1-553/+843
2023-09-20Use bsdtar instead of tar in tests on Windows to sidestep msys-related issuesKaren Arutyunov1-11/+8
2023-08-04Add support for specifying package archive and directory as a dependency for ...Karen Arutyunov1-167/+1668
2023-08-04Fix pkg-build which could leave orphan dependency unchanged in up/downgrade+d...Karen Arutyunov1-0/+62
2023-07-31Fix unexpected 'no package available for dependency' error when building from...Karen Arutyunov1-8/+221
2023-07-28Add another test case for pkg_configure() flawsKaren Arutyunov1-3/+52
2023-07-28Fix inability to fetch repository containing toolchain-unsatisfied packages (...Karen Arutyunov1-0/+62
2023-07-28Fix unexpected 'manual configuration of dependents with prefer or require cla...Karen Arutyunov1-17/+248
2023-07-20Fix re-evaluating multiple existing dependents with config clause of common d...Karen Arutyunov1-0/+101
2023-07-19Don't reconfigure re-evaluated dependent if it's dependencies are not reconfi...Karen Arutyunov1-4/+110
2023-06-22Change 'deorphan' to 'replace' in build planKaren Arutyunov1-54/+54