mirror of
https://github.com/microsoft/WSL.git
synced 2026-04-29 21:44:48 -05:00
* wsla: fix test bugs - Add missing GetFileSizeEx in ExportContainer second block - Fix ContainerLabels duplicate-key false positive (empty vector, correct expected HRESULT) - Fix RegistryKeyChange move-assignment (return *this, transfer m_originalValue, self-assign guard) - Fix RegistryKeyChange::OpenKey to return actual key - Add missing return after content mismatch in ValidateProcessOutput - Fix MemoryMb 2024 -> 2048 typo in WSLATests and WslcSdkTests - Remove unused expectSignal parameter from ExpectCommandResult * implement move operator for RegistryKeyChange helper --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
70 lines
783 B
Plaintext
70 lines
783 B
Plaintext
.vscode/*
|
|
.vs/
|
|
!vendor/.preserve
|
|
out
|
|
tmp
|
|
/.vs/
|
|
/.vscode/
|
|
*.sln
|
|
*.slnx
|
|
*.user
|
|
*.csproj
|
|
*.vcxproj
|
|
*.filters
|
|
*.pdb
|
|
*.lib
|
|
*.dll
|
|
obj/
|
|
Debug/
|
|
Release/
|
|
Properties/
|
|
/_deps/
|
|
/package/Strings/en-US/
|
|
/packages/
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
*.msix
|
|
cmake_install.cmake
|
|
build_tools/
|
|
*_i.c
|
|
*_p.c
|
|
*_p.c
|
|
wslsupport/wslsupport.h
|
|
dlldata.c
|
|
.gdbinit
|
|
llvm/
|
|
*.a
|
|
*.so
|
|
*.o
|
|
linux/init/init
|
|
linux/init
|
|
initrd/init
|
|
bin/
|
|
*.nupkg
|
|
generated/
|
|
*.nuspec
|
|
test/linux/unit_tests/wsl_unit_tests
|
|
*.dir/
|
|
UserConfig.cmake
|
|
*.wix
|
|
*.wixobj
|
|
*.wixpdb
|
|
test.bat
|
|
AppxManifest.xml
|
|
package_layout/
|
|
priconf.xml
|
|
resources.map.txt
|
|
resources.pri
|
|
msi-install-*.txt
|
|
kernellogs.txt
|
|
FormatSource.ps1
|
|
msixinstaller/x64
|
|
package/x64
|
|
/appx-logs.txt
|
|
tools/clang-format.exe
|
|
/linux-crashes
|
|
doc/site/
|
|
directory.build.targets
|
|
test-storage/
|
|
*.vhdx
|
|
*.tar |