Project Number Date
test_Tails_ISO_21250-forbid-modify-self-memory 2 17 Aug 2026, 13:27

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
System memory erasure on shutdown 6 0 0 0 0 6 1 0 1 1:28.477 Passed
Feature System memory erasure on shutdown
As a Tails user when I shutdown Tails I want the system memory to be free from sensitive data.
1:28.477
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.031
Given I have started Tails from DVD without network and logged in 1:14.047
And I prepare Tails for memory erasure tests 0.385
When I start a process allocating 128 MiB of memory with a known pattern 2.243
# Since Debian Trixie we only get 99.610% coverage (tails#21012)
Then patterns cover at least 127 MiB in the guest's memory 3.243

Pattern coverage: 100.395% (127 MiB out of 127 MiB reference memory)

When I kill the allocating process 0.774
Then I find very few patterns in the guest's memory after 5 seconds 7.784

Pattern coverage: 0.000% (0 MiB out of 1477 MiB reference memory)

After features/support/hooks.rb:339 0.643
After features/support/hooks.rb:108 0.020