File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments