test: classify prerequisite lanes and own Avalonia sessions
This commit is contained in:
parent
c1a905004a
commit
3684e7b5e7
113 changed files with 273 additions and 22 deletions
|
|
@ -128,6 +128,7 @@ public sealed class LauncherProfileHardeningTests : IDisposable
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[Trait("Lane", "Linux")]
|
||||
public void LinuxLoadNormalizesAnExistingCredentialFileTo0600BeforeReading()
|
||||
{
|
||||
if (!OperatingSystem.IsLinux())
|
||||
|
|
|
|||
|
|
@ -317,6 +317,7 @@ public sealed class LauncherProfileStoreTests : IDisposable
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[Trait("Lane", "Linux")]
|
||||
public void SaveSetsOwnerOnlyPermissionsOnLinux()
|
||||
{
|
||||
// Linux-conditional: 0600 is a Linux-only hygiene step (spec §5,
|
||||
|
|
@ -361,6 +362,7 @@ public sealed class LauncherProfileStoreTests : IDisposable
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[Trait("Lane", "Linux")]
|
||||
public void TempCredentialFileIsOwnerOnlyFromItsFirstObservableLinuxState()
|
||||
{
|
||||
// Deterministic proof of the exact production create path: inspect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue