Skip to content

Commit 8258c87

Browse files
committed
Testing: Update CHANGES.txt and RELEASE.txt for packaging tar bz2 and xz tests updates and GitHub workflow changes on Windows.
1 parent 4337335 commit 8258c87

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
7474
- Testing: Increase the default timeout from 20 seconds to 60
7575
seconds in the testing framework wait_for method. At present, the
7676
wait_for method is only used for the interactive tests.
77+
- GitHub: Remove the packaging tar xz test from the windows ci skip file.
78+
- Testing: Update the packaging tar bz2 and xz tests on on Windows.
79+
Detect if the tar bz2 and xz formats are supported for the windows
80+
system tar executable using the reported version string. The packaging
81+
tar bz2 and xz tests should be skipped on Windows 10 and GitHub
82+
windows-2022. The packaging tar bz2 and xz tests should be run on
83+
Windows 11 and GitHub windows-2025.
7784

7885
From Edward Peek:
7986
- Fix the variant dir component being missing from generated source file

RELEASE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ DEVELOPMENT
146146

147147
- GitHub: Enable the interactive tests on windows.
148148

149+
- GitHub: Enable the packaging tar xz test on windows.
150+
149151
- GitHub: Exclude two ninja tests that consistently fail on MacOS in
150152
the experimental tests workflow.
151153

@@ -165,6 +167,11 @@ DEVELOPMENT
165167
in the testing framework wait_for method. The timeout was increased
166168
during isolated experiments of the interactive tests on windows.
167169

170+
- Testing: Update the packaging tar bz2 and xz tests on on Windows.
171+
The packaging tar bz2 and xz tests should be skipped on Windows 10
172+
and GitHub windows-2022. The packaging tar bz2 and xz tests should
173+
be run on Windows 11 and GitHub windows-2025.
174+
168175
- Ninja: Increase the number of generated source files in the
169176
iterative speedup test from 200 to 250. Increasing the workload
170177
should reduce the likelihood that the ninja tests are slower.

0 commit comments

Comments
 (0)