mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
This test covers the situation where depot_query evaluates depot content that is incompletely extracted. In particular, if the 'archives' file already exists but has a size of zero, depot_query would produce a page fault. This situation can be manually provoked by deliberately creating a zero-sized archives file for any otherwise correct pkg. This patch also fixes the success indicator of the test. It wrongly matched an early line of the log output. Issue #3557
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.