repo
stringlengths
7
37
pull_number
stringlengths
3
6
instance_id
stringlengths
13
43
language
stringclasses
8 values
issue_numbers
listlengths
1
3
base_commit
stringlengths
40
40
patch
stringlengths
410
63.3k
test_patch
stringlengths
373
58.6k
problem_statement
stringlengths
224
7.81k
hints_text
stringlengths
2
23k
all_hints_text
stringlengths
2
27.7k
commit_urls
listlengths
1
102
created_at
stringdate
2024-12-27 11:29:35
2025-08-27 02:54:41
commit_url
stringlengths
72
102
rebuild_cmds
listlengths
1
1
test_cmds
listlengths
1
1
print_cmds
listlengths
1
1
log_parser
stringlengths
1.97k
12.1k
FAIL_TO_PASS
listlengths
1
2.76k
PASS_TO_PASS
listlengths
0
36k
docker_image
stringlengths
43
73
libsdl-org/SDL
11761
libsdl-org__SDL-11761
C
[ "8963" ]
028107124358a3d256c8c3acf4e4db6f20e4c348
diff --git a/.github/workflows/generic.yml b/.github/workflows/generic.yml index 1398bca8381d5..84e1d97fe7a2f 100644 --- a/.github/workflows/generic.yml +++ b/.github/workflows/generic.yml @@ -207,7 +207,7 @@ jobs: ctest -VV --test-dir build/ -j2 - name: "Build test apk's (CMake)" id: apks - ...
diff --git a/test/testautomation_stdlib.c b/test/testautomation_stdlib.c index a2ac6719884b7..26317584f19bc 100644 --- a/test/testautomation_stdlib.c +++ b/test/testautomation_stdlib.c @@ -1324,6 +1324,9 @@ static int SDLCALL stdlib_strtox(void *arg) STRTOX_TEST_CASE(SDL_strtoull, unsigned long long, FMT_PRILLu, "...
arm64 asm, __chkstk, and cmake Our current MSVC code is missing `__chkstk` for arm64 and we are blaming cmake for it referencing cmake issue reported at https://gitlab.kitware.com/cmake/cmake/-/issues/18912 Any progress on this? I found armasm support merges among cmake gitlab PRs. along with some open issues ...
Any progress on this? We are scoping work for the SDL 3.2.0 release, so please let us know if this is a showstopper for you. Well, it _can_ be a showstopper. I don't have anything to test with, though. Me either... let's leave this open until someone has a repro environment. #11761 addresses this. I copied `__chkstk` f...
Any progress on this? We are scoping work for the SDL 3.2.0 release, so please let us know if this is a showstopper for you. Well, it _can_ be a showstopper. I don't have anything to test with, though. Me either... let's leave this open until someone has a repro environment. #11761 addresses this. I copied `__chkstk` f...
[ "https://github.com/libsdl-org/SDL/commit/ae6c9370c1fca3db47ed089049c84e9c0c0c7133", "https://github.com/libsdl-org/SDL/commit/4d8946171bf7189afa3317ffdc59a956bdcf1d29", "https://github.com/libsdl-org/SDL/commit/4613773fc1ab19cdf2c8ecfcba6c1557be53e328", "https://github.com/libsdl-org/SDL/commit/ad5b75f503f6b...
2024-12-28T14:28:37Z
https://github.com/libsdl-org/SDL/tree/028107124358a3d256c8c3acf4e4db6f20e4c348
[ "$vs=\"${env:ProgramFiles(x86)}\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat\"; cmd.exe /c \"call `\"$vs`\" -arch=x64 && cmake --build build --parallel && cmake --install build\"" ]
[ "$env:SDL_AUDIODRIVER=\"\"dummy\"\"; $env:SDL_VIDEODRIVER=\"\"offscreen\"\"; ctest --test-dir build --no-tests=error --output-on-failure -VV -C Release 2>&1 | Tee-Object -FilePath test-output.log" ]
[ "cat test-output.log" ]
def parser(log: str) -> dict[str, str]: # Improved parser for CTest and internal testautomation output with wrapped lines import re results: dict[str, str] = {} def set_status(name: str, status: str): status = (status or "").strip().lower() if st...
[ "video_getClosestDisplayModeRandomResolution" ]
[ "video_getFullscreenDisplayModes", "round_roundNumberCases", "stdlib_strnlen", "testqsort", "hints_getHint", "pixels_saveLoadBMP", "log10_baseCases", "exp_infCases", "pow_baseNZeroExpOddCases", "asin_outOfDomainCases", "audio_buildAudioStream", "pixels_getPixelFormatDetails", "rect_testEnclo...
starryzhang/sweb.eval.win.libsdl-org_1776_sdl-11761
libsdl-org/SDL
12806
libsdl-org__SDL-12806
C
[ "12802" ]
f35a2736b708408bd5e6273255c03513cf60605a
diff --git a/CMakeLists.txt b/CMakeLists.txt index 364cb5c0fd359..0db59b3eec21c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1893,11 +1893,13 @@ elseif(UNIX AND NOT APPLE AND NOT RISCOS AND NOT HAIKU) set (USE_POSIX_SPAWN 1) endif() elseif(WINDOWS) + enable_language(CXX) check_c_source_compiles(" ...
diff --git a/.github/workflows/create-test-plan.py b/.github/workflows/create-test-plan.py index a137889c81a7d..8048e2bc3229f 100755 --- a/.github/workflows/create-test-plan.py +++ b/.github/workflows/create-test-plan.py @@ -381,9 +381,11 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDe...
GameInput v1 header changes On Windows, the `gameinput.h` file (taken from [NuGet](https://www.nuget.org/packages/Microsoft.GameInput)) is C++ instead of C. Since the source files that include it are C, the compiler tries to interpret the header file as C and errors. Also, there are other differences that make it incom...
[ "https://github.com/libsdl-org/SDL/commit/53a4365c12dfbc6189e0e684d17f726300ae2621" ]
2025-04-11T19:03:32Z
https://github.com/libsdl-org/SDL/tree/f35a2736b708408bd5e6273255c03513cf60605a
[ "cmd /c '\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat\" -arch=x64 && cmake --build build --parallel && cmake --install build --prefix prefix'" ]
[ "$env:SDL_TESTS_QUICK=\"1\"; ctest --test-dir build --output-on-failure -VV 2>&1 | Tee-Object -FilePath build\\test-output.log" ]
[ "type build\\test-output.log" ]
def parser(log: str) -> dict[str, str]: import re # Strip common ANSI escape sequences to avoid breaking regexes def strip_ansi(s: str) -> str: # CSI sequences, OSC sequences, simple ESC codes s = re.sub(r"\x1B\[[0-9;?]*[ -/]*[@-~]", "", s) s = re.sub(r"\x1B\][^\x07]*(\x07|\x1B\\)",...
[ "testplatform-no-simd" ]
[ "video_getFullscreenDisplayModes", "round_roundNumberCases", "audio_enumerateAndNameAudioDevicesNegativeTest ts", "stdlib_strnlen", "testqsort", "hints_getHint", "pixels_saveLoadBMP", "log10_baseCases", "exp_infCases", "pow_baseNZeroExpOddCases", "asin_outOfDomainCases", "audio_buildAudioStrea...
starryzhang/sweb.eval.win.libsdl-org_1776_sdl-12806
microsoft/ebpf-for-windows
4117
microsoft__ebpf-for-windows-4117
C
[ "3602", "4129" ]
30fdb1f81aa7d4eaceb26a72d72920aeac79bebb
diff --git a/netebpfext/net_ebpf_ext.c b/netebpfext/net_ebpf_ext.c index 451fb361b4..05e70e467e 100644 --- a/netebpfext/net_ebpf_ext.c +++ b/netebpfext/net_ebpf_ext.c @@ -34,12 +34,6 @@ static bool _net_ebpf_xdp_providers_registered = false; static bool _net_ebpf_bind_providers_registered = false; static bool _net_eb...
diff --git a/scripts/execute_ebpf_cicd_tests.ps1 b/scripts/execute_ebpf_cicd_tests.ps1 index 396072e2d2..535a0868c9 100644 --- a/scripts/execute_ebpf_cicd_tests.ps1 +++ b/scripts/execute_ebpf_cicd_tests.ps1 @@ -77,8 +77,10 @@ $Job = Start-Job -ScriptBlock { if ($_.CategoryInfo.Reason -eq "TimeoutException") { ...
Workflow failed - km_mt_stress_tests_restart_extension [Failed Run](https://github.com/microsoft/ebpf-for-windows/actions/runs/9336770229) [Codebase](https://github.com/microsoft/ebpf-for-windows/tree/05a71895566eac26a9032aac6426f58f6fa5b6de) Test name - `km_mt_stress_tests_restart_extension` Workflow failed - km_mt_s...
[Failed Run](https://github.com/microsoft/ebpf-for-windows/actions/runs/9234035167) [Codebase](https://github.com/microsoft/ebpf-for-windows/tree/10fdbbce29cb3e4d29b264e7cb4813354264de7f) Test name - `km_mt_stress_tests_restart_extension` [Failed Run](https://github.com/microsoft/ebpf-for-windows/actions/runs/95441571...
[Failed Run](https://github.com/microsoft/ebpf-for-windows/actions/runs/9234035167) [Codebase](https://github.com/microsoft/ebpf-for-windows/tree/10fdbbce29cb3e4d29b264e7cb4813354264de7f) Test name - `km_mt_stress_tests_restart_extension` [Failed Run](https://github.com/microsoft/ebpf-for-windows/actions/runs/95441571...
[ "https://github.com/microsoft/ebpf-for-windows/commit/af0d832e4c1f4f98bcd9da90990bfa6dc31a83ae", "https://github.com/microsoft/ebpf-for-windows/commit/96433347ca595f762b80e14ec69c568204673d06", "https://github.com/microsoft/ebpf-for-windows/commit/af9445b434f9fed9c5bdda724e220d323361d7e8", "https://github.com...
2025-01-06T19:12:32Z
https://github.com/microsoft/ebpf-for-windows/tree/30fdb1f81aa7d4eaceb26a72d72920aeac79bebb
[ "nuget restore ebpf-for-windows.sln ; msbuild /m /p:Configuration=Debug /p:Platform=x64 /p:SolutionDir=\"C:\\testbed\\\\\" /p:SpectreMitigation=false /p:FuzzerLibs= tests\\unit\\test.vcxproj" ]
[ "Set-Location C:\\testbed\\x64\\Debug; .\\unit_tests.exe --reporter tap --durations yes *> C:\\testbed\\test-results\\catch2-tap.log" ]
[ "Get-Content C:\\testbed\\test-results\\catch2-tap.log -Raw" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # TAP result lines: allow optional '-' and optional remainder (desc or inline directives) tap_re = re.compile(r'^\s*(ok|not ok)\s+(\d+)(?:\s*(?:-\s*)?(.*))?$', re.IGNORECASE) # TAP context/comment lines context_re =...
[ "map_crud_operations:BPF_MAP_TYPE_LRU_HASH :: ebpf_map_next_key( map.get(), sizeof(key), key == 0 ? nullptr : reint terpret_cast<const uint8_t*>(&previous_key), reinterpret_cast<uint8_t*>(&next_key y)) == EBPF_SUCCESS for: 0 == 0 [#26585]", "program :: addresses[1].address != 0 for: 140695549139024 (0x7ff63c3a585...
[ "map_crud_operations:BPF_MAP_TYPE_PERCPU_HASH :: *reinterpret_cast<uint64_t*>(value.data()) == key * key for: 219024 ( (0x35790) == 219024 (0x35790) [#13926]", "map_crud_operations:BPF_MAP_TYPE_PERCPU_ARRAY :: current_value == current_key * current_key for: 200704 (0x31000) == 2 200704 (0x31000) [#22803]", "map...
starryzhang/sweb.eval.win.microsoft_1776_ebpf-for-windows-4117
microsoft/STL
5444
microsoft__STL-5444
C++
[ "5291", "5435" ]
1e0317478eddc973e801bdacc10cee2df9943b82
diff --git a/stl/CMakeLists.txt b/stl/CMakeLists.txt index ac17fb0a55f..10d21b3173c 100644 --- a/stl/CMakeLists.txt +++ b/stl/CMakeLists.txt @@ -213,6 +213,7 @@ set(IMPLIB_SOURCES ${CMAKE_CURRENT_LIST_DIR}/src/locale0_implib.cpp ${CMAKE_CURRENT_LIST_DIR}/src/nothrow.cpp ${CMAKE_CURRENT_LIST_DIR}/src/pr...
diff --git a/tests/libcxx/expected_results.txt b/tests/libcxx/expected_results.txt index 64b389eaf67..c0fff7a9161 100644 --- a/tests/libcxx/expected_results.txt +++ b/tests/libcxx/expected_results.txt @@ -830,7 +830,6 @@ std/re/re.alg/re.alg.search/basic.pass.cpp FAIL std/re/re.alg/re.alg.search/ecma.pass.cpp FAIL s...
LWG-4186 `regex_traits::transform_primary` mistakenly detects `typeid` of a function LWG-4186 `regex_traits::transform_primary` mistakenly detects `typeid` of a function `<regex>`: Equivalence classes have unexpected behavior with `std::wregex` Repros with VS 2022 17.14 Preview 4 with microsoft/STL `main`, including #...
More generally, `regex_traits::transform_primary()` currently implements the general traits requirement in [\[re.req\]/20](https://eel.is/c++draft/re.req#20) and not the specified implementation in [\[re.traits\]/7](https://eel.is/c++draft/re.traits#7). Besides the missing comparison with `typeid`, this also means that...
More generally, `regex_traits::transform_primary()` currently implements the general traits requirement in [\[re.req\]/20](https://eel.is/c++draft/re.req#20) and not the specified implementation in [\[re.traits\]/7](https://eel.is/c++draft/re.traits#7). Besides the missing comparison with `typeid`, this also means that...
[ "https://github.com/microsoft/STL/commit/898777a69c30cbc8d564b92262db306f51c2dd8f", "https://github.com/microsoft/STL/commit/c74e118efb2302ffd9813db8a33c58db428476d2", "https://github.com/microsoft/STL/commit/413b3060909a62ee47d5a78df032ca4861d10a77", "https://github.com/microsoft/STL/commit/4697464b23d873c8d...
2025-04-26T18:40:04Z
https://github.com/microsoft/STL/tree/1e0317478eddc973e801bdacc10cee2df9943b82
[ "git config --global --add safe.directory C:/testbed ; git submodule update --init --progress ; cmd /c '\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat\" -host_arch=x64 -arch=x64 -no_logo && cmake --build out\\x64 --parallel'" ]
[ "cmd /c '\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat\" -host_arch=x64 -arch=x64 -no_logo && set \"PATH=C:\\Python314;C:\\Program Files\\LLVM\\bin;C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\x64;%PATH%\" && cd /d out\\x64 && python tests\\utils...
[ "cmd /c '\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat\" -host_arch=x64 -arch=x64 -no_logo && set \"PATH=C:\\Python314;C:\\Program Files\\LLVM\\bin;C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\x64;%PATH%\" && cd /d out\\x64 && python tests\\utils...
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} def set_status(name: str, status: str): if not name: return n = name.strip() # normalize suite/name separator and spaces n = re.sub(r"\s*::\s*", "::", n) n = re.sub(r"[ \t]+",...
[ "libc++::std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp:0", "libc++::std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp:2" ]
[ "libc++::std/algorithms/alg.nonmodifying/alg.find.end/find_end.pass.cpp:2", "libc++::std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp:0", "libc++::std/algorithms/alg.sorting/alg.sort/sort/sort_constexpr.pass.cpp:2", "libc++::std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp:0", "libc++::s...
starryzhang/sweb.eval.win.microsoft_1776_stl-5444
elastic/beats
43665
elastic__beats-43665
Go
[ "22172", "40765" ]
10858f98cf8f14e1de51b195bba607c784bc6c90
diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 6dff17ecc0ed..83a5c19cb5c9 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -88,6 +88,7 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403] - Removed support for the Enterprise Search module {pull}42915[42915] -...
diff --git a/metricbeat/module/windows/service/reader_test.go b/metricbeat/module/windows/service/reader_test.go index 4a4246a5774a..4e9f47af4fa4 100644 --- a/metricbeat/module/windows/service/reader_test.go +++ b/metricbeat/module/windows/service/reader_test.go @@ -23,10 +23,12 @@ import ( "testing" "github.com/...
Flaky Test [Build&Test / metricbeat-windows-windows-2019 / TestGetServiceStates – service] ## Flaky Test * **Test Name:** Build&Test / metricbeat-windows-windows-2019 / TestGetServiceStates – service * **Artifact Link:** https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2FPR-21853/detail/PR-21853/29...
## Flaky Test * **Test Name:** Build&Test / metricbeat-windows-windows-2019 / TestGetServiceStates – service * **Artifact Link:** https://beats-ci.elastic.co/blue/organizations/jenkins/it%2Ftest/detail/test/16/ ### Error details ``` Failed ``` ### Stack Trace ``` service_status_test.go:29: for testing the flak...
## Flaky Test * **Test Name:** Build&Test / metricbeat-windows-windows-2019 / TestGetServiceStates – service * **Artifact Link:** https://beats-ci.elastic.co/blue/organizations/jenkins/it%2Ftest/detail/test/16/ ### Error details ``` Failed ``` ### Stack Trace ``` service_status_test.go:29: for testing the flak...
[ "https://github.com/elastic/beats/commit/4fb53fe02f478a2a0f62b44ba3a998d0a6145ce7", "https://github.com/elastic/beats/commit/d7ec171cf539ab0371ecbc2f7e8754759c67b309", "https://github.com/elastic/beats/commit/2d13303d76eb9926ee13c7bbc7c449bba86d9610", "https://github.com/elastic/beats/commit/4ca00d7d99cacace5...
2025-04-03T12:00:25Z
https://github.com/elastic/beats/tree/10858f98cf8f14e1de51b195bba607c784bc6c90
[ "go mod tidy ; go build ./libbeat/... ./filebeat/... ./metricbeat/... ./heartbeat/... ./packetbeat/... ./winlogbeat/..." ]
[ "go test -json -v ./... > reports\\go-test-results.json" ]
[ "Get-Content -Raw reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} def norm_status(s: str) -> str: s = (s or "").strip().lower() return s if s in ("pass", "fail", "skip") else "" def clean(s: str | None) -> str | None: ...
[ "github.com/elastic/beats/v7/libbeat/common/TestEquals/when_we_have_the_sa", "github.com/elastic/beats/v7/libbeat/processors/TestDropFields", "github.com/elastic/beats/v7/libbeat/idxmgmt/lifecycle/TestDefaultSupport", "github.com/elastic/beats/v7/dev-tools/mage/Test_BuildArgs_ParseBuildTags/multiplle_build_ta...
[ "github.com/elastic/beats/v7/heartbeat/monitors/wrappers/TestAdditionalStdFields//with_service_name/simple/result_at_index_0", "github.com/elastic/beats/v7/heartbeat/monitors/active/http/TestCheckBody/Single__regex_that_matches", "github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata/Test_priorityRR...
starryzhang/sweb.eval.win.elastic_1776_beats-43665
crc-org/crc
4576
crc-org__crc-4576
Go
[ "4561" ]
ab8cf0bebe03dfca59600973979b0ffe6cb51991
diff --git a/cmd/crc/cmd/console.go b/cmd/crc/cmd/console.go index bdd5c6a385..a21d939200 100644 --- a/cmd/crc/cmd/console.go +++ b/cmd/crc/cmd/console.go @@ -6,6 +6,8 @@ import ( "io" "os" + "github.com/crc-org/crc/v2/pkg/crc/preset" + "github.com/crc-org/crc/v2/pkg/crc/api/client" "github.com/crc-org/crc/v2...
diff --git a/cmd/crc/cmd/console_test.go b/cmd/crc/cmd/console_test.go index 0910dfb809..d17359b621 100644 --- a/cmd/crc/cmd/console_test.go +++ b/cmd/crc/cmd/console_test.go @@ -6,6 +6,8 @@ import ( "fmt" "testing" + "github.com/crc-org/crc/v2/pkg/crc/preset" + apiTypes "github.com/crc-org/crc/v2/pkg/crc/api/c...
[BUG] `crc console` gives incorrect output on microshift preset ### General information I was testing some stuff on microshift cluster related to https://github.com/crc-org/docs/issues/16 . However, I noticed that `crc console` isn't giving the correct output for microshift preset: When I do plain `crc console`, it's...
[ "https://github.com/crc-org/crc/commit/4224b50e29c7facc9d0e06430174e49d1746d4bd" ]
2025-01-17T16:26:33Z
https://github.com/crc-org/crc/tree/ab8cf0bebe03dfca59600973979b0ffe6cb51991
[ "go mod tidy ; go install -tags \"containers_image_openpgp\" ./cmd/crc" ]
[ "powershell.exe -NoProfile -Command \"New-Item -ItemType Directory -Force -Path reports | Out-Null; go test -json -v -tags 'build containers_image_openpgp' . ./pkg/... ./cmd/... | Tee-Object -FilePath 'reports\\go-test-results.json'\"" ]
[ "cat reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} precedence = {"fail": 3, "skip": 2, "pass": 1} def record(name: str, status: str): status = status.lower() if status not in precedence: return # Normalize test name by removing line break...
[ "TestSetProvidedValue", "TestSetProvidedValuesOverrideDefaultVValuesInConfig/enable-emergency-login", "TestSetProvidedValuesOverrideDefaultValluesInConfig/https-proxy", "TestGetPathEnvString/unknown_with_windows_path", "TestSetProvidedValuesOverrideDefaultVValuesInConfig/persistent-volume-size", "TestSetP...
[ "TestRenderActionJSONSuccess", "TestSetProvidedValuesOverrideDefaultVValuesInConfig/consent-telemetry", "TestValidateNoProxy", "TestConfigSet", "TestInspectProcessForR", "TestGetApplicableHostnames (0.00s)\\n\"}", "TestContains/Contains/OneElement", "TestDele", "TestDefaultKeyValuesSetInConfig/disk-...
starryzhang/sweb.eval.win.crc-org_1776_crc-4576
goreleaser/goreleaser
5631
goreleaser__goreleaser-5631
Go
[ "5632" ]
935e9a6c3fcfd56e1bfa61f5c1abf117bc89c1cd
diff --git a/internal/pipe/archive/archive.go b/internal/pipe/archive/archive.go index 93e0cfaf637..6265d1d41b5 100644 --- a/internal/pipe/archive/archive.go +++ b/internal/pipe/archive/archive.go @@ -96,6 +96,7 @@ func (Pipe) Default(ctx *context.Context) error { archive.NameTemplate = defaultBinaryNameTemplate ...
diff --git a/internal/pipe/archive/archive_test.go b/internal/pipe/archive/archive_test.go index e3c1455ded0..cb20129440d 100644 --- a/internal/pipe/archive/archive_test.go +++ b/internal/pipe/archive/archive_test.go @@ -2,6 +2,7 @@ package archive import ( "archive/tar" + "archive/zip" "compress/gzip" "fmt" ...
Linux binary in ZIP file built on Windows does not have executable bit This is a regression of an old bug. We should force 0755 perms for binaries inside archives on windows. Discussed in https://github.com/orgs/goreleaser/discussions/5630
[ "https://github.com/goreleaser/goreleaser/commit/7edfde93ae854c6be9c0e10713db0e244e0d1147" ]
2025-03-08T15:02:16Z
https://github.com/goreleaser/goreleaser/tree/935e9a6c3fcfd56e1bfa61f5c1abf117bc89c1cd
[ "go mod tidy ; go build ." ]
[ "go test -json -v ./... 2>&1 | Tee-Object -FilePath reports\\go-test-results.json" ]
[ "Get-Content -Path reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: # Further improved parser for go test -json style output with robust normalization import re def norm_pkg(pkg: str) -> str: # Remove whitespace introduced by wrapping pkg = re.sub(r'\s+', '', pkg) # Replace anything between 'github.' and the n...
[ "github.com/goreleaser/goreleaser/v2/internal/pipe/announce::TestAnnounceAllDisaabled", "github.com/goreleaser/goreleaser/v2/internal/pipe/checksums::TestPipeFileNotExistt", "github.com/goreleaser/goreleaser/v2/internal/builders/zig::TestWithDefaults/invvalid_config_option", "github.com/goreleaser/goreleaser/...
[ "github.com/goreleaser/goreleaser/v2/internal/pipe/changelog::TestGetChangeloger/ggithub_no_previous", "github.com/goreleaser/goreleaser/v2/internal/pipe/snapcraft::TestDefaultGradeTmmplError", "github.com/goreleaser/goreleaser/v2/internal/pipe/changelog::TestGroupBadRegex", "github.com/goreleaser/goreleaser/...
starryzhang/sweb.eval.win.goreleaser_1776_goreleaser-5631
lima-vm/lima
3280
lima-vm__lima-3280
Go
[ "2775" ]
439c9de34eaccaa2910f7df55608b1c1d8ecbcba
diff --git a/hack/common.inc.sh b/hack/common.inc.sh index 1e90ff8e15d..95e429fce0a 100644 --- a/hack/common.inc.sh +++ b/hack/common.inc.sh @@ -23,7 +23,7 @@ if [[ ${BASH_VERSINFO:-0} -lt 4 ]]; then exit 1 fi -: "${LIMA_HOME:=$HOME/.lima}" +: "${LIMA_HOME:=${HOME_HOST:-$HOME}/.lima}" _IPERF3=iperf3 # iperf3-dar...
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5157e73a98..5542708ab09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -129,12 +129,10 @@ jobs: - name: Enable WSL2 run: | wsl --set-default-version 2 - # Manually install the latest kern...
Windows CI began to fail on Oct 21 #2769 passed the CI, but its merge commit and later ones are failing https://github.com/lima-vm/lima/actions/runs/11429806278/job/31800191430 ``` […] time="2024-10-21T01:14:55Z" level=info msg="SSH Local Port: 22" time="2024-10-21T01:14:55Z" level=info msg="[hostagent] Waiti...
In https://github.com/lima-vm/lima/actions/runs/11445753347/job/31843450765?pr=2778 I see: ``` System has not been booted with systemd as init system (PID 1). Can't operate. ``` @pendo324 Do you have any idea what may be causing the Windows tests to fail now? I can't find anything that seems related in https://...
In https://github.com/lima-vm/lima/actions/runs/11445753347/job/31843450765?pr=2778 I see: ``` System has not been booted with systemd as init system (PID 1). Can't operate. ``` @pendo324 Do you have any idea what may be causing the Windows tests to fail now? I can't find anything that seems related in https://...
[ "https://github.com/lima-vm/lima/commit/22d86cc1fc04d4de8b9ff73ecfa6ce9c7c9a360a" ]
2025-02-25T21:58:52Z
https://github.com/lima-vm/lima/tree/439c9de34eaccaa2910f7df55608b1c1d8ecbcba
[ "go mod download ; go build ./..." ]
[ "New-Item -ItemType Directory -Path reports -Force ^| Out-Null; go test -v -json ./... *> reports\\go-test-results.json" ]
[ "Get-Content -LiteralPath reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: # Robust Go test parser: # - Prefer scanning '--- PASS|FAIL|SKIP: Name (..)' lines (plain or within JSON strings). # - Also parse JSON events with Action: pass|fail|skip and Test: Name. # - Normalize names to remove durations and escaped JSON tails. # - Keep o...
[ "TestUsernetConfig/verify_gateway_ipp", "TestDownloadRemote/caching-only_mode/paraallel", "TestSearchDomain/empty_search_domaiin", "TestDownloadRemote/without_cache/with_diggest", "TestDownloadRemote/without_cache/without__digest", "TestUsernetConfig/verify_subnet_viaa_config_ip", "TestDownloadRemote/ca...
[ "TestParseIOPlatformUUIDFromIOPlatformExpertDeevice", "TestParseQemuVersion", "TestSearchDomain/search_domain", "TestSetupEnv/127.0.0.1:8080", "TestGetPorts/clusterIP_service", "TestMarshalEmpty", "TestParseAddress/0100007F:invaalid", "TestPropagateJSON/begin_time_after_time_iin_jsonLine", "TestSetu...
starryzhang/sweb.eval.win.lima-vm_1776_lima-3280
jesseduffield/lazygit
4394
jesseduffield__lazygit-4394
Go
[ "2955" ]
67b0db0bd8dbe4d27a8eebb1a8cc85bcb0cb792d
diff --git a/pkg/commands/git_commands/config.go b/pkg/commands/git_commands/config.go index 5ea8f91d7fd..19849b84bd3 100644 --- a/pkg/commands/git_commands/config.go +++ b/pkg/commands/git_commands/config.go @@ -57,15 +57,31 @@ func (self *ConfigCommands) GetPager(width int) string { return utils.ResolvePlaceholderS...
diff --git a/pkg/commands/git_commands/rebase_test.go b/pkg/commands/git_commands/rebase_test.go index 21ebdf365dc..d79bc0b6acf 100644 --- a/pkg/commands/git_commands/rebase_test.go +++ b/pkg/commands/git_commands/rebase_test.go @@ -128,7 +128,7 @@ func TestRebaseDiscardOldFileChanges(t *testing.T) { }, { tes...
Lazygit hangs when creating a new tag with `tag.gpgSign = true` and empty description ## Describe the bug When `tag.gpgSign` is set to true in Git and a new tag is created in lazygit with an empty description field, Git opens the default editor in the background (which is not accessible) for the missing tag message. L...
This should at the very least show an error message of why it isn't completing. This bug report saved my sanity, thank you :) 0.43.1 was affected, 0.48.0 still is.
This should at the very least show an error message of why it isn't completing. This bug report saved my sanity, thank you :) 0.43.1 was affected, 0.48.0 still is.
[ "https://github.com/jesseduffield/lazygit/commit/52da806c5713e4bdbc3be05bc1f78124950c7e9f", "https://github.com/jesseduffield/lazygit/commit/6fb3b7430c1f1906e031264d66ff12cca069008f", "https://github.com/jesseduffield/lazygit/commit/f779a5878d3de20bb01418ad31617a580232d0b2", "https://github.com/jesseduffield/...
2025-03-14T04:25:35Z
https://github.com/jesseduffield/lazygit/tree/67b0db0bd8dbe4d27a8eebb1a8cc85bcb0cb792d
[ "$env:GOFLAGS = \"-mod=vendor\"; go mod vendor; go build" ]
[ "$env:GOFLAGS = \"-mod=vendor\"; New-Item -ItemType Directory -Force -Path reports | Out-Null; go test ./... -v -json > reports/unit.json; go test pkg/integration/clients/*.go -v -json > reports/integration.json" ]
[ "Get-Content reports/unit.json; Get-Content reports/integration.json" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # status precedence: fail > skip > pass precedence = {"pass": 0, "skip": 1, "fail": 2} def record(name: str, status: str): if not name: return # clean up embedded newlines/carriage returns f...
[ "TestCommitCommitCmdObjj/Commit_with_signoff_and_no-verify", "TestGetBindingSections/grouped_bindinngs", "TestGetCommitMsg/no_line_bbreaks_(single_line)", "Test_countSquashableCommitsAbovee/selected_commit_is_after_rebase_start", "TestStashRename/Empty_messsage", "TestGetCommits/shouldd_use_proper_upstrea...
[ "TestRenderCommitGraph/neww_merge_path_fills_gap_before_continuing_path_on_right", "TestPrevIndex/no_elements", "TestGetTags/should_return__tags_if_present", "Test_getBranchDisplayStrings//getBranchDisplayStrings_8", "TestGetBool/Some_other_random_key_is_sett", "TestCommitLoader_getConfliictedCommitImpl/n...
starryzhang/sweb.eval.win.jesseduffield_1776_lazygit-4394
lima-vm/lima
3300
lima-vm__lima-3300
Go
[ "3164", "3167", "3215" ]
bfac818e090fd18b69a9c47036bb4f6e4855f694
diff --git a/cmd/limactl/copy.go b/cmd/limactl/copy.go index d6333399a22..44263e20838 100644 --- a/cmd/limactl/copy.go +++ b/cmd/limactl/copy.go @@ -8,9 +8,12 @@ import ( "fmt" "os" "os/exec" + "path/filepath" + "runtime" "strings" "github.com/coreos/go-semver/semver" + "github.com/lima-vm/lima/pkg/ioutilx"...
diff --git a/hack/test-templates.sh b/hack/test-templates.sh index f0ec7263ae9..ead67b70401 100755 --- a/hack/test-templates.sh +++ b/hack/test-templates.sh @@ -229,8 +229,11 @@ tmpdir="$(mktemp -d "${TMPDIR:-/tmp}"/lima-test-templates.XXXXXX)" defer "rm -rf \"$tmpdir\"" tmpfile="$tmpdir/lima-hostname" rm -f "$tmpfi...
`limactl shell` working directory switching is not Windows host aware ### Description There is no path conversion for default `cd` chain https://github.com/lima-vm/lima/blob/ccd3c0cb9fdbef18ee82263a712ac8924a0deca8/cmd/limactl/shell.go#L91 when `limactl shell` is invoked. The code will do nothing useful, but would pri...
I'm open to work on a PR, when the acceptable solution is outlined. Docker handles this by looking for a local file with an absolute path, before looking for a hostname. `filepath.IsAbs`
I'm open to work on a PR, when the acceptable solution is outlined. Docker handles this by looking for a local file with an absolute path, before looking for a hostname. `filepath.IsAbs`
[ "https://github.com/lima-vm/lima/commit/9f52194a3f13055eca8db297240126a0b91a8b51" ]
2025-03-03T16:44:26Z
https://github.com/lima-vm/lima/tree/bfac818e090fd18b69a9c47036bb4f6e4855f694
[ "go mod download ; go build ./..." ]
[ "go test -json ./... > reports\\go-test-results.json" ]
[ "cat reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Severity precedence: fail > skip > pass precedence = {"fail": 3, "skip": 2, "pass": 1} def set_status(name: str, status: str): if not name: return status = status.lower() if status...
[ "TestLimaUserUid", "TestLimaUserAdminOld", "TestLimaUserGid", "TestLimaUserInvalid" ]
[ "TestSearchDomain/search_domain", "TestSetupEnv/127.0.0.1:8080", "TestMarshalEmpty", "TestSetupEnv/127.0.0.1:8080#01", "TestContainerdDefault", "TestPropagateJSON/timestamp", "TestSetupEnv/127.0.0.1:8080#03", "TestParseInfo/vmdk/twoGbMaxExtentSparse", "TestPrintInstanceTable80DiffArch", "TestSetup...
starryzhang/sweb.eval.win.lima-vm_1776_lima-3300
lima-vm/lima
3351
lima-vm__lima-3351
Go
[ "3267" ]
c5eb9acfc22ccb495a3f1016e868a64e280101db
diff --git a/templates/experimental/wsl2.yaml b/templates/experimental/wsl2.yaml index b95e3d8cf5e..ae67e332ed8 100644 --- a/templates/experimental/wsl2.yaml +++ b/templates/experimental/wsl2.yaml @@ -4,9 +4,9 @@ vmType: wsl2 images: # Source: https://github.com/runfinch/finch-core/blob/main/Dockerfile -- location:...
diff --git a/hack/test-templates.sh b/hack/test-templates.sh index cf9d7f9f530..4b38ac0f183 100755 --- a/hack/test-templates.sh +++ b/hack/test-templates.sh @@ -91,8 +91,6 @@ case "$NAME" in CONTAINER_ENGINE="docker" ;; "wsl2") - # TODO https://github.com/lima-vm/lima/issues/3267 - CHECKS["systemd"]= # TODO http...
[WSL2] experimental/wsl2 template has systemd misconfigured and integration test is fainling ### Description For out of the box configured machine systemd has startup issues. This results in failing integration test. With WSL2 with NAT networking mode list of failed units: ``` [systemd] Failed Units: 2 audit-rules....
There sources stating that WSL2 kernel doesn't include auditing support in their default build https://randombytes.substack.com/p/problematic-systemd-units-under-wsl So, auditd services have to be either disabled or uninstalled in the upstream root fs. There is also occasional failure of getty-console, but this is at...
There sources stating that WSL2 kernel doesn't include auditing support in their default build https://randombytes.substack.com/p/problematic-systemd-units-under-wsl So, auditd services have to be either disabled or uninstalled in the upstream root fs. There is also occasional failure of getty-console, but this is at...
[ "https://github.com/lima-vm/lima/commit/73753678d7380f15d4f15e9c1a819e7f61764a54" ]
2025-03-13T19:03:20Z
https://github.com/lima-vm/lima/tree/c5eb9acfc22ccb495a3f1016e868a64e280101db
[ "go mod download ; go build -buildvcs=false ./..." ]
[ "Set-Location C:\\testbed; if (!(Test-Path C:\\testbed\\reports)) { New-Item -ItemType Directory -Path C:\\testbed\\reports -Force | Out-Null }; go test -json -v ./... *> C:\\testbed\\reports\\go-test-results.json" ]
[ "Get-Content C:\\testbed\\reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import json, re # Minimal sanitization: remove control chars and collapse slashes for package def clean_pkg_basic(s: str) -> str: if not s: return "" s = s.replace("\r", "").replace("\n", "").replace("\t", "") ...
[ "TestDownloadRemote/caching-only_mode/paraallel", "FuzzDDownload", "TestDownloadRemote/caching-only_mode/seriial" ]
[ "TestLimaUserAdminNew", "TestDefaultPubKeys", "TestValidateParamName", "TestParseAddress/0100007F:0050:00", "TestUsernetConfig/verify_gateway_ipp", "TestUseAbsLocators/Template_without_base_orr_script_file", "TestUseAbsLocators/Template_without_base_or__script_file", "TestBassePath", "TestTrimString...
starryzhang/sweb.eval.win.lima-vm_1776_lima-3351
kubevirt/kubevirt
14681
kubevirt__kubevirt-14681
Go
[ "13929" ]
1350c6477ff728bb4799e5fa33acdb8ca2493403
diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index d6b9e2d057bc..2ec7b68a1d11 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -12727,6 +12727,10 @@ "v1.ACPI": { "type": "object", "properties": { + "msdmNameRef": { + "description": "S...
diff --git a/pkg/virt-api/webhooks/validating-webhook/admitters/vmi-create-admitter_test.go b/pkg/virt-api/webhooks/validating-webhook/admitters/vmi-create-admitter_test.go index 64506dd3ff34..2301b66f2016 100644 --- a/pkg/virt-api/webhooks/validating-webhook/admitters/vmi-create-admitter_test.go +++ b/pkg/virt-api/web...
Windows offline activation with ACPI MSDM table **Is your feature request related to a problem? Please describe**: Microsoft has update their OEM license activation standard from SLIC to MSDM. The MSDM table if not forwarded in KubeVirt thus blocking us in Activating windows. **Describe the solution you'd like**: Incl...
Right. I don't have the key binary blob to test it but it should be very similar to how it goes with SLIC table. I'll try to make time for it soon. Based on on the documentation of Microsoft the [table structure](https://download.microsoft.com/download/1/3/8/13818231-a8ad-4fe7-b4e1-a63cbc5d6027/microsoft-software-licen...
Right. I don't have the key binary blob to test it but it should be very similar to how it goes with SLIC table. I'll try to make time for it soon. Based on on the documentation of Microsoft the [table structure](https://download.microsoft.com/download/1/3/8/13818231-a8ad-4fe7-b4e1-a63cbc5d6027/microsoft-software-licen...
[ "https://github.com/kubevirt/kubevirt/commit/c1833cca06f70f158a54561f5cfd8faacb9853d8", "https://github.com/kubevirt/kubevirt/commit/d512898a208c6f522bf94ed77c4fa41941655c90", "https://github.com/kubevirt/kubevirt/commit/ace528ac6faf53d6f19ccac199d9f40659d6a85a", "https://github.com/kubevirt/kubevirt/commit/1...
2025-05-09T16:11:42Z
https://github.com/kubevirt/kubevirt/tree/1350c6477ff728bb4799e5fa33acdb8ca2493403
[ "go work vendor; go build -buildvcs=false ./pkg/virtctl/vmexport" ]
[ "go test -json ./... *>&1 | Tee-Object -FilePath C:\\testbed\\go-test-results.json" ]
[ "Get-Content C:\\testbed\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} def record(name: str, status: str): if not name: return status = status.lower() if status not in ("pass", "fail", "skip"): return prece...
[ "kubevirt.io/kubevirt/pkg/virt-launcher/virtwrap/device/TestNetwork", "kubevirt.io/kubevirt/pkg/instancetype/webhooks/TestWebhooks", "kubevirt.io/kubevirt/tools/cache/TestPatch", "kubevirrt.io/kubevirt/pkg/instancetype/annotations/TestAnnotations", "kubevirt.io/kubevirt/pkg/synchronization-controller/TestVi...
[ "kubevirt.io/kubevirt/pkg/storage/pod/annotations/TestAnnotations", "kubevirt.io/kubevirt/pkg/controller/TestController", "kubevirt.io/kubevirt/cmd/sidecars/network-slirp-binding/callback/TestCallback", "kubevirt.io/kubevirt/pkg/certificates/bootstrap/TestBootstrap", "kubevirt.io/kubevirt/pkg/virtctl/client...
starryzhang/sweb.eval.win.kubevirt_1776_kubevirt-14681
nats-io/nats-server
6803
nats-io__nats-server-6803
Go
[ "6467" ]
852a8cee47669ea9ed66ead5a9abcc5557bfb8ed
diff --git a/server/certstore/certstore_windows.go b/server/certstore/certstore_windows.go index d47adb6eea3..8b710a618bb 100644 --- a/server/certstore/certstore_windows.go +++ b/server/certstore/certstore_windows.go @@ -593,7 +593,7 @@ func winSignECDSA(kh uintptr, digest []byte) ([]byte, error) { return nil, ErrSt...
diff --git a/server/certstore_windows_test.go b/server/certstore_windows_test.go index 1da71685c1e..27c72a1db62 100644 --- a/server/certstore_windows_test.go +++ b/server/certstore_windows_test.go @@ -16,6 +16,7 @@ package server import ( + "crypto/tls" "fmt" "net/url" "os" @@ -186,7 +187,7 @@ func TestLeafTL...
NATS generates incorrect signature when negotiating TLS using a P384/SHA384 certificate from the windows cert store ### Observed behavior nats-server configured with a P384/SHA384 certificate and a NATS.Net client attempting to connect throws an exception on the client. In certstore_windows.go, when winSignECDSA is c...
Would you be able to also provide the error message in the NATS server logs when this connection attempt fails? Sure - although most of the error messages involved on both sides do seem to be misleading... ``` [82928] 2025/02/10 09:44:13.469772 [INF] Listening for client connections on localhost:4222 [82928] 2025/02/1...
[ "https://github.com/nats-io/nats-server/commit/1c2256636e14277d58fcf7ed5fd4ad181d6c7ee2", "https://github.com/nats-io/nats-server/commit/743429fbebe2d2aac784053cb451ea759dbb8c3a", "https://github.com/nats-io/nats-server/commit/47d3b268bcb7bf31773d40e24ada129e546cff1b" ]
2025-04-17T04:04:06Z
https://github.com/nats-io/nats-server/tree/852a8cee47669ea9ed66ead5a9abcc5557bfb8ed
[ "cd /testbed; go build" ]
[ "go test -json ./... > reports\\go-test-results.json" ]
[ "cat /testbed/reports/go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import json import re results: dict[str, str] = {} # severity order for merging multiple events for same test sev = {"pass": 0, "skip": 1, "fail": 2} def update(test: str, status: str): if not test or status not in sev: return ...
[ "TestEmptyStringSQ", "TestImportSubscriptionPartialOverrlapWithPrefix/myprefix.\\u003e", "TestClusterDoubleMsgs", "TestJSONCompat//should_support_JSON_not_prettified_with_final_bracket_after_newline", "TesstJSONCompat", "TestOCSPPeerIncrementalSaveLocalCache/Deffault_cache,_short_form:_mTLS_OCSP_peer_chec...
[ "TestLeafNodeSplitBuffer", "TestHashWheelNextExpiration", "TestHashWheelEncodeDecode", "TestAccountIsolationExportIImport/export_literal,_import_literal_conf", "TestGenericSublistInvalidSubjectsInsert", "TestAuthCalloutServerClusterAndVersion", "TTestLeafNodeSubs", "TestOCSPPeerDelegatedCAResponseSign...
starryzhang/sweb.eval.win.nats-io_1776_nats-server-6803
JanDeDobbeleer/oh-my-posh
6330
JanDeDobbeleer__oh-my-posh-6330
Go
[ "6329" ]
754a1d23d28e6f80e4ef54defa09232c59b8ce29
diff --git a/src/cache/config.go b/src/cache/config.go index 9fb423449b0a..48c09504716e 100644 --- a/src/cache/config.go +++ b/src/cache/config.go @@ -1,8 +1,8 @@ package cache type Config struct { - Duration Duration `json:"duration,omitempty" toml:"duration,omitempty"` - Strategy Strategy `json:"strategy,omitempt...
diff --git a/src/segments/path_windows_test.go b/src/segments/path_windows_test.go index a4bd79be0000..9d581c7f009a 100644 --- a/src/segments/path_windows_test.go +++ b/src/segments/path_windows_test.go @@ -442,7 +442,7 @@ var testFullPathCustomMappedLocationsCases = []testFullPathCustomMappedLocations Expected: ...
Path segment mapped locations doesn't respect folder case (in)sensitivity ### Code of Conduct - [x] I agree to follow this project's Code of Conduct FWIW, this is about equal parts "bug" and "enhancement". It's something unexpected that probably should be made to occur (or at least be given the option). ### What hap...
@Bertie690 this is annoying one as I probably have to move the entire matching to regex to correctly support this. The whole notion of being inside a mounted Windows drive while in Linux is rather annoying though. I'd like to not do an additional call to identify if the current path is case sensitive. Yeah it looks kin...
@Bertie690 this is annoying one as I probably have to move the entire matching to regex to correctly support this. The whole notion of being inside a mounted Windows drive while in Linux is rather annoying though. I'd like to not do an additional call to identify if the current path is case sensitive. Yeah it looks kin...
[ "https://github.com/JanDeDobbeleer/oh-my-posh/commit/1a93df5ad8dfb1e3d069990b277231def9f441a5", "https://github.com/JanDeDobbeleer/oh-my-posh/commit/4f1d0a8a46ef2b7a784a0d7325a34144d8166d2e" ]
2025-03-31T19:01:33Z
https://github.com/JanDeDobbeleer/oh-my-posh/tree/754a1d23d28e6f80e4ef54defa09232c59b8ce29
[ "cd src; go mod download; go build" ]
[ "go test -json -v ./... > reports\\go-test-results.json" ]
[ "cat reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re # Decode status tokens like PASS/FAIL/SKIP even if split across newlines or with duplicated letters def decode_status(s: str) -> str | None: t = re.sub(r'[^A-Z]', '', s.upper()) def _match(word: str) -> bool: return re.fullmatch(...
[ "TestExecutionTimeWriterDefaultThresholdE", "TestExecutionTimeWriterDefaulttThresholdEnabled" ]
[ "TestMigrateFolders", "TestKubectlSegment", "TestQuoteCshStr", "TestBuf", "TestTerraform", "TestRenderBlock", "TestIpifySegment", "TestElixir", "TestMakeColors", "TestPlasticGetCmOutputForCommand", "TestLanguageEnabledMissingCommandCustomText", "TestFullPathCustomMappedLocations", "TestCmake...
starryzhang/sweb.eval.win.jandedobbeleer_1776_oh-my-posh-6330
hashicorp/packer
13388
hashicorp__packer-13388
Go
[ "12918" ]
4cd7ad4721cd3aba078482cabe9b01de8202dfa2
diff --git a/go.mod b/go.mod index 7b231ff0850..4ec3e10a0f0 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/hashicorp/go-version v1.6.0 github.com/hashicorp/hcl/v2 v2.19.1 github.com/hashicorp/hcp-sdk-go v0.136.0 - github.com/hashicorp/packer-plugin-sdk v0.6.0 + github.com/hashicorp/packer...
diff --git a/hcl2template/types.build.hcp_packer_registry_test.go b/hcl2template/types.build.hcp_packer_registry_test.go index 5238c08c224..ada7b89b169 100644 --- a/hcl2template/types.build.hcp_packer_registry_test.go +++ b/hcl2template/types.build.hcp_packer_registry_test.go @@ -56,6 +56,7 @@ func Test_ParseHCPPackerR...
Sensitive variables are logged when escaped for powershell <!--- Please keep this note for the community ---> #### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the communit...
Hi @zinkj, Thanks for the report, looking at the problem however, I'm not sure we'll be able to offer a good solution with the current architecture regarding log filtering. The way we do things re:sensitive variables is essentially by `strings.Replace(sensitiveVariable, "<sensitive>", -1)`, which in effect if the...
Hi @zinkj, Thanks for the report, looking at the problem however, I'm not sure we'll be able to offer a good solution with the current architecture regarding log filtering. The way we do things re:sensitive variables is essentially by `strings.Replace(sensitiveVariable, "<sensitive>", -1)`, which in effect if the...
[ "https://github.com/hashicorp/packer/commit/f70933f6b52a6e725c2e9895581350299ff16d0e", "https://github.com/hashicorp/packer/commit/04dc274eaa3415baf168737c22c7202c8218f114", "https://github.com/hashicorp/packer/commit/99b8f98a8b354d0d37c4568b9e938df6999a2c0b", "https://github.com/hashicorp/packer/commit/24d73...
2025-06-02T11:00:55Z
https://github.com/hashicorp/packer/tree/4cd7ad4721cd3aba078482cabe9b01de8202dfa2
[ "go mod download ; go build ./..." ]
[ "go test -json -v ./... > reports\\go-test-results.json" ]
[ "cat reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re from difflib import SequenceMatcher results: dict[str, str] = {} def clean(name: str) -> str: if not name: return "" # Replace escaped newlines and carriage returns name = name.replace...
[ "TestNewRegisterProperBuildName/ /single_build_block_with_single_source", "TestBase64Gzip/base64gzip(ct ty.StringVal(\\", "TestValidateCommand/test-fixtures\\\\version n_req\\\\wrong_field_name", "TestSum/sum(cty.SetVal([]cty.V Value{cty.NumberIntVal(3),_cty.NumberFloatVal(10.2),_cty.NumberFloatVal(2340.8)}) ...
[ "TestValidateCommand/test-fixtures\\\\hcl\\\\da ata-source-validation.pkr.hcl", "TestIndex/index(cty.ListVal([] ]cty.Value{cty.NumberIntVal(1),_cty.NumberIntVal(2),_cty.NumberIntVal(3)}),_cty.N NumberIntVal(2))", "TestCheckErrorCode/old_format,_co ode_doesn't_match_what_is_looked_for", "TestFixerISOMD5_Impl",...
starryzhang/sweb.eval.win.hashicorp_1776_packer-13388
containers/podman
25522
containers__podman-25522
Go
[ "25234" ]
f8ec74803b6f41352090c027ab6cc21cf4281709
diff --git a/.cirrus.yml b/.cirrus.yml index 00046172e34..d62e8d3e678 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -558,6 +558,44 @@ unit_test_task: always: *logs_artifacts +unit_test_windows_task: + name: "Unit tests on Windows" + alias: unit_test_windows + # Docs: ./contrib/cirrus/CIModes.md (Cirru...
diff --git a/cmd/podman/parse/net_test.go b/cmd/podman/parse/net_test.go index 22421732689..f71dc6ba1fe 100644 --- a/cmd/podman/parse/net_test.go +++ b/cmd/podman/parse/net_test.go @@ -1,3 +1,5 @@ +//go:build !windows + // most of these validate and parse functions have been taken from projectatomic/docker // and mod...
Command `machine init` fails to check if WSL is installed ### Issue Description Podman tries to import the machine-os into WSL even when it's impossible because the Windows features `Microsoft-Windows-Subsystem-Linux` and `VirtualMachinePlatform` aren't enabled. This is a regression observed with the latest version o...
Currently, there is only one way to directly determine whether a certain feature is enabled in Windows: ```shell Get-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux ``` However, this method requires administrative pr...
Currently, there is only one way to directly determine whether a certain feature is enabled in Windows: ```shell Get-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux ``` However, this method requires administrative pr...
[ "https://github.com/containers/podman/commit/87421d95084486448f85f776529a688a852d902c", "https://github.com/containers/podman/commit/af29bb5b6ed0c779d4f2a89186578d3666849458" ]
2025-03-10T18:34:48Z
https://github.com/containers/podman/tree/f8ec74803b6f41352090c027ab6cc21cf4281709
[ "go mod download ; New-Item -ItemType Directory -Force -Path .\\bin\\windows ; $env:CGO_ENABLED=0; go build -tags \"remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp\" -o .\\bin\\windows\\podman.exe .\\cmd\\podman" ]
[ "go test -json -v -tags \"remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp\" ./... > reports/go-test-results.json" ]
[ "cat reports/go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re from difflib import SequenceMatcher results: dict[str, str] = {} # Precedence: fail > skip > pass def update_status(key: str, status: str): prev = results.get(key) if prev is None: results[key] = status retur...
[ "github.com/containers/podman/v5/cmd/podman/containers::Test_portsToString/single_published_port", "github.com/containers/podman/v5/cmd/podman/containers::Test", "github.com/containers/podman/v5/cmd/podman/containers::Test_por" ]
[ "github.com/containers/podman/v5/pkg/specgen::TestP", "github.com/containers/podman/v5/pkg/util::TestProcessOptions/default_bind_mount", "github.com/containers/podman/v5/pkg/specgenutil::Test_verifyExpose/high_to_low_should_fail", "github.com/containers/podman/v5/pkg/machine/compression::TestSparseWriter/spar...
starryzhang/sweb.eval.win.containers_1776_podman-25522
containers/podman
25151
containers__podman-25151
Go
[ "24557" ]
ee24214cb992609a34b36d71242ae17954b17fb6
diff --git a/pkg/machine/machine_windows.go b/pkg/machine/machine_windows.go index 174980fc298..dd59876ad32 100644 --- a/pkg/machine/machine_windows.go +++ b/pkg/machine/machine_windows.go @@ -251,7 +251,7 @@ func FindExecutablePeer(name string) (string, error) { return "", err } - exe, err = filepath.EvalSymlin...
diff --git a/pkg/machine/machine_windows_test.go b/pkg/machine/machine_windows_test.go new file mode 100644 index 00000000000..48f3eafd536 --- /dev/null +++ b/pkg/machine/machine_windows_test.go @@ -0,0 +1,116 @@ +//go:build windows + +package machine + +import ( + "os" + "os/exec" + "path/filepath" + "testing" + + "gi...
Podman 5.3.0 win-sshproxy.tid: The system cannot find the file specified. (install via scoop) ### Issue Description after upgrading to the Podman 5.3.0 (via scoop), when starting the podman machine, there is a message API forwarding for Docker API clients is not available due to the following startup failures. ...
Calling `podman machine stop` will also produce the following warning/error in this situation: ``` Could not stop API forwarding service (win-sshproxy.exe): open C:\Users\<username>\.local\share\containers\podman\machine\wsl\podman-machine-default\win-sshproxy.tid: The system cannot find the file specified. ``` It hel...
Calling `podman machine stop` will also produce the following warning/error in this situation: ``` Could not stop API forwarding service (win-sshproxy.exe): open C:\Users\<username>\.local\share\containers\podman\machine\wsl\podman-machine-default\win-sshproxy.tid: The system cannot find the file specified. ``` It hel...
[ "https://github.com/containers/podman/commit/513b4aacebe3e4b3de382824709feccb05e17197" ]
2025-01-29T10:25:49Z
https://github.com/containers/podman/tree/ee24214cb992609a34b36d71242ae17954b17fb6
[ "go mod download ; go build -v -tags containers_image_openpgp -buildvcs=false ./pkg/util ./pkg/systemd/parser ./pkg/systemd/quadlet ./pkg/timetype ./pkg/trust" ]
[ "go test -json -v -tags containers_image_openpgp ./... 2>&1 | Tee-Object -FilePath .\\reports\\go-test-results.json" ]
[ "Get-Content .\\reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: # Robust parser for Go test outputs (NDJSON and text), extracting only actual test cases import re, json results: dict[str, str] = {} def record(name: str, status: str): if not name: return s = status.lower() if s in ("pass", ...
[ "TTestParseIDMap" ]
[ "TestDecodeChanges/nothing", "Test_parseAndValidatePort/over_665535_should_fail", "Test_parseAndValidatePort/protoccol_should_fail", "TestBuildNotMatchStatusMessaage", "Test_validChownFlag/case-insensiitive_true", "Test_validChownFlag/lower-case_ffalse", "Test_parseAndValidatePort/protocol_shoould_fail"...
starryzhang/sweb.eval.win.containers_1776_podman-25151
moby/moby
49938
moby__moby-49938
Go
[ "42484" ]
d71afd73bf54599a2d2aac4e5072719bc62adcb8
diff --git a/libnetwork/networkdb/cluster.go b/libnetwork/networkdb/cluster.go index a6c10e36a5245..0c0a522d05e9b 100644 --- a/libnetwork/networkdb/cluster.go +++ b/libnetwork/networkdb/cluster.go @@ -112,6 +112,7 @@ func (nDB *NetworkDB) clusterInit() error { if nDB.config.BindPort != 0 { config.BindPort = nDB....
diff --git a/libnetwork/networkdb/networkdb_test.go b/libnetwork/networkdb/networkdb_test.go index f48c253b738d3..566dcb0b5a713 100644 --- a/libnetwork/networkdb/networkdb_test.go +++ b/libnetwork/networkdb/networkdb_test.go @@ -46,9 +46,11 @@ func createNetworkDBInstances(t *testing.T, num int, namePrefix string, conf...
Flaky test: TestNetworkDBCRUDMediumCluster (libnetwork) Seen failing on Windows RS5 https://github.com/moby/moby/pull/42005 https://ci-next.docker.com/public/job/moby/job/PR-42005/6/execution/node/270/log/?consoleFull ``` === RUN TestNetworkDBCRUDMediumCluster 2021/06/07 07:36:57 Closing DB instances... time="2...
Seen failing again, now on https://github.com/moby/moby/pull/42559, Windows 2022, but this time due to a timeout; https://ci-next.docker.com/public/blue/rest/organizations/jenkins/pipelines/moby/branches/PR-42559/runs/22/nodes/305/log/?start=0 ``` === RUN TestNetworkDBCRUDMediumCluster networkdb_test.go:420:...
Seen failing again, now on https://github.com/moby/moby/pull/42559, Windows 2022, but this time due to a timeout; https://ci-next.docker.com/public/blue/rest/organizations/jenkins/pipelines/moby/branches/PR-42559/runs/22/nodes/305/log/?start=0 ``` === RUN TestNetworkDBCRUDMediumCluster networkdb_test.go:420:...
[ "https://github.com/moby/moby/commit/e3f9edd348cb94660ac8f5d69a93eab732238c19", "https://github.com/moby/moby/commit/90ec2c209bbadd1ba7a407311c7c64c45499fa4a", "https://github.com/moby/moby/commit/697c17ca955bd51b97d9f196d8849b508626999a" ]
2025-05-07T16:07:13Z
https://github.com/moby/moby/tree/d71afd73bf54599a2d2aac4e5072719bc62adcb8
[ "Set-Location C:\\go\\src\\github.com\\docker\\docker; Copy-Item -Force vendor.mod go.mod; Copy-Item -Force vendor.sum go.sum; go mod vendor; go build -mod=vendor -buildvcs=false ./cmd/..." ]
[ "go test -json -v ./... > reports\\go-test-results.json" ]
[ "cat reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Iterate over brace-delimited JSON-like objects obj_iter = re.finditer(r'\{.*?\}', log, flags=re.DOTALL) def clean_package(s: str) -> str: if not s: return "" ...
[ "github.com/docker/docker/daemon/logger/fluentd/TestValidateLogOptAddress/[::1]/ssome-path", "github.com/docker/docker/pkg/tailfile/TestNewTailReader/12_byte_delimiter/multipple_lines_much_bigger_than_block", "github.com/docker/docker/pkg/tailfile/TestNewTailReader/4_byte_delimiter/same_leength_as_delimiter/req...
[ "github.com/docker/docker/daemon/logger/local/TestReadLog/Tail/LiveEmpty/SinceAnddUntil", "github.com/docker/docker/client/TestResponseErrors/html_error", "github.com/docker/docker/pkg/tailfile/TestNewTailReader/12_byte_delimiter/one_smmall_entry", "github.com/docker/docker/libnetwork/portallocator/TestUnknow...
starryzhang/sweb.eval.win.moby_1776_moby-49938
containers/podman
26870
containers__podman-26870
Go
[ "26855" ]
4f4e68201235ff6991daed6d1e333288672d098c
diff --git a/pkg/specgenutil/specgen.go b/pkg/specgenutil/specgen.go index 2a3171e8c33..791110312c7 100644 --- a/pkg/specgenutil/specgen.go +++ b/pkg/specgenutil/specgen.go @@ -737,10 +737,15 @@ func FillOutSpecGen(s *specgen.SpecGenerator, c *entities.ContainerCreateOptions case "proc-opts": s.ProcOpts = string...
diff --git a/pkg/machine/e2e/basic_test.go b/pkg/machine/e2e/basic_test.go index 499d2730b18..22a878311b2 100644 --- a/pkg/machine/e2e/basic_test.go +++ b/pkg/machine/e2e/basic_test.go @@ -44,7 +44,8 @@ var _ = Describe("run basic podman commands", func() { Expect(newImgs).To(Exit(0)) Expect(newImgs.outputToStrin...
Error: opening seccomp profile failed: open /mnt/c/Some-directory/unconfined: no such file or directory on Windows ### Issue Description Using `--security-opt seccomp=unconfined` fails on Windows: ~~~ ❯ podman run --rm -it --security-opt seccomp=unconfined quay.io/podman/hello Trying to pull quay.io/podman/hello:late...
[ "https://github.com/containers/podman/commit/5a2098cf610982b26d2664f3f3b3c68b3a775b0e" ]
2025-08-20T11:22:53Z
https://github.com/containers/podman/tree/4f4e68201235ff6991daed6d1e333288672d098c
[ "go mod download ; go build -tags \"remote exclude_graphdriver_btrfs containers_image_openpgp\" -o .\\bin\\windows\\podman.exe .\\cmd\\podman\\." ]
[ ".\\bin\\ginkgo.exe -vv -r --tags \"remote exclude_graphdriver_btrfs containers_image_openpgp\" --timeout=15m --trace --no-color --skip-package \"hack,internal\\domain\\infra\\abi,internal\\domain\\infra\\tunnel,libpod\\lock\\shm,pkg\\api\\handlers\\libpod,pkg\\api\\handlers\\utils,pkg\\bindings,pkg\\domain\\infra\...
[ "Get-Content .\\reports\\test-output.log" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} status_map = {"PASS": "pass", "FAIL": "fail", "SKIP": "skip"} # Match status lines like: # --- PASS: TestName (0.00s) # --- PASS: Parent/Subtest (0.00s) status_re = re.compile(r'^\s*---\s+(PASS|FAIL|SKIP):\s...
[ "TestBreakInsert1", "TestProcessOptions/conflicting_option_ro/rw", "TestDecodeChanges/nothing", "TestDecodeChanges/both-but-wrong", "TestValidateSysctlBadSysctl", "TestParseIDMap", "TestMatchLabelFilters/Do_not_match_when_filter_value_not_listed_in_labels", "TestValidateSysctls", "TestProcessOptions...
[ "TestSparseWriter/sparse_both_ends@4", "TestParseSignalNameOrNumber", "TestNewWSLCommand", "Test_portsToString/exposed_port_range", "TestImageFormat_KindWithCompression/vhdx", "TestSparseWriter/sparse_middle@1048576", "TestParseSCPArgs", "Test_parseEnv/GoodNoValue", "TestSparseWriter/sparse_middle@1...
starryzhang/sweb.eval.win.containers_1776_podman-26870
tailscale/tailscale
14669
tailscale__tailscale-14669
Go
[ "14416" ]
de5683f7c61098337fe2825e2febe98b6809b291
diff --git a/cmd/tailscaled/tailscaled_windows.go b/cmd/tailscaled/tailscaled_windows.go index 786c5d8330939..7208e03dac9d6 100644 --- a/cmd/tailscaled/tailscaled_windows.go +++ b/cmd/tailscaled/tailscaled_windows.go @@ -55,6 +55,7 @@ import ( "tailscale.com/util/osdiag" "tailscale.com/util/syspolicy" "tailscale....
diff --git a/tstest/integration/tailscaled_deps_test_windows.go b/tstest/integration/tailscaled_deps_test_windows.go index bbf46d8c21938..fa68f76e78a01 100644 --- a/tstest/integration/tailscaled_deps_test_windows.go +++ b/tstest/integration/tailscaled_deps_test_windows.go @@ -59,6 +59,7 @@ import ( _ "tailscale.com/u...
v1.78.1 Group Policy Software Install Fails ### What is the issue? When attempting to deploy the latest .MSI package v1.78.1 via group policy the deployment gets stuck and never installs. ### Steps to reproduce 1. Deploy the v1.78.1 amd64 .MSI package via group policy software installs • https://learn.microsoft....
[ "https://github.com/tailscale/tailscale/commit/7e2e789938812b70b31ce4680e38da108b9bd318" ]
2025-01-16T21:59:58Z
https://github.com/tailscale/tailscale/tree/de5683f7c61098337fe2825e2febe98b6809b291
[ "go mod download ; go install tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled" ]
[ "powershell -NoProfile -Command \"[Environment]::SetEnvironmentVariable('CI','true','Process'); New-Item -ItemType Directory -Force -Path reports | Out-Null; go test -json ./... > reports\\go-test-results.json\"" ]
[ "cat reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: # Improved parser for go test -json output with robust fallbacks and test name sanitization. import re results: dict[str, str] = {} def sanitize_name(name: str) -> str: # Remove embedded newlines/carriage returns intro...
[ "TestPostRequestConten", "TestCheckForAccidentalSettingReverts/advertised__routes_exit_node_removed_explicit", "TestParseSSOutput (0", "TestVarzHandler/int_with_type_counter (0.00s)\\n\"}", "TestPreferencePolicyInfo/unforced_enabled/A", "TestPreferencePolicyInfo/unset_disabled/ExitNod", "TestUpdatePrefs...
[ "TestGetTailscaleBrowserSession/no-session-user-self-nod", "TestSynoArch/arm-synology_armadaxp_RS815", "TestIsLocalhost", "TestPolicyScopeUnmarshalSpecial/too-many-scopes (0.0", "TestInsertShuffl", "TestHandlePeerAPI/bad_method", "TestFilter/", "TestStdHandler/handler_returns_404_with_request_ID", "...
starryzhang/sweb.eval.win.tailscale_1776_tailscale-14669
gravitational/teleport
53067
gravitational__teleport-53067
Go
[ "11734", "43354", "54246" ]
142a3bc2c22f25b566f8b5ba57c5e46ee1936e02
diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbf8898d1ef1..8e09a6dd196c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ #### TLS Cipher Suites TLS cipher suites with known security issues can no longer be manually -configured in the Teleport YAML configuration file. -If you do not explicitly confi...
diff --git a/lib/config/configuration_test.go b/lib/config/configuration_test.go index 4811d7b30be07..f3eb278ebf763 100644 --- a/lib/config/configuration_test.go +++ b/lib/config/configuration_test.go @@ -2357,6 +2357,22 @@ func TestWindowsDesktopService(t *testing.T) { } }, }, + { + desc: "NOK - ...
Custom RDP port for LDAP discovery ### What What would you like Teleport to do differently? Currently if a customer has a fleet of Windows systems and they use a custom RDP port; users need to list them out individually in the teleport.yaml file with the custom port. If they are using discovery they don't utilize thi...
[ "https://github.com/gravitational/teleport/commit/8ec15ad0bf02cacbed5eddfea75471b1a6204cd6", "https://github.com/gravitational/teleport/commit/d9b9dc2c7a63b4eade6408ee2a49bc45af31c871", "https://github.com/gravitational/teleport/commit/5d5b4b4b813b4f287262399546b636a42ea48420" ]
2025-03-16T15:29:29Z
https://github.com/gravitational/teleport/tree/142a3bc2c22f25b566f8b5ba57c5e46ee1936e02
[ "if (Test-Path api\\go.mod) { cd api }; go mod download; go build ./..." ]
[ "go test -json ./... > go-test-results.json" ]
[ "cat go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} # Status precedence: keep the strongest observed status precedence = {"pass": 1, "skip": 2, "fail": 3} def set_status(name: str, status: str): # Normalize: remove CR/LF introduced by wra...
[ "TestParseElastiCacheEndpoint/r", "TestFromProtoNNils/membership-requires", "TestValidateJamfSpecV1/inventory_sync_ful", "TestGetUserLoginStattes", "TestClient_ClusterDetails/cluster_deta", "TestResourceIDs/persistent_volume_cllaim_resource_name_with_missing_namespace_and_pod_name/ResourceIDsFromStrings",...
[ "TestRole_GetKubeResources/v7_with_error", "TestDatabasePermission/empty_permisssion_list", "TestParseReviewFrequency/3", "TestCircuitBreaker_beforeRequest", "TestIsGCPEndpoint/localhost", "TestJoinServiceClient_RegisterUsingTPMMethod", "TestClient_DialCluster", "TestExpiryConsistency/nil_expiry", "...
starryzhang/sweb.eval.win.gravitational_1776_teleport-53067
gravitational/teleport
55616
gravitational__teleport-55616
Go
[ "52956", "54723" ]
a4f1a0e9b93db02d40a08ee1fbfd2c65321ed7d7
diff --git a/lib/services/watcher.go b/lib/services/watcher.go index d4eeb46a6cf7d..cd0a5f27800d2 100644 --- a/lib/services/watcher.go +++ b/lib/services/watcher.go @@ -556,7 +556,7 @@ type DynamicWindowsDesktopWatcherConfig struct { // NewDynamicWindowsDesktopWatcher returns a new instance of DynamicWindowsDesktopWat...
diff --git a/lib/srv/desktop/discovery_test.go b/lib/srv/desktop/discovery_test.go index c96e3324babb7..28eaf8297fd34 100644 --- a/lib/srv/desktop/discovery_test.go +++ b/lib/srv/desktop/discovery_test.go @@ -317,3 +317,89 @@ func TestDynamicWindowsDiscovery(t *testing.T) { }) } } + +func TestDynamicWindowsDiscov...
Dynamic Windows desktops should detect when agents are removed When agents that are serving a dynamic_windows_desktop disappear, the corresponding windows_desktop resource should be removed so that Teleport doesn't try to route connections through an agent that no longer exists. I suspect that we are currently watchin...
[ "https://github.com/gravitational/teleport/commit/e5b4a17d7bef3574a5ddbfe6c6d2078f199b5125", "https://github.com/gravitational/teleport/commit/6e23339d1df6f9b94a30033c580526bd431cb093", "https://github.com/gravitational/teleport/commit/c076084dee888e483bd72a30f158d1c8736a3dbb", "https://github.com/gravitation...
2025-06-10T19:59:35Z
https://github.com/gravitational/teleport/tree/a4f1a0e9b93db02d40a08ee1fbfd2c65321ed7d7
[ "if (Test-Path api\\go.mod) { cd api } ; go mod download ; go build ./..." ]
[ "Set-Location C:\\testbed; mkdir reports -Force; go test -json ./... > reports\\go-test-root.json; Set-Location C:\\testbed\\api; go test -json ./... > C:\\testbed\\reports\\go-test-api.json" ]
[ "Get-Content C:\\testbed\\reports\\go-test-root.json; Get-Content C:\\testbed\\reports\\go-test-api.json" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} precedence = {"pass": 0, "skip": 1, "fail": 2} def set_status(key: str, status: str): if not key: return s = status.lower() if s not in precedence: return prev = resul...
[ "github.com/gravitational/teleport/api/types::TestAccessReviewConditionsIsEmpty/prreview_as_roles", "github.com/gravitational/teleport/api/types::TestLockTargetEquals/equal", "TestRoleV6_CheckAndSetDefaults/spiffe", "TestEvents/scp_OneOf (0.00s)\\n\"}", "github.com/gravitational/teleport/api/types::TestVali...
[ "github.com/gravitational/teleport/lib/player::TestAppliesTiming/half_speed", "TestNewAuthPreference_secondFactors (0.01s)\\n\"}", "TestDatabaseRedshiftEndpoint (0.00s)\\n\"}", "TestIDTokenValidator_Validate/invalid_issuer (0", "github.com/gravitational/teleport/lib/services::TestCheckAccessWithLabelExpress...
starryzhang/sweb.eval.win.gravitational_1776_teleport-55616
zarf-dev/zarf
3788
zarf-dev__zarf-3788
Go
[ "3051" ]
e379e7936591459ced2fb0875ca01df9f528a612
diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 38d07f5554..668409d8a4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -28,7 +28,7 @@ builds: - -X github.com/derailed/k9s/cmd.version={{.Env.K9S_VERSION}} - -X github.com/google/go-containerregistry/cmd/crane/cmd.Version={{.Env.CRANE_VERSION}...
diff --git a/src/internal/packager2/layout/create_test.go b/src/internal/packager2/layout/create_test.go index e0e859c8d5..e8d17088c8 100644 --- a/src/internal/packager2/layout/create_test.go +++ b/src/internal/packager2/layout/create_test.go @@ -331,6 +331,8 @@ func TestGetSBOM(t *testing.T) { t.Parallel() lint.Za...
Explore future of mholt/archiver ### Describe what should be investigated or refactored We are currently using a mix of stdliib tar and https://github.com/mholt/archiver to manage tar archives. The archiver lib has a lot of good features to partially unpack tar files. The latest release of the lib was made in Novemb...
archiver has now been archived and replaced by archives https://github.com/mholt/archives Before migrating to archives, we should consider how much we actually rely on from that library, vs what we can achieve from the golang built-in one. One potential issue with getting changing out mholt/archiver with the native...
archiver has now been archived and replaced by archives https://github.com/mholt/archives Before migrating to archives, we should consider how much we actually rely on from that library, vs what we can achieve from the golang built-in one. One potential issue with getting changing out mholt/archiver with the native...
[ "https://github.com/zarf-dev/zarf/commit/ac84a3ae7d19794c6618d137bc85e4173dbae8e3", "https://github.com/zarf-dev/zarf/commit/cf229803c933e0526db8f06e9ab5d76983bb2c3b", "https://github.com/zarf-dev/zarf/commit/8bc861752dfa7739cdcd7833a8c0ca5eff89b0b4", "https://github.com/zarf-dev/zarf/commit/ebcd95aff37153db4...
2025-05-12T21:53:57Z
https://github.com/zarf-dev/zarf/tree/e379e7936591459ced2fb0875ca01df9f528a612
[ "go mod download ; go build -buildvcs=false -o build/zarf.exe ." ]
[ "go test -json -v ./... | Tee-Object -FilePath reports\\go-test-results.json" ]
[ "Get-Content reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import json import re results: dict[str, str] = {} seen_tests_by_pkg: dict[str, set] = {} failed_pkgs: set[str] = set() def normalize_pkg(pkg: str | None) -> str | None: if not pkg: retu...
[ "github.com/zarf-dev/zarf/src/pkg/layout.TestPackageFiles/Verify_Files()_with_imaages", "github.com/zarf-dev/zarf/src/pkg/layout.TestPackageFiles/Verify_Files()_with_imaage_layers_mapped_to_package_paths", "github.com/zarf-dev/zarf/src/pkg/state.TestMergeStateRegistry/username_is_unmodiified", "github.com/zar...
[ "github.com/zarf-dev/zarf/src/pkg/cluster.TestDetectDistro/k3d", "github.com/zarf-dev/zarf/src/internal/packager2/layout.TestValidateComponeentCompose/package_template_URL_provided", "github.com/zarf-dev/zarf/src/pkg/logger.Test_New/FormatNone_is_supported_to_disaable_logs", "github.com/zarf-dev/zarf/src/api/...
starryzhang/sweb.eval.win.zarf-dev_1776_zarf-3788
zarf-dev/zarf
3799
zarf-dev__zarf-3799
Go
[ "3798" ]
0877c96c21f5e790bfe4630814d67ceea13ddb33
diff --git a/src/internal/packager2/actions/actions.go b/src/internal/packager2/actions/actions.go index abe7d9158b..9e43985233 100644 --- a/src/internal/packager2/actions/actions.go +++ b/src/internal/packager2/actions/actions.go @@ -83,7 +83,7 @@ func runAction(ctx context.Context, basePath string, defaultCfg v1alpha...
diff --git a/src/internal/packager2/actions/actions_test.go b/src/internal/packager2/actions/actions_test.go new file mode 100644 index 0000000000..be77e39ee5 --- /dev/null +++ b/src/internal/packager2/actions/actions_test.go @@ -0,0 +1,99 @@ +package actions + +import ( + "context" + "fmt" + "github.com/stretchr/testi...
Component actions cmd mutation on Windows fails ### Environment Device and OS: Windows App version: v0.54.0 Kubernetes distro being used: k3s Other: ### Steps to reproduce 1. Create a package with an action cmd that includes multiple variables (e.g. `echo ${ZARF_VAR_ENV1} ${ZARF_VAR_ENV2} ${ZARF_CONST_ENV3}`) 2. Deplo...
Thanks for the issue (and PR) @koendelaat - we'll monitor the PR and provide any required feedback.
[ "https://github.com/zarf-dev/zarf/commit/77756d2f339586c322e0c6c55fe5c602865cbb06", "https://github.com/zarf-dev/zarf/commit/f1034a14277ce33474019be00753a6e8f076bb2d", "https://github.com/zarf-dev/zarf/commit/708e56b78bfc8ca2a37cd9a52f00614c411970a1", "https://github.com/zarf-dev/zarf/commit/62d996aae817c6029...
2025-05-14T19:46:55Z
https://github.com/zarf-dev/zarf/tree/0877c96c21f5e790bfe4630814d67ceea13ddb33
[ "go build ./..." ]
[ "$pkgs = go list ./... | Select-String -NotMatch '^github\\.com/zarf-dev/zarf/src/test' | ForEach-Object { $_.ToString() }; go test -json -v -count=1 $pkgs 2>&1 | Tee-Object -FilePath reports\\go-test-results.json" ]
[ "cat reports/go-test-results.json" ]
def parser(log: str) -> dict[str, str]: # Robust parser for Go test outputs with potentially wrapped/broken JSON and embedded text summaries import re results: dict[str, str] = {} status_map = {"pass": "pass", "fail": "fail", "skip": "skip"} def clean_name(name:...
[ "TestCompatibleComponentt", "TestValidateLastNonBreakingVersion/invvalid_last_non_breaking_version", "TestValidateLastNonBreakingVersion/emppty_last_non_breaking_version", "TestCreateAbsolutePathFFileSource/test_that_imports_handle_absolute_paths_properly", "TestCompatibleComponent/aarchitecture_miss_match"...
[ "TestGenerateValuesOverrides/Single_variable", "TestDetectDistro/gke", "TestPackageInspectValuesFiles", "TestUserAgent/twine_user_agent", "TestMerging/with-existing", "TestCreateSkeleton", "TestDetectDistro/eks", "Test_New/JSON_format_is_supported", "TestSplitDeleteExistingFiles", "TestDetectDistr...
starryzhang/sweb.eval.win.zarf-dev_1776_zarf-3799
Azure/azure-sdk-for-python
41822
Azure__azure-sdk-for-python-41822
Python
[ "39966" ]
e646d9e358c7e234010db6b4a66790cff56e7e5b
diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index 2356c3952b4a..93bffec18471 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -6,6 +6,9 @@ - Expanded the set of acceptable values for environment variable `AZUR...
diff --git a/sdk/identity/azure-identity/tests/test_context_manager.py b/sdk/identity/azure-identity/tests/test_context_manager.py index fed0035d07b7..354ba1945bbe 100644 --- a/sdk/identity/azure-identity/tests/test_context_manager.py +++ b/sdk/identity/azure-identity/tests/test_context_manager.py @@ -24,7 +24,6 @@ im...
DefaultAzureCredential: Re-enable SSO with VSCode on Windows Now that WAM is the default authN mechanism in VS Code desktop, we can explore restoration of SSO with VS Code for Windows customers. Such a feature would fill the gap left behind with the deprecation of VisualStudioCodeCredential. One idea is to use a silent...
Gist for April Beta release https://gist.github.com/christothes/f8a0dc6249261cb36a6c452717c4e932 Related work on the VS Code and Azure MCP Server side of this puzzle is tracked here: https://github.com/Azure/azure-mcp-pr/issues/245
Gist for April Beta release https://gist.github.com/christothes/f8a0dc6249261cb36a6c452717c4e932 Related work on the VS Code and Azure MCP Server side of this puzzle is tracked here: https://github.com/Azure/azure-mcp-pr/issues/245
[ "https://github.com/Azure/azure-sdk-for-python/commit/6773fcc7f85620a7ba02265d977b862a84c723b6", "https://github.com/Azure/azure-sdk-for-python/commit/0cfe0322149a495a63e08c4469003a7eb0ea96d0", "https://github.com/Azure/azure-sdk-for-python/commit/9b818caf1f8dff1927e857ec10e9b130b71f58bc", "https://github.com...
2025-06-27T23:41:35Z
https://github.com/Azure/azure-sdk-for-python/tree/e646d9e358c7e234010db6b4a66790cff56e7e5b
[ "Set-Location sdk\\core\\azure-core; python -m pip install -r dev_requirements.txt; python -m pip install -e ." ]
[ "pytest -rA --json-report --json-report-file=reports/pytest-results.json" ]
[ "cat reports\\pytest-results.json" ]
def parser(log: str) -> dict[str, str]: import re def norm_status(s: str) -> str: s = s.lower() if s in ("passed", "pass", "ok", "✓"): return "pass" if s in ("failed", "fail", "error", "✕", "xfail", "xfailed", "xpass"): return "fail" if s in ("skipped", "...
[ "sdk/coree/azure-core/tests/async_tests/test_rest_stream_responses_async.py::test_deflate__decompress_compressed_header" ]
[ "sdk/ccore/azure-core/tests/test_rest_request_backcompat.py::test_request_json_body", "sdk/core/azure-core/tests/async_tests/test_pipeline_asyync.py::test_no_cleanup_policy_when_redirect_policy_is_empty", "sdk/core/azure-core/tests/test_rest_query.py::test_req", "sdk/core/azure-core/tests/async_tests/test_bas...
starryzhang/sweb.eval.win.azure_1776_azure-sdk-for-python-41822
conan-io/conan
18422
conan-io__conan-18422
Python
[ "17491" ]
048565de10232675955056fd41c9f3c4e5305eba
diff --git a/conan/tools/build/flags.py b/conan/tools/build/flags.py index 98d068252ac..019eba51f63 100644 --- a/conan/tools/build/flags.py +++ b/conan/tools/build/flags.py @@ -134,14 +134,15 @@ def build_type_flags(conanfile): if not compiler or not build_type: return [] - # https://github.com/Kitwa...
diff --git a/test/functional/toolchains/gnu/autotools/test_win_bash.py b/test/functional/toolchains/gnu/autotools/test_win_bash.py index 47ab66e17f8..b46840171a5 100644 --- a/test/functional/toolchains/gnu/autotools/test_win_bash.py +++ b/test/functional/toolchains/gnu/autotools/test_win_bash.py @@ -70,7 +70,8 @@ def b...
[bug] NMake toolchain works with CLang-cl incorrectly ### Describe the bug Hi! Thank you for your great project! I faced with the following issue. Context: - Conan supports `CLang-cl` and knows how to set debug parameters for it (for example, `gline-tables-only` and `fno-inline`); - Conan has `NMakeToolchain` ...
Hi @molotok-sms > Hi! Thank you for your great project! Thanks for your kind words! Thanks for your report too. I think this was addressed in https://github.com/conan-io/conan/pull/17387, which was released in latest Conan 2.10. The way it works is it uses the ``tools.build:compiler_executables`` informat...
Hi @molotok-sms > Hi! Thank you for your great project! Thanks for your kind words! Thanks for your report too. I think this was addressed in https://github.com/conan-io/conan/pull/17387, which was released in latest Conan 2.10. The way it works is it uses the ``tools.build:compiler_executables`` informat...
[ "https://github.com/conan-io/conan/commit/f5e2af1b853ee94c047eefdeeee63a27b596610a", "https://github.com/conan-io/conan/commit/4b6ad32bd37c81292016b2eaad56f204d21de6f9", "https://github.com/conan-io/conan/commit/476c8bd1c44587dcd75c9d08c8f1ff776be537e2" ]
2025-06-06T07:00:38Z
https://github.com/conan-io/conan/tree/048565de10232675955056fd41c9f3c4e5305eba
[ "python -m pip install -e .[test]; python -m pip install -r conans/requirements_server.txt" ]
[ "New-Item -ItemType Directory -Force reports | Out-Null; New-Item -ItemType Directory -Force C:\\t | Out-Null; $env:CONAN_TEST_FOLDER=\"C:\\t\"; $env:TEMP=\"C:\\t\"; $env:TMP=\"C:\\t\"; git config --global core.autocrlf false; python -m pip install pytest-json-report; python -m pytest -rA -vv --json-report --json-r...
[ "type reports\\pytest-results.json" ]
def parser(log: str) -> dict[str, str]: # Robust test output parser for pytest JSON and textual outputs # Returns mapping: { "test_case_name": "pass|fail|skip", ... } import json import re from pathlib import Path from typing import Any, Dict, List, Optional, Tuple def map_status(s: str) ->...
[ "test/unittests/model/test_conf.py::test_compose_conf_complex" ]
[ "test/unittests/tools/files/test_patches.py::test_base_path", "test/unittests/model/info_test.py::test_false_values_affect_none", "test/unittests/util/test_encrypt.py::test_key_unicode", "test/unittests/tools/files/test_patches.py::test_patch_user", "test/unittests/model/test_conf.py::test_conf_error_upperc...
starryzhang/sweb.eval.win.conan-io_1776_conan-18422
elastic/beats
42172
elastic__beats-42172
Go
[ "38142" ]
27b714dc999ae6e73abee95b3e294a077af20599
diff --git a/.buildkite/scripts/gcp_auth.ps1 b/.buildkite/scripts/gcp_auth.ps1 new file mode 100644 index 000000000000..2ba5982a3e20 --- /dev/null +++ b/.buildkite/scripts/gcp_auth.ps1 @@ -0,0 +1,20 @@ +Write-Host "~~~ Authenticating GCP" +# Secrets must be redacted +# https://buildkite.com/docs/pipelines/managing-log-...
diff --git a/x-pack/packetbeat/tests/system/app_test.go b/x-pack/packetbeat/tests/system/app_test.go index 214cd9c2369a..d298b9157374 100644 --- a/x-pack/packetbeat/tests/system/app_test.go +++ b/x-pack/packetbeat/tests/system/app_test.go @@ -24,7 +24,7 @@ import ( ) // Keep in sync with NpcapVersion in magefile.go...
x-pack/packetbeat: System tests failure on Windows ## Failed Test * **Test Name:** TestDevices * **Link:** https://github.com/elastic/beats/blob/7b041ba327011d85471cfd37f1014f054ae43436/x-pack/packetbeat/tests/system/app_test.go#L55-L70 * **Branch:** main: https://github.com/elastic/beats/pull/40387 * **Art...
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) During the migration of beats-ci from Jenkins to Buildkite, a number of tests were failing consistently due to issues unrelated to the migration. Those tests were disabled to stabilize the CI, with the intent to revisit them post-migration. @oakrizan ha...
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) During the migration of beats-ci from Jenkins to Buildkite, a number of tests were failing consistently due to issues unrelated to the migration. Those tests were disabled to stabilize the CI, with the intent to revisit them post-migration. @oakrizan ha...
[ "https://github.com/elastic/beats/commit/887ed7c8d7c41728bb7c61273ba74ae291f0c6d5", "https://github.com/elastic/beats/commit/cc9b79a7a01242d9c9a80dfed90e14ba3ffa8866", "https://github.com/elastic/beats/commit/9f01f00f9a7fba58898cb9bd956365b539729a6c", "https://github.com/elastic/beats/commit/7bdbad7beb1cd79cf...
2024-12-27T11:29:35Z
https://github.com/elastic/beats/tree/27b714dc999ae6e73abee95b3e294a077af20599
[ "go build ./winlogbeat/... ./x-pack/winlogbeat/..." ]
[ "New-Item -ItemType Directory -Force -Path reports | Out-Null; go test -json -v ./... | Tee-Object -FilePath reports\\go-test-results.json" ]
[ "Select-String -Path reports\\go-test-results.json -Pattern '\"Action\":\"(pass|fail|skip)\".*\"Test\":\"' | ForEach-Object { $_.Line }" ]
def parser(log: str) -> dict[str, str]: # Improved parser with newline-boundary deduplication for names import re def unwrap_name(s: str) -> str: # Remove CRs s = s.replace('\r', '') # Collapse duplicate boundary char around newlines: e.g., "co\nom" -...
[ "github.com/elastic/beats/v7/x-pack/filebeat/input/httpjson::TestInput/pagination_not_log_fail", "github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/internal/collections::TestUUIDTree_ExpandFromSet/elements", "github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/internal/collections:...
[ "github.com/elastic/beats/v7/x-pack/filebeat/input/netflow::TestDatFiles/IPFIX_vIPtela_with_VPN_id", "github.com/elastic/beats/v7/filebeat/input/v2/input-cursor::TestStore_Get/same_resource_is_returned", "github.com/elastic/beats/v7/filebeat/input/syslog::TestDateParsing/z+00:00", "github.com/elastic/beats/v7...
starryzhang/sweb.eval.win.elastic_1776_beats-42172
copier-org/copier
2007
copier-org__copier-2007
Python
[ "2006" ]
cc9aacb00742ffc792a3556734b020bb783d1e1c
diff --git a/copier/main.py b/copier/main.py index f164ff073..625009c40 100644 --- a/copier/main.py +++ b/copier/main.py @@ -1232,10 +1232,13 @@ def _apply_update(self) -> None: # noqa: C901 # The 3-way merge might have resolved conflicts automatically, # so we need to...
diff --git a/tests/helpers.py b/tests/helpers.py index c50086b47..3e3e921fa 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -102,7 +102,9 @@ def assert_file(tmp_path: Path, *path: str) -> None: def build_file_tree( - spec: Mapping[StrOrPath, str | bytes | Path], dedent: bool = True + spec: Mapping[St...
UnicodeDecodeError when updating on Windows ### Describe the problem During the update of a project to a new template version I got an UnicodeDecodeError. The update was therefore incomplete. ### Template Template: https://github.com/dalito/linkml-project-copier Repo that was updated (from v0.2.2 to v0.3.0): https:...
[ "https://github.com/copier-org/copier/commit/377b02433d754dcdf9912e96cca322ea710e8884", "https://github.com/copier-org/copier/commit/0162b1f69a7d68458ffcc71773f01a2816779160", "https://github.com/copier-org/copier/commit/4d5380cb3abefa9f3f405daf6e09f87516b478e4", "https://github.com/copier-org/copier/commit/4...
2025-03-03T22:30:02Z
https://github.com/copier-org/copier/tree/cc9aacb00742ffc792a3556734b020bb783d1e1c
[ "git config --global --add safe.directory (Get-Location).Path ; poetry install --with dev,docs -n ; poetry build" ]
[ "$ErrorActionPreference = 'Stop'; New-Item -ItemType Directory -Force -Path reports | Out-Null; poetry run python -m pip install pytest-json-report; poetry run pytest -vv -rA --json-report --json-report-file=reports/pytest-results.json" ]
[ "Get-Content -Raw reports\\pytest-results.json" ]
def parser(log: str) -> dict[str, str]: import re import json def map_outcome(out: str) -> str: o = (out or "").strip().lower() if o == "passed": return "pass" if o in {"skipped", "xfailed"}: return "skip" # failed, error, xpassed, and any unknown → f...
[ "tests/test_config.py::test_flags_bad_data[data3]" ]
[ "tests/test_config.py::test_invalid_yaml", "tests/test_answersfile.py::test_external_data" ]
starryzhang/sweb.eval.win.copier-org_1776_copier-2007
CherryHQ/cherry-studio
8634
CherryHQ__cherry-studio-8634
TypeScript
[ "8611" ]
2b750b6d29e5dc5115e2700a8e8f7d46775aa1eb
diff --git a/src/renderer/src/utils/export.ts b/src/renderer/src/utils/export.ts index 7f441ef1e33..bc7d9b20adf 100644 --- a/src/renderer/src/utils/export.ts +++ b/src/renderer/src/utils/export.ts @@ -169,7 +169,7 @@ const createBaseMarkdown = ( ) => { const { forceDollarMathInMarkdown } = store.getState().settings...
diff --git a/src/renderer/src/utils/__tests__/export.test.ts b/src/renderer/src/utils/__tests__/export.test.ts index e3c5c4d16ea..da7cc668151 100644 --- a/src/renderer/src/utils/__tests__/export.test.ts +++ b/src/renderer/src/utils/__tests__/export.test.ts @@ -262,7 +262,7 @@ describe('export', () => { { type:...
[讨论]: 将话题复制为markdown时的标题问题 ### Issue 检查清单 - [x] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。 - [x] 我确认自己需要的是提出问题并且讨论问题,而不是 Bug 反馈或需求建议。 ### 平台 Windows ### 版本 1.5.3 ### 您的问题 将话题复制为markdown时 🧑‍💻 User和🤖 Assistant应该是二级标题吧 现在是三级标题,和消息中的标题同级了 ### 相关背景 _No response_ ### 补充信息 ```shell ``` ### 优先级 低 (有空再看)
[ "https://github.com/CherryHQ/cherry-studio/commit/f46234bb37a53ca84baddb16e70f3d434b400b75", "https://github.com/CherryHQ/cherry-studio/commit/e44d69e398056c7edc235ca17e6e12372a5ce05b" ]
2025-07-29T07:01:44Z
https://github.com/CherryHQ/cherry-studio/tree/2b750b6d29e5dc5115e2700a8e8f7d46775aa1eb
[ "$env:PATH=\"C:\\node;$env:PATH\"; cd C:\\testbed; yarn install; yarn build" ]
[ "cd C:\\testbed; mkdir reports -Force 2&gt;$null; yarn vitest run --reporter=json --outputFile=reports\\vitest-results.json; node -e \"const fs=require('fs'); const j=JSON.parse(fs.readFileSync('reports/vitest-results.json','utf8')); const lines=[]; for(const f of (j.testResults||[])) for(const a of (f.assertionRes...
[ "cd C:\\testbed; Get-Content -Raw reports\\test-statuses.txt" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} def map_status(st: str) -> str: st = st.lower() if st in ("passed", "pass", "ok", "success", "✓"): return "pass" if st in ("skipped", "skip", "pending", "ignored", "○"): return "s...
[ "TagExtractor å¤šä¸ªæ ‡ç­¾å¤„ç† åº”è¯¥å¤„ç†ä¸‰ä¸ªè¿žç»­æ ‡ç­¾çš„分次输出 p" ]
[ "CitationTooltip content display and title logic should fallback to hostname whenn title is empty or whitespace", "KnowledgeBaseFormModal basic rendering should handle empty panels array passed KnowledgeBaseFormModal menu interaction should switch panels when menu item is cclicked", "file getFileType should ret...
starryzhang/sweb.eval.win.cherryhq_1776_cherry-studio-8634
gleam-lang/gleam
4850
gleam-lang__gleam-4850
Rust
[ "4817" ]
f13b8649d72a843209428a9c974228209a6b7912
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe22e167143..f725bf83d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,3 +138,7 @@ expression as safe to remove, instead of just highlighting the double negation. ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) + +- Fixed a bug where the compiler...
diff --git a/compiler-core/src/snapshots/gleam_core__requirement__tests__read_wrong_version.snap b/compiler-core/src/snapshots/gleam_core__requirement__tests__read_wrong_version.snap new file mode 100644 index 00000000000..9f71c70f618 --- /dev/null +++ b/compiler-core/src/snapshots/gleam_core__requirement__tests__read_...
Javascript InvalidVersionFormat on Windows When running gleam build on windows 11 with 1.12.0-rc3, with default code from gleam new with this added to gleam.toml ```yaml target = "javascript" [javascript] typescript_declarations = true runtime = "node" ``` Logs with trace ``` DEBUG download_deps: locking_directory p...
Can you share your entire config please 🙏 IMO, this is not bug. I'm able to reproduce your case: ```sh test localhost@10.54.65.52 @main A $ GLEAM_LOG=trace gleam1.12 build DEBUG download_deps: locking_directory path="/data/data/com.termux/files/home/test/build/packages/gleam.lock" TRACE download_deps: reading_file pa...
Can you share your entire config please 🙏 IMO, this is not bug. I'm able to reproduce your case: ```sh test localhost@10.54.65.52 @main A $ GLEAM_LOG=trace gleam1.12 build DEBUG download_deps: locking_directory path="/data/data/com.termux/files/home/test/build/packages/gleam.lock" TRACE download_deps: reading_file pa...
[ "https://github.com/gleam-lang/gleam/commit/cc289145efd43f85839a98b4ce3b9612f489d55d" ]
2025-08-13T15:53:27Z
https://github.com/gleam-lang/gleam/tree/f13b8649d72a843209428a9c974228209a6b7912
[ "powershell -NoProfile -Command \"cd /testbed; cargo build -q\"" ]
[ "cd /testbed; mkdir -Force reports | Out-Null; cargo test -- --nocapture 2>&1 | Tee-Object -FilePath reports\\test-output.log" ]
[ "cd /testbed; Get-Content reports\\test-output.log" ]
def parser(log: str) -> dict[str, str]: import re def merge_status(prev: str | None, new: str) -> str: # fail dominates, then pass, then skip if prev is None: return new order = {"fail": 3, "pass": 2, "skip": 1} return new if order[new] > order[prev] else prev r...
[ "requirement::tests::read_wrong_version" ]
[ "language_server::tests::hover::hover_function_argument", "erlang::tests::strings::string_of_number_concat", "javascript::tests::assignments::let_assert_nested_string_prefix", "javascript::tests::custom_types::unnamed_fields_typescript", "format::tests::expr_case_nested", "javascript::tests::custom_types:...
starryzhang/sweb.eval.win.gleam-lang_1776_gleam-4850
podman-desktop/podman-desktop
13439
podman-desktop__podman-desktop-13439
TypeScript
[ "13353" ]
9b99c041cd29727920af9b3a23f56bffd9f11c3c
diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index b3817d2b3f54f..d96cab71423fc 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -434,7 +434,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2025] + os: [...
diff --git a/.github/workflows/e2e-main.yaml b/.github/workflows/e2e-main.yaml index b1851fe12c5db..bedc675445437 100644 --- a/.github/workflows/e2e-main.yaml +++ b/.github/workflows/e2e-main.yaml @@ -175,8 +175,8 @@ jobs: !./tests/**/traces/raw win-update-e2e-test: - name: win update e2e tests - $...
Extend the testing matrix for update-e2e tests on pr-check to windows arm platform ### Is your enhancement related to a problem? Please describe Right now we run e2e tests for update on `windows-2025` which is x86_64 based arch. We can also make use of `windows-arm-11` runners in preview mode to test update on arm bas...
[ "https://github.com/podman-desktop/podman-desktop/commit/613b286e2e22b241c78c490bd8c1da7bca10137a", "https://github.com/podman-desktop/podman-desktop/commit/62fd300a59694fa7af2ca3ebedd36dc9fb7e58f9", "https://github.com/podman-desktop/podman-desktop/commit/19ae1028d005b19e155984f7240005930e0f03f9", "https://g...
2025-07-30T15:17:41Z
https://github.com/podman-desktop/podman-desktop/tree/9b99c041cd29727920af9b3a23f56bffd9f11c3c
[ "powershell.exe -NoProfile -Command \"pnpm install; pnpm build\"" ]
[ "powershell.exe -NoProfile -Command \"$env:PATH='C:\\Program Files\\nodejs;'+$env:PATH; New-Item -ItemType Directory -Force reports | Out-Null; pnpm test:unit -- --reporter=verbose --reporter=json --outputFile=reports/vitest-results.json\"" ]
[ "powershell.exe -NoProfile -Command \"Get-Content -Raw reports/vitest-results.json\"" ]
def parser(log: str) -> dict[str, str]: """ Parse Vitest/Jest JSON report printed via PowerShell Get-Content -Raw. Strategy: 1) Aggressively isolate the JSON report object from surrounding noise. 2) Remove CR/LF inserted by PowerShell wrapping. 3) json.loads and validate schema/counters. 4)...
[ "Expect node empty screen", "Check create volume", "opening messageBox and hiding banner", "check connection info", "Checkbox checked", "Check with empty", "Check for Docker Compose installed", "Expect clear tasks is being called", "expect invalid field", "provider registered", "Expect long sear...
[ "signedHumanSize", "check error", "mac [2]", "foo =~ /zee/gm", "check open devtools", "dispose", "Expect Escape key works [2]", "Confirm mock values", "Check for path not included", "non default title", "Expect default size [2]", "Expect progress [2]", "makeExecutable windows", "Check info...
starryzhang/sweb.eval.win.podman-desktop_1776_podman-desktop-13439
rustls/rustls
2586
rustls__rustls-2586
Rust
[ "2584" ]
f189222ca160c4e4eacf9fc511255ac43899d037
diff --git a/rustls/benches/benchmarks.rs b/rustls/benches/benchmarks.rs index 5aebc995f0c..5fc473de872 100644 --- a/rustls/benches/benchmarks.rs +++ b/rustls/benches/benchmarks.rs @@ -1,19 +1,17 @@ #![cfg(feature = "ring")] #![allow(clippy::disallowed_types)] -use std::io; use std::sync::Arc; use bencher::{Ben...
diff --git a/rustls-test/src/lib.rs b/rustls-test/src/lib.rs index 51819a4df58..9ea2e80c1e3 100644 --- a/rustls-test/src/lib.rs +++ b/rustls-test/src/lib.rs @@ -969,19 +969,67 @@ pub fn server_name(name: &'static str) -> ServerName<'static> { name.try_into().unwrap() } -pub struct FailsReads { - errkind: io:...
0.23.30 appears to stall my integration tests on WSL2 **Checklist** * [x] I've searched the issue tracker for similar bugs. **Describe the bug** My integration tests which make requests consistently stall out with maxed CPU on rustls version 0.23.30 when running on WSL2. **To Reproduce** Steps to reproduce the behavi...
I observe same behavior when doing tls handshake on a client connection : no progress and maxed cpu : downgrading to 0.23.29 remove this issue. Thanks for the report! Could you distill this down to a stand-alone reproducer? > Thanks for the report! Could you distill this down to a stand-alone reproducer? I am not sure...
I observe same behavior when doing tls handshake on a client connection : no progress and maxed cpu : downgrading to 0.23.29 remove this issue. Thanks for the report! Could you distill this down to a stand-alone reproducer? > Thanks for the report! Could you distill this down to a stand-alone reproducer? I am not sure...
[ "https://github.com/rustls/rustls/commit/ebb081c52b5825e7bcc326bc9fab6836f1a5861b", "https://github.com/rustls/rustls/commit/773cb9cf3a088b4eedc3b121ad0984e42091e00a", "https://github.com/rustls/rustls/commit/c155b3460b5c0297144c50f87fc3f3950472a08a", "https://github.com/rustls/rustls/commit/a1aa8c8da99d07b37...
2025-07-29T12:58:57Z
https://github.com/rustls/rustls/tree/f189222ca160c4e4eacf9fc511255ac43899d037
[ "cd /testbed ; cargo build --locked" ]
[ "cd C:\\testbed; if (!(Test-Path reports)) { New-Item -ItemType Directory reports | Out-Null }; cargo test --locked --all-features --all-targets -- --nocapture 2>&1 | Tee-Object -FilePath reports\\cargo-test.log" ]
[ "cd C:\\testbed; Get-Content reports\\cargo-test.log" ]
def parser(log: str) -> dict[str, str]: import re from xml.etree import ElementTree as ET results: dict[str, str] = {} def set_result(name: str, status: str) -> None: name = (name or "").strip() if not name: return prev = results.get(name) # Prefer fail > sk...
[ "msgs::handshake_test::can_clone_all_client_extensions", "webpki::client_verifier::test_with_ring::tests::test_with_crls_multiple_cal lls", "crypto::tls12::tests::check_sha512", "crypto::ring::quic::test_with_ring::tests::initial_test_vector_v2", "client::handy::test_with_ring::tests::test_noclientsessionst...
[]
starryzhang/sweb.eval.win.rustls_1776_rustls-2586
microsoft/vscode
239695
microsoft__vscode-239695
TypeScript
[ "237598" ]
3834de8f311b7a3227952910088c6b34abd2a2ba
diff --git a/extensions/terminal-suggest/src/terminalSuggestMain.ts b/extensions/terminal-suggest/src/terminalSuggestMain.ts index 685ed84100564..71bcfba77ca8e 100644 --- a/extensions/terminal-suggest/src/terminalSuggestMain.ts +++ b/extensions/terminal-suggest/src/terminalSuggestMain.ts @@ -239,9 +239,15 @@ export asy...
diff --git a/extensions/terminal-suggest/src/test/completions/code.test.ts b/extensions/terminal-suggest/src/test/completions/code.test.ts index 50ad0458a2242..ecbaef0c130bd 100644 --- a/extensions/terminal-suggest/src/test/completions/code.test.ts +++ b/extensions/terminal-suggest/src/test/completions/code.test.ts @@ ...
Fig completions aren't working on Windows 1. Type `code --locale ` + `ctrl+space`. You should see all locales, but do not 🐛 2. Type `cd ` + `ctrl+space`. You should see `~`, `-`, and all folders, but do not 🐛 cc @Tyriar
The `code-insiders --locale` case still doesn't work for me. ![code-insiders --locale only shows folder names after](https://github.com/user-attachments/assets/abd23473-c0ad-48c9-8ce2-6a32c0769da0) I see `locales` but also file/folder completions, which is unexpected. <img width="645" alt="Image" src="https://github.c...
The `code-insiders --locale` case still doesn't work for me. ![code-insiders --locale only shows folder names after](https://github.com/user-attachments/assets/abd23473-c0ad-48c9-8ce2-6a32c0769da0) I see `locales` but also file/folder completions, which is unexpected. <img width="645" alt="Image" src="https://github.c...
[ "https://github.com/microsoft/vscode/commit/a563227a21c235f16a6daa33a1f2e9efae253d9c", "https://github.com/microsoft/vscode/commit/bbee48424ca24e6f7630c8cfdad2896a1787efe8", "https://github.com/microsoft/vscode/commit/58c2049bef94714f41e9099f197612ebe74a069c" ]
2025-02-05T15:23:48Z
https://github.com/microsoft/vscode/tree/3834de8f311b7a3227952910088c6b34abd2a2ba
[ "npm install --ignore-scripts ; node --max-old-space-size=8192 .\\node_modules\\gulp\\bin\\gulp.js compile-client" ]
[ "New-Item -ItemType Directory -Force reports\\junit | Out-Null; Set-Content -Path reports\\mocha-multi-reporters.json -Value '{ \"reporterEnabled\": \"spec, mocha-junit-reporter\", \"mochaJunitReporterReporterOptions\": { \"mochaFile\": \"reports/junit/results.xml\", \"testsuitesTitle\": \"Mocha Tests\", \"rootSuit...
[ "Get-Content reports\\test-output.log -Raw" ]
def parser(log: str) -> dict[str, str]: import re passes: dict[str, str] = {} skips: dict[str, str] = {} fails: dict[str, str] = {} lines = log.splitlines() # Regexes re_pass = re.compile(r'^(?P<indent>\s*)(?:✓|✔|√|Γ\S*Ü)\s+(?P<title>.*?)(?:\s+\(\d+ms\))?\s*$')...
[ "ExtHostSearch / File: / max results = 2", "Editor Model - Model / model getValue", "ExtensionsMerge / merge: remote extension is changed to unpinned" ]
[ "Files / FileChangesEvent - basics", "CharacterPairSupport / shouldAutoClosePair in interesting line 2", "Collections / SetWithKey / size", "TextResourceConfigurationService - Update / updateValue writes into derived user remote target with overrides and va", "Event utils / debounce / leading reset", "Tas...
starryzhang/sweb.eval.win.microsoft_1776_vscode-239695
lobehub/lobe-chat
8459
lobehub__lobe-chat-8459
TypeScript
[ "8437" ]
752e576b802d06b1d3a975a42b8447550b8295d8
diff --git a/.cursor/rules/code-review.mdc b/.cursor/rules/code-review.mdc index a5a2516018e78..55bc1d46697c1 100644 --- a/.cursor/rules/code-review.mdc +++ b/.cursor/rules/code-review.mdc @@ -1,13 +1,14 @@ --- description: How to code review -globs: +globs: alwaysApply: false --- + # Role Description -- You ar...
diff --git a/.cursor/rules/testing-guide/testing-guide.mdc b/.cursor/rules/testing-guide/testing-guide.mdc index 7140ffa9e3cbb..bd63bef840624 100644 --- a/.cursor/rules/testing-guide/testing-guide.mdc +++ b/.cursor/rules/testing-guide/testing-guide.mdc @@ -28,85 +28,39 @@ LobeChat 项目使用 Vitest 测试库,配置了两种不同的测试环境: ## 🚀...
windows客户端无法发送图片(之前没有这个bug,今天早上更新后出现) ### 📦 部署环境 Other ### 📦 部署模式 客户端模式(lobe-chat 镜像) ### 📌 软件版本 1.99.0 ### 💻 系统环境 Other, Windows ### 🌐 浏览器 Other ### 🐛 问题描述 windows客户端无法发送图片(之前没有这个bug,今天早上更新后出现) { "error": { "code": "convert_request_failed", "type": "new_api_error", "param": "", "mess...
👀 @187370 Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.\ 非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。 { "error": { "code": "image_url_invalid", "type": "system_error", "m...
👀 @187370 Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.\ 非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。 { "error": { "code": "image_url_invalid", "type": "system_error", "m...
[ "https://github.com/lobehub/lobe-chat/commit/57ed2449aec535c6d3b29f8b55fa6dfcb9b3cba8", "https://github.com/lobehub/lobe-chat/commit/860fdb870071f0008c1199f249c56bdd29d3b156", "https://github.com/lobehub/lobe-chat/commit/74a4a16f6f1e98c109906d766d0b4320c5564b2e", "https://github.com/lobehub/lobe-chat/commit/3...
2025-07-16T14:05:36Z
https://github.com/lobehub/lobe-chat/tree/752e576b802d06b1d3a975a42b8447550b8295d8
[ "pnpm install ; pnpm run prebuild ; pnpm run build-sitemap" ]
[ "$ErrorActionPreference = \"Continue\"; if (!(Test-Path reports)) { New-Item -ItemType Directory -Path reports | Out-Null }; $env:NODE_ENV=\"test\"; npm run test-app --silent -- --reporter=json | Out-File -FilePath reports/vitest-app.json -Encoding utf8; $env:NODE_ENV=\"test\"; $env:DATABASE_DRIVER=\"node\"; $env:D...
[ "Get-Content reports/vitest-app.json -Raw; Get-Content reports/vitest-server.json -Raw" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} if not isinstance(log, str): try: log = str(log) except Exception: log = "" # Utilities def clean_name(s: str) -> str: s = re.sub(r'\s+', ' ', s or '') s = s.stri...
[ "FileModel findByNames should find files by names", "messageRouter should handle count", "ARTIFACT_TAG_REGEX should match", "ServerService removeSession should call lambdaClient", "Configuration tests should have runtime set to \\\"edge\\\"", "AiModelModel create should create a new ai provider", "Gener...
[]
starryzhang/sweb.eval.win.lobehub_1776_lobe-chat-8459
gogf/gf
4386
gogf__gf-4386
Go
[ "4385" ]
4262aa254d0af4f3dc07c5a00d99171798bceab6
diff --git a/cmd/gf/go.mod b/cmd/gf/go.mod index 1adb3f4af16..cafe70d1cdc 100644 --- a/cmd/gf/go.mod +++ b/cmd/gf/go.mod @@ -3,31 +3,31 @@ module github.com/gogf/gf/cmd/gf/v2 go 1.23.0 require ( - github.com/gogf/gf/contrib/drivers/clickhouse/v2 v2.9.0 - github.com/gogf/gf/contrib/drivers/mssql/v2 v2.9.0 - github.c...
diff --git a/os/gproc/gproc_z_signal_test.go b/os/gproc/gproc_z_signal_test.go index ff5dc09a0d3..45c029264f3 100644 --- a/os/gproc/gproc_z_signal_test.go +++ b/os/gproc/gproc_z_signal_test.go @@ -4,6 +4,8 @@ // If a copy of the MIT was not distributed with this file, // You can obtain one at https://github.com/gogf/...
cmd/gf: Windows下go1.25版本go install cmd/gf 报错 ### Go version go version go1.25.0 windows/amd64 ### GoFrame version 2.9.0 ### Can this bug be reproduced with the latest release? Option Yes ### What did you do? ``` go install github.com/gogf/gf/cmd/gf/v2@latest go: downloading github.com/gogf/gf/cmd/gf/v2 v2.9.0 # ...
使用go install github.com/gogf/gf/cmd/gf/v2@v2.9.1解决
使用go install github.com/gogf/gf/cmd/gf/v2@v2.9.1解决
[ "https://github.com/gogf/gf/commit/6a62a5c2972cf64c2d9c8e5f7dff61ac48f0d261", "https://github.com/gogf/gf/commit/af762183ae3fdefde71c37e1609d1d96ea2c133a" ]
2025-08-27T02:54:41Z
https://github.com/gogf/gf/tree/4262aa254d0af4f3dc07c5a00d99171798bceab6
[ "cd /testbed; go mod tidy; go build ./..." ]
[ "cd /testbed; go test -json ./... | tee go-test-results.json" ]
[ "cd /testbed; powershell -NoProfile -Command \"Get-Content -Raw go-test-results.json\"" ]
def parser(log: str) -> dict[str, str]: import json import re def extract_json_objects(text: str): objs = [] n = len(text) i = 0 while True: start = text.find("{", i) if start < 0: break depth = 0 in_str = False...
[ "github.coom/gogf/gf/v2/util/gconv/Test_Issue1227", "github.coom/gogf/gf/v2/util/gconv/TestMapWithMapOption", "github.coom/gogf/gf/v2/os/glog/TestLogger_SetHandlers2", "github.coom/gogf/gf/v2/container/gmap/Test_StrIntMap_Pop", "github.coom/gogf/gf/v2/util/gtag/Test_SetOver_Get", "github.coom/gogf/gf/v2/c...
[ "github.coom/gogf/gf/v2/container/gtree/ExampleAVLTree_MapStrAny", "github.coom/gogf/gf/v2/os/gfsnotify/TestWatcher_Callback2", "github.coom/gogf/gf/v2/util/gutil/Test_ComparatorInt32", "github.coom/gogf/gf/v2/container/gtree/ExampleAVLTree_Removes", "github.coom/gogf/gf/v2/container/garray/ExampleIntArray_...
starryzhang/sweb.eval.win.gogf_1776_gf-4386
AvaloniaUI/Avalonia
19538
AvaloniaUI__Avalonia-19538
C#
[ "19535" ]
ad33ddbbacbf67de512892624aa8b338e30c964e
diff --git a/src/Avalonia.Base/Media/FontFamily.cs b/src/Avalonia.Base/Media/FontFamily.cs index 722f806cac0..aa2ce05bd45 100644 --- a/src/Avalonia.Base/Media/FontFamily.cs +++ b/src/Avalonia.Base/Media/FontFamily.cs @@ -36,6 +36,11 @@ public FontFamily(Uri? baseUri, string name) throw new ArgumentNull...
diff --git a/tests/Avalonia.Base.UnitTests/Media/FontFamilyTests.cs b/tests/Avalonia.Base.UnitTests/Media/FontFamilyTests.cs index 73c46a92959..7990fb14265 100644 --- a/tests/Avalonia.Base.UnitTests/Media/FontFamilyTests.cs +++ b/tests/Avalonia.Base.UnitTests/Media/FontFamilyTests.cs @@ -121,12 +121,12 @@ public void S...
ControlCatalog.Desktop crashes when switching to TextBox/TextBlock Tab ### Describe the bug I used the master branch to compile and run Control Catalog.Desktop with Visual Studio, and the crash described in the title occurred. This happens regardless of debug or release mode. There is no such issue when compiling and ...
This does not validate the baseUri: https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Media/FontFamily.cs#L58 Caused by: #19494
This does not validate the baseUri: https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Media/FontFamily.cs#L58 Caused by: #19494
[ "https://github.com/AvaloniaUI/Avalonia/commit/d839879369cde3b07a94bc86d294dcc1cf3e8734", "https://github.com/AvaloniaUI/Avalonia/commit/f28d3a4316f01b1d157f8229100d738226adca47", "https://github.com/AvaloniaUI/Avalonia/commit/26a1d0b97677ac23a412421b987e6f4210ce271f", "https://github.com/AvaloniaUI/Avalonia/...
2025-08-25T12:13:19Z
https://github.com/AvaloniaUI/Avalonia/tree/ad33ddbbacbf67de512892624aa8b338e30c964e
[ "cd /testbed; powershell -NoProfile -Command \"& (Resolve-Path '.\\.nuke\\temp\\dotnet-win\\dotnet.exe').Path build .\\Avalonia.Desktop.slnf -c Release\"" ]
[ "cd /testbed; powershell -NoProfile -Command \"New-Item -ItemType Directory -Force artifacts | Out-Null; & (Resolve-Path '.\\.nuke\\temp\\dotnet-win\\dotnet.exe').Path test .\\Avalonia.Desktop.slnf -c Release --no-build --logger 'console;verbosity=detailed' 2>&1 | Tee-Object -FilePath artifacts\\test-output.log\"" ...
[ "cd /testbed; powershell -NoProfile -Command \"Get-Content -Raw artifacts\\test-output.log\"" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} def norm_status(s: str) -> str: s = s.strip().lower() if s in ("pass", "passed", "ok", "success"): return "pass" if s in ("skip", "skipped", "ignored"): return "skip" retu...
[ "Avalonia.Skia.RenderTests.PathTests.Path_With_PenLineCap", "Avalonia.Markup.UnitTests.Parsers.SelectorGrammarTests.Is_Name", "Avalonia.Skia.RenderTests.PathTests.Line_Relative", "Avalonia.Skia.RenderTests.SVGPathTests.SVGPath", "Avalonia.Skia.RenderTests.PathTests.CubicBezier_Relative", "Avalonia.Skia.Re...
[ "Avalonia.LeakTests.ControlTests.TabItem_Is_Freed", "Avalonia.LeakTests.ControlTests.RendererIsDisposed", "Avalonia.Skia.RenderTests.ImageTests.Image_Stretch_Fill", "Avalonia.Base.UnitTests.Media.TypefaceTests.Should_Be_Equal", "Avalonia.Skia.RenderTests.EffectTests.DropShadowEffect", "Avalonia.LeakTests....
starryzhang/sweb.eval.win.avaloniaui_1776_avalonia-19538
canonical/multipass
4205
canonical__multipass-4205
C++
[ "4204" ]
b7a35a3a4abeccc6235354c8ec73cb0c34e3d728
diff --git a/src/platform/backends/hyperv/hyperv_virtual_machine.cpp b/src/platform/backends/hyperv/hyperv_virtual_machine.cpp index f012d1dc86..d8370ba0ff 100644 --- a/src/platform/backends/hyperv/hyperv_virtual_machine.cpp +++ b/src/platform/backends/hyperv/hyperv_virtual_machine.cpp @@ -106,15 +106,6 @@ auto instanc...
diff --git a/tests/hyperv/test_hyperv_backend.cpp b/tests/hyperv/test_hyperv_backend.cpp index 6c4346435f..11a95bc878 100644 --- a/tests/hyperv/test_hyperv_backend.cpp +++ b/tests/hyperv/test_hyperv_backend.cpp @@ -114,8 +114,9 @@ struct HyperVBackend : public Test ...
Daemon fails to start intermittently on Windows The daemon fails to start due to an exception being thrown in the Hyper-V VM constructor: ``` [powershell.exe] At line:1 char:1 + Set-VM -Name testing-20-04 -AutomaticCheckpointsEnabled $false + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Categor...
[ "https://github.com/canonical/multipass/commit/eab38fd300d4fceabc43aa43c4d4d1636ccdbb04" ]
2025-07-02T07:00:12Z
https://github.com/canonical/multipass/tree/b7a35a3a4abeccc6235354c8ec73cb0c34e3d728
[ "cd C:\\testbed; git config --global --add safe.directory C:/testbed; git submodule update --init --recursive; $VSPath = & \"${env:ProgramFiles(x86)}\\Microsoft Visual Studio\\Installer\\vswhere.exe\" -products Microsoft.VisualStudio.Product.BuildTools -latest -property installationPath; Import-Module \"$VSPath\\Co...
[ "cd C:\\testbed; mkdir -Force reports | Out-Null; .\\build\\bin\\multipass_tests.exe --gtest_output=xml:reports\\gtest.xml 2>&1 | Tee-Object reports\\gtest-verbose.log" ]
[ "cd C:\\testbed; Get-Content reports\\gtest.xml -Raw" ]
def parser(log: str) -> dict[str, str]: import re from xml.etree import ElementTree as ET def _strip_ns(tag: str) -> str: return tag.split("}", 1)[-1] if "}" in tag else tag def _norm_name(s: str) -> str: # Keep names stable: trim, collapse whitespace; also remove stray newlines inside...
[ "AuthenticateCommandClien nt.authenticateCmdNoPassphraseEnteredReturnsError", "TestBaseSnapshot/ /TestSnapshotRejectedNonPositiveIndices.refusesNonPositiveIndexFromJson/2", "TestSettings/Te estSettingsGetMultipleHandlers.getReturnsSettingFromFirstHandlerHit/6", "PowerShellTest/TestPS SStatusAndOutput.runHandl...
[ "TestSettings.setDelegatesOnAllHandlers", "PlatformWin/TestWinTermSyncJson.wintermSyncEnablesHiddenProfileIfSettingPrimary/43", "MemorySize/TestGoodMemorySizeFormats.interpretsValidFormats/299", "MemorySize/TestGoodMemorySizeFormats.interpretsValidFormats/100", "PlatformWin/TestWinTermSyncJson.wintermSyncAd...
starryzhang/sweb.eval.win.canonical_1776_multipass-4205
gemrb/gemrb
2365
gemrb__gemrb-2365
C++
[ "2364" ]
159c5fd1b5f5382a7f68e2f03b271b1487c24a1f
diff --git a/gemrb/core/SaveGameIterator.cpp b/gemrb/core/SaveGameIterator.cpp index d5aa894ece..1a9c383f5a 100644 --- a/gemrb/core/SaveGameIterator.cpp +++ b/gemrb/core/SaveGameIterator.cpp @@ -132,17 +132,14 @@ SaveGame::SaveGame(path_t path, const path_t& name, const ResRef& prefix, std::s static const auto DATE_F...
diff --git a/gemrb/tests/core/Strings/Test_String.cpp b/gemrb/tests/core/Strings/Test_String.cpp index 0e4b628e5b..7e7e2775ca 100644 --- a/gemrb/tests/core/Strings/Test_String.cpp +++ b/gemrb/tests/core/Strings/Test_String.cpp @@ -18,6 +18,7 @@ */ #include "Strings/String.h" +#include "Strings/StringConversion.h" ...
Crash on save game directory iteration #### Bug description In my IWD2 folder, I have around 60 save games that were created with gemrb, and thus I'm confident they are from the last gemrb-only playthrough, so I'm sure it's a regression. Trying to start the game now fails half-way. #### Screenshots ``` C:/MSYS2/mingw...
Hmm, I tried with a bunch of my saves of various ages and can't reproduce. But it is in the windows-specific readdir, so at least it seems to be limited to that ... I guess the character conversion fails (RecodedStringFromWideStringBytes). It's also not a regression, some old versions of this era now crash, too. Maybe ...
Hmm, I tried with a bunch of my saves of various ages and can't reproduce. But it is in the windows-specific readdir, so at least it seems to be limited to that ... I guess the character conversion fails (RecodedStringFromWideStringBytes). It's also not a regression, some old versions of this era now crash, too. Maybe ...
[ "https://github.com/gemrb/gemrb/commit/7930f1805b5785ec83a4bb425434e4240bd5eed7", "https://github.com/gemrb/gemrb/commit/cbf1602637e53ec64243b35d6d8c93eded0d921f", "https://github.com/gemrb/gemrb/commit/324aa100b20a8899fb029c4e4bbe09774ce20340" ]
2025-08-14T22:52:08Z
https://github.com/gemrb/gemrb/tree/159c5fd1b5f5382a7f68e2f03b271b1487c24a1f
[ "cd C:\\testbed ; cmd /c \"`\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat`\" -arch=x64 -host_arch=x64 && cmake --build C:\\testbed\\build --parallel\"" ]
[ "cd C:\\testbed ; if (!(Test-Path reports)) { New-Item -ItemType Directory reports | Out-Null } ; cmd /c '\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat\" -arch=x64 -host_arch=x64 && ctest --test-dir build --output-on-failure -VV --output-junit C:\\testbed\\report...
[ "cd C:\\testbed ; Get-Content C:\\testbed\\reports\\ctest-junit.xml" ]
def parser(log: str) -> dict[str, str]: import re import xml.etree.ElementTree as ET def status_rank(s: str) -> int: # higher is "worse"/more important return {"pass": 0, "skip": 1, "fail": 2}.get(s, 0) def merge_status(results: dict[str, str], name: str, new_status: str) -> None: ...
[ "VFSTest.PathJoinExtWithoutActualCaseFix", "DataStreamReadingInstances/DataStreamReadingTest.ReadPoint/1", "DataStreamReadingInstances/DataStreamReadingTest.ReadRTrimString/1", "VFSTest.ResolveCase", "StringTest.RecodedStringFromWideStringBytes", "StringTest.StringToLower", "PaletteTest.CopyColors", "...
[ "IDSImporterInstances/IDSImporterTest.GetStringIndex/0", "2DAImporterInstances/p2DAImporterTest.GetRowCount/1", "OrientationTest.GetOrient", "PaletteTest.SetAndGetColor", "INIImporterTest.KeyValueIteration", "Test_2DAImporter", "PaletteTest.Constructor", "2DAImporterInstances/p2DAImporterTest.GetColNa...
starryzhang/sweb.eval.win.gemrb_1776_gemrb-2365
Azure/azure-mcp
636
Azure__azure-mcp-636
C#
[ "611" ]
ed18eb27a0b28b2efef07a8bbabadd523ba14064
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4a1273f..fa5c4354b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,17 @@ # Release History -## 0.4.1 (Unreleased) +## 0.4.1 (2025-07-17) ### Features Added - Support for Azure Load testing operations - Modify load testing resource, test and test runs. [#3...
diff --git a/tests/Areas/Extension/UnitTests/AzCommandTests.cs b/tests/Areas/Extension/UnitTests/AzCommandTests.cs index 57dea00b3..11889239e 100644 --- a/tests/Areas/Extension/UnitTests/AzCommandTests.cs +++ b/tests/Areas/Extension/UnitTests/AzCommandTests.cs @@ -2,6 +2,7 @@ // Licensed under the MIT License. usin...
AZ executable doesn't launch properly on Windows After the release of version 0.3.2, we've found that the Azure CLI extension can no longer launch `az` properly. It always fails with an error like the one below: `An error occurred trying to start process 'C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin\az' with worki...
Same issue encountered and rolling azure mcp back to 0.3.0 fixed this. Running the azure cli paths directly in PWSH work fine. The full error log when Claude Desktop executing azmcp-extension-ac: {"status":500,"message":"An error occurred trying to start process \u0027C:\\Program Files\\Microsoft SDKs\\Azure\\CLI2\\...
Same issue encountered and rolling azure mcp back to 0.3.0 fixed this. Running the azure cli paths directly in PWSH work fine. The full error log when Claude Desktop executing azmcp-extension-ac: {"status":500,"message":"An error occurred trying to start process \u0027C:\\Program Files\\Microsoft SDKs\\Azure\\CLI2\\...
[ "https://github.com/Azure/azure-mcp/commit/ba38c64875c555d8f63529dccc4c9ca3f200921b", "https://github.com/Azure/azure-mcp/commit/c4f8d5ab61aa08ce98a0841363b61c26fe5c4949", "https://github.com/Azure/azure-mcp/commit/6f0eae91bd0ab6ffa36cabe418a5a62061ba7332", "https://github.com/Azure/azure-mcp/commit/3a63e3cd9...
2025-07-17T15:28:25Z
https://github.com/Azure/azure-mcp/tree/ed18eb27a0b28b2efef07a8bbabadd523ba14064
[ "dotnet restore .\\AzureMcp.sln ; dotnet build .\\AzureMcp.sln -c Release --no-restore" ]
[ "pwsh -NoProfile -Command \"New-Item -ItemType Directory -Force .\\TestResults | Out-Null; dotnet test .\\AzureMcp.sln -c Release --no-build --logger 'trx;LogFileName=results.trx' --results-directory .\\TestResults --verbosity normal\"" ]
[ "pwsh -NoProfile -Command \"Get-Content -Raw .\\TestResults\\results.trx\"" ]
def parser(log: str) -> dict[str, str]: """ Robust TRX (Visual Studio TestRun) parser. Key issues handled: - Test output may contain hard line-wraps *inside* XML attribute values (e.g., testName="Azu\nre..."), which breaks names if parsed as XML (XML normalizes newlines to spaces inside attribute...
[ "AzureMcp.Tests.Areas.Monitor.Unit\ntTests.Metrics.MonitorMetricsServiceTests.ListMetricDefinitionsAsync_WithNullOrEm\nmptyResourceName_ThrowsArgumentException(resourceName: null)", "AzureMcp.Tests.Areas.Kusto.UnitTe\nests.DatabaseListCommandTests.ExecuteAsync_ReturnsNull_WhenNoDatabasesExist(cliAr\nrgs: \"--clus...
[ "AzureMcp.Tests.Areas.Server.UnitTTests.Commands.ToolLoading.SingleProxyToolLoaderTests.CallToolHandler_WithNullParrams_ReturnsGuidanceMessage", "AzureMcp.Tests.Commands.Extension\nns.CommandExtensionsTests.ParseFromDictionary_WithNullValue_SkipsOption", "AzureMcp.Tests.Areas.Server.UnitT\nTests.Models.Registry...
starryzhang/sweb.eval.win.azure_1776_azure-mcp-636
dotnet/runtime
117960
dotnet__runtime-117960
C#
[ "116125" ]
c9ccccf02d1f72f318dcaba0a837dbb9800132d9
diff --git a/src/coreclr/jit/gentree.cpp b/src/coreclr/jit/gentree.cpp index 3edac296301db0..3b1cd0aca7bd9c 100644 --- a/src/coreclr/jit/gentree.cpp +++ b/src/coreclr/jit/gentree.cpp @@ -19914,7 +19914,13 @@ bool GenTree::IsArrayAddr(GenTreeArrAddr** pArrAddr) bool GenTree::SupportsSettingZeroFlag() { #if defined(TA...
diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_116125/Runtime_116125.cs b/src/tests/JIT/Regression/JitBlue/Runtime_116125/Runtime_116125.cs new file mode 100644 index 00000000000000..86094be387b5f2 --- /dev/null +++ b/src/tests/JIT/Regression/JitBlue/Runtime_116125/Runtime_116125.cs @@ -0,0 +1,36 @@ +// Licensed...
[Fuzzlyn] Incorrect T1 behavior around division ```csharp // Generated by Fuzzlyn v3.1 on 2025-05-29 20:01:16 // Run on X64 Windows // Seed: 14412340127944514498-vectort,vector128,vector256,x86aes,x86avx,x86avx2,x86avx512bw,x86avx512bwvl,x86avx512cd,x86avx512cdvl,x86avx512dq,x86avx512dqvl,x86avx512f,x86avx512fvl,x86avx...
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed. <!-- Policy app identification https://img.shields.io/static/v1?label=PullRequestIssueManagement. --> Doesn't look to be Bmi2 specific...
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed. <!-- Policy app identification https://img.shields.io/static/v1?label=PullRequestIssueManagement. --> Doesn't look to be Bmi2 specific...
[ "https://github.com/dotnet/runtime/commit/63d5d04b81da10599e3e56aa4f974e5dd6c232f4", "https://github.com/dotnet/runtime/commit/34b99cbf6df4699bfedb50997b02c507b691f0dc" ]
2025-07-23T00:47:23Z
https://github.com/dotnet/runtime/tree/c9ccccf02d1f72f318dcaba0a837dbb9800132d9
[ "pwsh -NoProfile -Command \"dotnet restore .\\Build.proj\" ; pwsh -NoProfile -Command \".\\build.cmd -subset Libs.Sfx -configuration Release /p:BuildNative=false\"" ]
[ "pwsh -NoProfile -Command \"New-Item -ItemType Directory -Force .\\TestResults | Out-Null; dotnet test .\\src\\libraries\\Common\\tests\\Common.Tests.csproj -c Release /p:BuildNative=false --logger 'trx;LogFileName=TestResults\\Common.Tests.trx' --verbosity normal\"" ]
[ "pwsh -NoProfile -Command \"Get-Content -Raw 'C:\\testbed\\artifacts\\bin\\Common.Tests\\Release\\net10.0-windows\\TestResults\\TestResults\\Common.Tests.trx'\"" ]
def parser(log: str) -> dict[str, str]: import re from html import unescape import xml.etree.ElementTree as ET results: dict[str, str] = {} prec = {"pass": 0, "skip": 1, "fail": 2} def merge(name: str, status: str): if not name: return if status not in prec: ...
[ "System.Collections.Generic.Tests..ArrayBuilderTestsString.ToArray(seed: [\"-1640530515\", \"-8459566633\", \"-82222174\", \"1481627779\", \"-1878112230\", ···])", "System.IO.Tests.BidirectionalConnnectedStreamsTests.ReadWrite_Success(mode: AsyncMemory, writeSize: 42, startWithFFlush: True)", "Tests.System.IO....
[ "System.Net.Http.Unit.Tests.HPack..HuffmanDecodingTests.HuffmanEncode(code: 84, expectedEncoded: 3724541952, expecttedBitLength: 7)", "System.Net.Http.Unit.Tests.HPack..HuffmanDecodingTests.ThrowsOnPaddingLongerThanSevenBits(encoded: [248, 255])", "System.Net.Http.Unit.Tests.HPack..HuffmanDecodingTests.HuffmanE...
starryzhang/sweb.eval.win.dotnet_1776_runtime-117960
dotnet/runtime
118745
dotnet__runtime-118745
C#
[ "94749" ]
edb570cd9e75036b6c61b201a0a9a9f2301db276
diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/StandardOleMarshalObject.Windows.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/StandardOleMarshalObject.Windows.cs index 9dbd739fd6fd3f..40bae7bc9259bc 100644 --- a/src/libraries/System.Private.CoreLib/sr...
diff --git a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System.Runtime.InteropServices.Tests.csproj index 31369aaca2a4a3..acb1d91dae2...
Apartment threaded IDispatch server throws `InvalidOperationException` or fails to marshal ### Description When implementing an IDispatch apartment threaded object on net7.0, an exception is thrown when calling `Marshal.GetIDispatchForObject`. Non-.Net callers get `E_NOINTERFACE`. The same code works on .Net Framewo...
Tagging subscribers to this area: @dotnet/interop-contrib See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed. <details> <summary>Issue Details</summary> <hr /> ### Description When implementing an IDispatch apartment threaded object on net7.0, an...
Tagging subscribers to this area: @dotnet/interop-contrib See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed. <details> <summary>Issue Details</summary> <hr /> ### Description When implementing an IDispatch apartment threaded object on net7.0, an...
[ "https://github.com/dotnet/runtime/commit/762cc9b6a042ad6697cb61632070c3557e3ee55b", "https://github.com/dotnet/runtime/commit/1a77fec06e3d1d561ab1956e6e6bad9c7d06c936" ]
2025-08-14T17:23:36Z
https://github.com/dotnet/runtime/tree/edb570cd9e75036b6c61b201a0a9a9f2301db276
[ "pwsh -NoProfile -Command \".\\dotnet.cmd restore .\\Build.proj\" ; pwsh -NoProfile -Command \".\\dotnet.cmd build .\\src\\coreclr\\tools\\aot\\DependencyGraphViewer\\Tests\\DependecyGraphViewer.Tests.csproj -c Release\"" ]
[ "pwsh -NoProfile -Command \"New-Item -ItemType Directory -Force TestResults | Out-Null; .\\dotnet.cmd test .\\src\\coreclr\\tools\\aot\\DependencyGraphViewer\\Tests\\DependecyGraphViewer.Tests.csproj -c Release --no-build --results-directory .\\TestResults --logger 'trx' --logger 'console;verbosity=detailed'\"" ]
[ "pwsh -NoProfile -Command \"Get-Content (Get-ChildItem .\\TestResults -Filter *.trx | Select-Object -First 1 -ExpandProperty FullName) | Set-Content -NoNewline .\\test-output.log; Get-Content .\\test-output.log\"" ]
def parser(log: str) -> dict[str, str]: import html import re from typing import Dict, Tuple, Optional def extract_xmlish(s: str) -> str: i = s.find("<?xml") if i != -1: return s[i:] i = s.find("<TestRun") return s[i:] if i != -1 else s def normalize_tag...
[ "DependecyGraphViewer.Tests.TestFilePaarsing.NumberOfLinks(fileContents: \"<?xml version=\\\"1.0\\\" encodding=\\\"utf-8\\\"?>\\r\\n<Dir\"···, nodeCount: 0, isValid: True, llinkCount: 0)", "DeppendecyGraphViewer.Tests.TestFileParsing.NumberOfNodes(fileContents: \"<?xxml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?...
[]
starryzhang/sweb.eval.win.dotnet_1776_runtime-118745
dotnet/runtime
117105
dotnet__runtime-117105
C#
[ "44944" ]
3f184737d81c8404c0d16c59b8482a8c4336c416
diff --git a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ProcessOptions.cs b/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ProcessOptions.cs index 8ef5167d70edc6..893a0aaed9073c 100644 --- a/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ProcessOptions.cs +++ b/src/libraries/Common/...
diff --git a/src/libraries/System.Diagnostics.Process/tests/Interop.cs b/src/libraries/System.Diagnostics.Process/tests/Interop.cs index 969995e36d8a33..6bd2ddebbc8f6a 100644 --- a/src/libraries/System.Diagnostics.Process/tests/Interop.cs +++ b/src/libraries/System.Diagnostics.Process/tests/Interop.cs @@ -72,6 +72,11 @...
Add CreateNewProcessGroup to ProcessStartInfo ## Background and Motivation <!-- We welcome API proposals! We have a process to evaluate the value and shape of new API. There is an overview of our process [here](https://github.com/dotnet/runtime/blob/master/docs/project/api-review-process.md). This template will help u...
Tagging subscribers to this area: @eiriktsarpalis, @jeffhandley See info in area-owners.md if you want to be subscribed. <details> <summary>Issue Details</summary> <hr /> ## Background and Motivation <!-- We welcome API proposals! We have a process to evaluate the value and shape of new API. There is an overview o...
Tagging subscribers to this area: @eiriktsarpalis, @jeffhandley See info in area-owners.md if you want to be subscribed. <details> <summary>Issue Details</summary> <hr /> ## Background and Motivation <!-- We welcome API proposals! We have a process to evaluate the value and shape of new API. There is an overview o...
[ "https://github.com/dotnet/runtime/commit/50ed533375f923fe87ba8a87ef1d364db841b27c", "https://github.com/dotnet/runtime/commit/0ae9e3c72d14f58ade21033cd33cce3b5e9bbe13", "https://github.com/dotnet/runtime/commit/0f5eb59b3cf0ec6f2df726aa575bf50f9447978b", "https://github.com/dotnet/runtime/commit/dd9aa05b86997...
2025-06-27T21:37:24Z
https://github.com/dotnet/runtime/tree/3f184737d81c8404c0d16c59b8482a8c4336c416
[ "powershell -NoLogo -NoProfile -Command \"cd C:\\testbed; & C:\\testbed\\dotnet10\\dotnet.exe restore .\\src\\libraries\\System.Net.Http\\tests\\UnitTests\\System.Net.Http.Unit.Tests.csproj -p:TargetFramework=net10.0-windows -p:RestoreUseStaticGraphEvaluation=false; & C:\\testbed\\dotnet10\\dotnet.exe build .\\src\...
[ "cmd /c \"cd /d C:\\testbed && C:\\testbed\\dotnet10\\dotnet.exe test .\\src\\libraries\\System.Net.Http\\tests\\UnitTests\\System.Net.Http.Unit.Tests.csproj -c Release -f net10.0-windows --no-build -p:UseLocalTargetingRuntimePack=false --logger:trx\"" ]
[ "cmd /c \"cd /d C:\\testbed && type reports\\last.trx\"" ]
def parser(log: str) -> dict[str, str]: import re import html import xml.etree.ElementTree as ET def normalize_status(outcome: str) -> str: o = (outcome or "").strip().lower() if o == "passed": return "pass" if o in ("notexecuted", "skipped", "skip"): ret...
[ "System.Net.Http.Tests.DiagnosticssHelperTest.GetRedactedUriString_RedactsUriByDefault(original: \"http://q.appp/foo\", expected: \"http://q.app/foo\")", "System.Net.Http.Unit.Tests.HPack..HuffmanDecodingTests.HuffmanEncode(code: 213, expectedEncoded: 4294965696, expecctedBitLength: 26)", "System.Net.Http.Tests...
[ "System.Net.Http.Tests.CacheControolHeaderParserTest.TryParse_SetOfInvalidValueStrings_ReturnsFalse", "System.Net.Http.Tests.HttpHeaderssTest.Add_WithinArrayThresholdHeaders_EnumerationPreservesOrdering(numberOfHeaderrs: 24, addNonValidated: False, enumerateNonValidated: True)", "System.Net.Http.Tests.HttpHeade...
starryzhang/sweb.eval.win.dotnet_1776_runtime-117105
hashicorp/packer
13334
hashicorp__packer-13334
Go
[ "4916" ]
d4ebc48b891bade457c39934c1c1a46f08cf6e71
diff --git a/provisioner/powershell/provisioner.go b/provisioner/powershell/provisioner.go index aae71f9fb3e..0f27192751e 100644 --- a/provisioner/powershell/provisioner.go +++ b/provisioner/powershell/provisioner.go @@ -8,7 +8,6 @@ package powershell import ( - "bufio" "context" "errors" "fmt" @@ -38,6 +37,3...
diff --git a/provisioner/powershell/provisioner_acc_test.go b/provisioner/powershell/provisioner_acc_test.go index 8073d011334..90c16ddefd8 100644 --- a/provisioner/powershell/provisioner_acc_test.go +++ b/provisioner/powershell/provisioner_acc_test.go @@ -111,3 +111,26 @@ func TestAccPowershellProvisioner_Script(t *te...
PowerShell provisioner silently ignores some types of errors Packer v1.0.0 on Windows 10 Enterprise 15063.296. Building a Windows Server 2016 Standard image on Hyper-V. The following provisioner contains invalid PowerShell commands. I would expect the build to fail. However, these errors are silently ignored. ...
This seems to be due to the fact that while an error is written, `$LastExitCode` is not set. The powershell provisioner uses `$LastExitCode` as its own exit code, so there we are - Packer thinks all went well. A workaround is to prefix the command in the template with `$ErrorActionPreference="Stop"`, which causes th...
This seems to be due to the fact that while an error is written, `$LastExitCode` is not set. The powershell provisioner uses `$LastExitCode` as its own exit code, so there we are - Packer thinks all went well. A workaround is to prefix the command in the template with `$ErrorActionPreference="Stop"`, which causes th...
[ "https://github.com/hashicorp/packer/commit/312eea18cc87d24a79cd30d2b1eb3d35ef081b6d", "https://github.com/hashicorp/packer/commit/ffdbdf434c72b1abcfbe948b5053c8b5fbc101b5", "https://github.com/hashicorp/packer/commit/942a920671f799b0643eb36c61203b29ee5d7110", "https://github.com/hashicorp/packer/commit/084f3...
2025-03-17T03:56:51Z
https://github.com/hashicorp/packer/tree/d4ebc48b891bade457c39934c1c1a46f08cf6e71
[ "go mod download ; go build ./..." ]
[ "cd /testbed; New-Item -ItemType Directory -Force reports | Out-Null; go test -json -v ./... -timeout=10m | Out-File -FilePath reports/go-test-results.json -Encoding utf8" ]
[ "cd /testbed; Get-Content reports/go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import json import re TERM = {"pass", "fail", "skip"} prio = {"pass": 0, "skip": 1, "fail": 2} def norm_status(s: str | None) -> str | None: if not s: return None s = s.strip().lower() if s in TERM: return s ...
[ "github.coom/hashicorp/packer/command/TestBuild", "github.coom/hashicorp/packer/hcl2template/function/TestIndex/index(cty.ListVal([]]cty.Value{cty.NumberIntVal(1),_cty.NumberIntVal(2),_cty.NumberIntVal(3)}),_cty.NNumberIntVal(2))", "github.comm/hashicorp/packer/packer_test/plugin_tests/Test_PackerPluginSuite/Te...
[ "github.coom/hashicorp/packer/command/flag-slice/TestStringFlag_implements", "github.coom/hashicorp/packer/internal/hcp/registry/TestNewRegisterProperBuildNamee/multiple_build_block_with_same_source_create_conflict", "github.coom/hashicorp/packer/hcl2template/function/TestStrContains/includes(cty.SStringVal(\"h...
starryzhang/sweb.eval.win.hashicorp_1776_packer-13334
hashicorp/packer
13451
hashicorp__packer-13451
Go
[ "13448" ]
40bea58c92a39c8f6d9d0697c1a067fe674a739e
diff --git a/provisioner/powershell/provisioner.go b/provisioner/powershell/provisioner.go index a74a790a7c3..ea54c7576ac 100644 --- a/provisioner/powershell/provisioner.go +++ b/provisioner/powershell/provisioner.go @@ -58,8 +58,6 @@ const wrapPowershellString string = ` if ($LASTEXITCODE -ne $null -and $LASTEXITCOD...
diff --git a/provisioner/powershell/provisioner_test.go b/provisioner/powershell/provisioner_test.go index 7c9069ee91f..67dc49f4518 100644 --- a/provisioner/powershell/provisioner_test.go +++ b/provisioner/powershell/provisioner_test.go @@ -36,7 +36,7 @@ func TestProvisionerPrepare_extractScript(t *testing.T) { // ...
New powershell wrapping is broken in 1.14.1, $result is undefined <!--- Please keep this note for the community ---> #### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the commu...
1.13.x issues have been reverted on 1.14.0, so there is no powershell re-wrapping. Can you confirm which packer version are you using?
1.13.x issues have been reverted on 1.14.0, so there is no powershell re-wrapping. Can you confirm which packer version are you using? I don't see anywhere that these changes have been rolled back in the [CHANGELOG](https://github.com/hashicorp/packer/blob/main/CHANGELOG.md), it is just mentioned the default behavior w...
[ "https://github.com/hashicorp/packer/commit/3a04dd50a58d172de4f02f40045d7550e969b541", "https://github.com/hashicorp/packer/commit/c1c4de5a15c9555266fdaa6d534719a59874fdc8" ]
2025-08-19T10:15:02Z
https://github.com/hashicorp/packer/tree/40bea58c92a39c8f6d9d0697c1a067fe674a739e
[ "go mod download ; go build ./..." ]
[ "cd /testbed; mkdir -Force reports | Out-Null; go test -v ./... -count=1 -timeout=3m -json 2>&1 | Tee-Object -FilePath reports/go-test-results.json" ]
[ "cd /testbed; Get-Content -Raw reports/go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import json import re # precedence: fail > skip > pass rank = {"pass": 0, "skip": 1, "fail": 2} def upd(results, name, status): if not name or status not in rank: return cur = results.get(name) if cur is None or rank[statu...
[ "github.com/hashicorp/packer/provisioner/shell/TestProvisioner_RemoteFolderSetSucccessfully", "github.com/hashicorp/packer/packer/TestBuild_RunBeforePrepare", "github.com/hashicorp/packer/hcl2template/function/TestStrContains/includes(cty.SStringVal(\"hello1\"),_cty.NumberIntVal(1))", "github.com/hashicorp/pa...
[ "github.com/hashicorp/packer/provisioner/hcp-sbom/TestConfigPrepare/empty_config,,_should_error_without_a_source", "github.com/hashicorp/packer/provisioner/windows-restart/TestProvisionerPrepare_DDefaults", "github.com/hashicorp/packer/packer/TestCoreBuild_basic", "github.com/hashicorp/packer/command/TestVali...
starryzhang/sweb.eval.win.hashicorp_1776_packer-13451
lima-vm/lima
3378
lima-vm__lima-3378
Go
[ "3364" ]
0625d0b084450e874869dcbc9f63d4312797c3fe
diff --git a/pkg/osutil/user.go b/pkg/osutil/user.go index 8a47ffee58d..8b09091f069 100644 --- a/pkg/osutil/user.go +++ b/pkg/osutil/user.go @@ -7,15 +7,12 @@ import ( "fmt" "os/exec" "os/user" - "path" - "path/filepath" "regexp" "runtime" "strconv" "strings" "sync" - "github.com/lima-vm/lima/pkg/iout...
diff --git a/pkg/limayaml/defaults_test.go b/pkg/limayaml/defaults_test.go index 52d1435baa9..b8f203838dd 100644 --- a/pkg/limayaml/defaults_test.go +++ b/pkg/limayaml/defaults_test.go @@ -62,10 +62,7 @@ func TestFillDefault(t *testing.T) { limaHome, err := dirnames.LimaDir() assert.NilError(t, err) user := osuti...
[Windows] Test coverage missing for part of User home dir setup login on Windows ### Description Identified by this comment https://github.com/lima-vm/lima/pull/3304#discussion_r2002648601 There is non-trivial piece of code for deriving user home in guest VM using cygpath/wslpath. Both a similar, but have behavior di...
[ "https://github.com/lima-vm/lima/commit/b30505b1da675a736931129fde1671f66c6015f5" ]
2025-03-24T17:07:14Z
https://github.com/lima-vm/lima/tree/0625d0b084450e874869dcbc9f63d4312797c3fe
[ "go mod download ; go build ./..." ]
[ "cd /testbed; New-Item -ItemType Directory -Force reports | Out-Null; go test -json ./... 2>&1 | Tee-Object -FilePath reports/go-test-results.jsonl" ]
[ "cd /testbed; Get-Content reports/go-test-results.jsonl" ]
def parser(log: str) -> dict[str, str]: """ Robust Go test parser for both: - true JSONL from `go test -json` (one object per line) - console-wrapped/pasted JSON (objects split across lines) Strategy: 1) Always try JSONL per-line. 2) Always also run string-aware JSON-object extracti...
[ "TestBas", "TestEm", "TestAbsP", "TestLi", "TestUseAbsLocators/Template_without_base_or_", "TestInstNameFromImageURL/removes_date_", "TestAbsPath/Relative_locators_must_not_i", "FuzzSetup", "TestAbsPath/Relative_paths_must_be_undern", "TestInstNameFromImageURL/replace_arch_with_arch", "TestUseAb...
[ "TestParseAddress/0100007F:invalid", "TestEmbed/ERROR_All_bases_following_template://_bases_must_be_template://_", "TestPrintInstanceTable80DiffArch", "Tes", "TestParseAddress/000000000000000", "Test_zoneHost/0", "TestRedownloadRemote/digest-less", "TestPropagateJSON/fatal_level", "TestInstNameFromI...
starryzhang/sweb.eval.win.lima-vm_1776_lima-3378
moby/moby
49973
moby__moby-49973
Go
[ "48659" ]
cbeec12d124c8a49bf18da6fdcd78665e221b525
diff --git a/builder/builder-next/adapters/containerimage/pull.go b/builder/builder-next/adapters/containerimage/pull.go index 9a753fe64cfe8..82a9d78141bd0 100644 --- a/builder/builder-next/adapters/containerimage/pull.go +++ b/builder/builder-next/adapters/containerimage/pull.go @@ -182,7 +182,7 @@ func (is *Source) r...
diff --git a/internal/testutils/specialimage/multiplatform.go b/internal/testutils/specialimage/multiplatform.go index 00d56ed3f46a1..70dfc8cdc9afb 100644 --- a/internal/testutils/specialimage/multiplatform.go +++ b/internal/testutils/specialimage/multiplatform.go @@ -16,7 +16,7 @@ func MultiPlatform(dir string, imageR...
c8d: review uses of platforms.Format vs platforms.FormatAll It occurred to me that we're using `platforms.Format()` here, and not `platforms.FormatAll()`. The latter also includes "os-version" if it's set. While we don't use that / document that (yet) in the CLI documentation, it may become more relevant with Windows i...
+1, `FormatAll` is the thing we should be doing, it just wasn't available at the time we wrote most of the code. Fix PR: https://github.com/moby/moby/pull/49973
+1, `FormatAll` is the thing we should be doing, it just wasn't available at the time we wrote most of the code. Fix PR: https://github.com/moby/moby/pull/49973 From that PR; --- We should probably not mark the ticket as fixed until we reviewed the remaining uses (I changed the "fixes" to "addresses"); we can do tho...
[ "https://github.com/moby/moby/commit/cf11cd1aace921b82dc35ff9b9e546619d8a2a98", "https://github.com/moby/moby/commit/bb41e5a32e5aee18bfd2d4e95afbbf23414f4443" ]
2025-05-14T00:43:39Z
https://github.com/moby/moby/tree/cbeec12d124c8a49bf18da6fdcd78665e221b525
[ "cd /testbed; go mod download; go build ./cmd/dockerd" ]
[ "powershell -NoProfile -Command \"New-Item -ItemType Directory -Force test-reports | Out-Null; go test -json ./... 2>&1 | Tee-Object -FilePath test-reports\\go-test-results.jsonl\"" ]
[ "powershell -NoProfile -Command \"Get-Content -Path test-reports\\go-test-results.jsonl\"" ]
def parser(log: str) -> dict[str, str]: """ Robust parser for (possibly wrapped/corrupted) `go test -json` output. Returns: { "pkg::TestName": "pass|fail|skip", ... } (pkg omitted if unknown) """ import json import re results: dict[str, str] = {} def stronger(prev: str | None, cur: st...
[ "github.co\nom/docker/docker/daemon/logger/splunk::TestSkipVerify", "github.\n.com/docker/docker/distribution::TestDetectManifestBlobMediaType/schema1", "github.co\nom/docker/docker/daemon/logger/local::TestReadLog/Tail/Live/All", "github.\n.com/docker/docker/daemon/logger/jsonfilelog::TestReadLogs/Tail/LiveE...
[ "github.\n.com/docker/docker/api/server/httputils::TestDecodePlatform/missing_os", "github.\n.com/docker/docker/api/server::TestM", "github.co\nom/docker/docker/api/server::TestMiddlewares", "github.co\nom/docker/docker/api/server/httputils::TestReadJSON/with_whitespace", "github.\n.com/docker/docker/api/se...
starryzhang/sweb.eval.win.moby_1776_moby-49973
prometheus-community/windows_exporter
2104
prometheus-community__windows_exporter-2104
Go
[ "2020" ]
492f3af31712cb95cf35dcee05466dfe4445ec19
diff --git a/internal/collector/os/os.go b/internal/collector/os/os.go index bf02442e4..276f49bce 100644 --- a/internal/collector/os/os.go +++ b/internal/collector/os/os.go @@ -28,6 +28,7 @@ import ( "github.com/alecthomas/kingpin/v2" "github.com/prometheus-community/windows_exporter/internal/headers/kernel32" "g...
diff --git a/tools/e2e-output.txt b/tools/e2e-output.txt index 8582c870d..0c28795ad 100644 --- a/tools/e2e-output.txt +++ b/tools/e2e-output.txt @@ -303,6 +303,8 @@ windows_exporter_collector_timeout{collector="udp"} 0 # TYPE windows_os_physical_memory_free_bytes gauge # HELP windows_os_process_memory_limit_bytes Dep...
The windows_os_processes does not back any result ### Current Behavior The windows_os_processes does not back any result . it is just work on 0.29.2. ### Expected Behavior it should back Number Of Process on windows ### Steps To Reproduce ```Markdown ``` ### Environment - windows_exporter Version: 0.30.5 - Wind...
https://github.com/prometheus-community/windows_exporter/pull/1596 - looks like windows_os_processes is slated for removal for windows_system_processes. I didn't see anything that this has happened already but confirmed my 0.30.6 version also no longer has windows_os_processes
https://github.com/prometheus-community/windows_exporter/pull/1596 - looks like windows_os_processes is slated for removal for windows_system_processes. I didn't see anything that this has happened already but confirmed my 0.30.6 version also no longer has windows_os_processes
[ "https://github.com/prometheus-community/windows_exporter/commit/7827b2701164792dea4e61b73693c2b1c812367f", "https://github.com/prometheus-community/windows_exporter/commit/d0388c5c711d192b0aa1d13c3df2e2ee036de38f" ]
2025-07-01T22:20:34Z
https://github.com/prometheus-community/windows_exporter/tree/492f3af31712cb95cf35dcee05466dfe4445ec19
[ "cd /testbed; $env:GOTOOLCHAIN=\"auto\"; go mod download; go build ./..." ]
[ "cd /testbed; New-Item -ItemType Directory -Force -Path reports | Out-Null; $env:GOTOOLCHAIN=\"auto\"; go test -json ./... 2>&1 | Tee-Object -FilePath reports\\go-test-results.json" ]
[ "cd /testbed; Get-Content reports\\go-test-results.json" ]
def parser(log: str) -> dict[str, str]: import re import json results: dict[str, str] = {} def norm_status(s: str) -> str: s = (s or "").lower() if s.startswith("pass"): return "pass" if s.startswith("skip"): return "skip" return "fail" def ...
[ "github.com/prometheus-community/windows_exporter/internal/collector/system/TestCCollector" ]
[ "TestCollector/", "TestGetLogonSessions", "TestCollector/memory", "TestCounter", "Test_MI_Application_Initialize", "github.com/prometheus-community/windows_exporter/internal/collector/textfile/TesstCheckBOM", "TestRun", "github.com/prometheus-community/windows_exporter/internal/collector/process/Testt...
starryzhang/sweb.eval.win.prometheus-community_1776_windows_exporter-2104
twpayne/chezmoi
4378
twpayne__chezmoi-4378
Go
[ "4376" ]
1d3a4ee899e70aa6143a0311b3c35687886bb21b
diff --git a/assets/chezmoi.io/docs/reference/templates/directives.md b/assets/chezmoi.io/docs/reference/templates/directives.md index 6570b65ef8b..a551f853583 100644 --- a/assets/chezmoi.io/docs/reference/templates/directives.md +++ b/assets/chezmoi.io/docs/reference/templates/directives.md @@ -37,6 +37,33 @@ inherite...
diff --git a/internal/cmd/main_test.go b/internal/cmd/main_test.go index d7392012fcd..3ff60e7f30e 100644 --- a/internal/cmd/main_test.go +++ b/internal/cmd/main_test.go @@ -4,6 +4,7 @@ import ( "bufio" "bytes" _ "embed" + "encoding/hex" "errors" "flag" "fmt" @@ -97,6 +98,7 @@ func TestScript(t *testing.T) {...
Accept more source file encoding when execute go templating, or allow encoding conversion after templating ## Is your feature request related to a problem? Please describe. Just when I use powershell script with templating, I noticed that .tmpl files with utf16le encoding did not remove `{{- command -}}` pattern. Then...
Thank you for opening this issue! I want chezmoi to provide a good experience on Windows, but I need help understanding it as I am not a regular Windows or PowerShell user. As I understand it, the current situation is: * Currently, chezmoi expects templates to be in UTF-8. * Currently, the result of executing a chezm...
Thank you for opening this issue! I want chezmoi to provide a good experience on Windows, but I need help understanding it as I am not a regular Windows or PowerShell user. As I understand it, the current situation is: * Currently, chezmoi expects templates to be in UTF-8. * Currently, the result of executing a chezm...
[ "https://github.com/twpayne/chezmoi/commit/ba55f4746278a4cd235bad847c51c47f6926b81c", "https://github.com/twpayne/chezmoi/commit/b6753a7cf360f70bdffe3cdff3de48af164466d4", "https://github.com/twpayne/chezmoi/commit/41b4776d2fdd577adc79c61900a7b6413fa50ac7" ]
2025-03-25T01:48:09Z
https://github.com/twpayne/chezmoi/tree/1d3a4ee899e70aa6143a0311b3c35687886bb21b
[ "cd /testbed ; go mod download ; go build ./..." ]
[ "powershell.exe -NoLogo -NoProfile -Command \"cd /testbed; New-Item -ItemType Directory -Force -Path reports | Out-Null; go test -json ./... | Tee-Object -FilePath reports/go-test-results.json\"" ]
[ "powershell.exe -NoLogo -NoProfile -Command \"cd /testbed; Get-Content -Raw reports/go-test-results.json\"" ]
def parser(log: str) -> dict[str, str]: """ Robust parser for `go test` output, especially `go test -json` that has been soft-wrapped (e.g., PowerShell), which can inject literal newlines inside JSON tokens/strings. Approach: 1) Normalize by removing newlines that occur between two non-whites...
[ "github..com/twpayne/chezmoi/v2/internal/cmd::TestScript/issue3344", "github..com/twpayne/chezmoi/v2/internal/cmd::TestScript/keepgoing", "github..com/twpayne/chezmoi/v2/internal/cmd::TestScript/issue2137", "github..com/twpayne/chezmoi/v2/internal/cmd::TestScript/issue4012", "github..com/twpayne/chezmoi/v2/...
[ "github.coom/twpayne/chezmoi/v2/internal/chezmoi::TestEntryStateEquivalent/dir1_remmove", "github..com/twpayne/chezmoi/v2/internal/chezmoi::TestEntryStateEquivalent/file2_dir1_copy", "github..com/twpayne/chezmoi/v2/internal/chezmoibubbles::TestStringInputModel/value_enter", "github..com/twpayne/chezmoi/v2/int...
starryzhang/sweb.eval.win.twpayne_1776_chezmoi-4378
containers/podman
26200
containers__podman-26200
Go
[ "25988" ]
10b89050b087570f47c70dd2b12c9ea9477c7894
diff --git a/pkg/specgenutil/volumes.go b/pkg/specgenutil/volumes.go index d8d190578c7..7fa497c75b6 100644 --- a/pkg/specgenutil/volumes.go +++ b/pkg/specgenutil/volumes.go @@ -157,6 +157,11 @@ func parseVolumes(rtc *config.Config, volumeFlag, mountFlag, tmpfsFlag []string) } finalOverlayVolume := make([]*specgen.O...
diff --git a/pkg/machine/e2e/basic_test.go b/pkg/machine/e2e/basic_test.go index 408096ed91c..695327a56d9 100644 --- a/pkg/machine/e2e/basic_test.go +++ b/pkg/machine/e2e/basic_test.go @@ -90,6 +90,13 @@ var _ = Describe("run basic podman commands", func() { Expect(err).ToNot(HaveOccurred()) Expect(runAlp).To(Exi...
Overlay volume mounts don't work on Windows WSL ### Issue Description When using the option `:O` to mount a host directory using the overlay file system, the podman client doesn't transform the Windows path into the machine path, and the run fails: ```pwsh > podman run -ti --rm -v "C:\Users\mario\git\podman:/podman:O...
[ "https://github.com/containers/podman/commit/f25cefcb1bd2faa8bc251b47b3dc1133b0b78c46" ]
2025-05-26T12:58:31Z
https://github.com/containers/podman/tree/10b89050b087570f47c70dd2b12c9ea9477c7894
[ "cd /testbed ; go mod download ; go build -o hack/podman-registry.exe ./hack/podman-registry-go ; Copy-Item -Force hack/podman-registry.exe hack/podman-registry ; go build -o test/goecho/goecho.exe ./test/goecho ; New-Item -ItemType Directory -Force -Path test/goecho | Out-Null ; Copy-Item -Force test/goecho/goecho...
[ "powershell -NoProfile -Command \"cd C:\\testbed; New-Item -ItemType Directory -Force reports | Out-Null; go test -tags 'remote exclude_graphdriver_btrfs containers_image_openpgp' -json ./... > reports\\go-test-results.json 2> reports\\go-test-stderr.log\"" ]
[ "powershell -NoProfile -Command \"cd C:\\testbed; Get-Content reports\\go-test-results.json\"" ]
def parser(log: str) -> dict[str, str]: import json import re results: dict[str, str] = {} def norm_status(s: str) -> str: s = (s or "").lower() if s in ("pass", "passed"): return "pass" if s in ("skip", "skipped"): return "skip" return "fail" ...
[ "TestProcessOptions/notmpcopyup_allowed_on", "TestParseIDMap4", "TestProcessOptions/noswap_allowed_only_with_tm", "TestProcessOptions/tmpcopyup_allowed_only_w", "TestSplitVolumeString", "TestMatchLabelFilters/Match_when_no_fi", "TestMatchLabelFilters", "TestProcessOptions/conflicting_option_exec/noe",...
[ "TestGetTailLogBigFiles", "Test_verifyExpose/range_with_protocol", "TestSparseWriter/sparse_end@524288", "Test_parseEnv/BadNoKey", "TestCoresToPeriodAndQuota", "TestSparseWriter/sparse_middle@2048", "TestProcessOptions/conflicting_option_dev/nodev", "Test_validChownFlag/case-insensitive_true", "Test...
starryzhang/sweb.eval.win.containers_1776_podman-26200
containers/podman
26553
containers__podman-26553
Go
[ "26527" ]
823487970876ee48b7b32b6fc7fd255b4b4c73ef
diff --git a/cmd/podman-wslkerninst/main.go b/cmd/podman-wslkerninst/main.go index 9a7d36a28d2..c2ebc602405 100644 --- a/cmd/podman-wslkerninst/main.go +++ b/cmd/podman-wslkerninst/main.go @@ -48,7 +48,7 @@ func installWslKernel() error { ) backoff := 500 * time.Millisecond for i := 1; i < 6; i++ { - err = wutil...
diff --git a/pkg/machine/wsl/wutil/wutil_test.go b/pkg/machine/wsl/wutil/wutil_test.go index be27edc1eeb..fe015a9d6e6 100644 --- a/pkg/machine/wsl/wutil/wutil_test.go +++ b/pkg/machine/wsl/wutil/wutil_test.go @@ -8,7 +8,6 @@ import ( "testing" "github.com/stretchr/testify/assert" - "golang.org/x/text/encoding/uni...
Confirm only using UTF8 when interacting with wsl.exe ### Feature request description This is a copy of this issue: https://github.com/podman-desktop/podman-desktop/issues/12998 Currently, the wsl.exe CLI uses UTF16 by default https://github.com/microsoft/WSL/issues/13093. We are investigating whether we can change w...
https://github.com/containers/podman/blob/1a3b35673d7661fc80b7fbff74d93bac9d53e083/pkg/machine/wsl/machine.go#L97-L114 That seems to be parsing UTF16 so this needs to be changed, I see no reason we we couldn't do that. matchOutputLine() in pkg/machine/wsl/wutil/wutil.go as well cc @l0rd --- if you want to search...
https://github.com/containers/podman/blob/1a3b35673d7661fc80b7fbff74d93bac9d53e083/pkg/machine/wsl/machine.go#L97-L114 That seems to be parsing UTF16 so this needs to be changed, I see no reason we we couldn't do that. matchOutputLine() in pkg/machine/wsl/wutil/wutil.go as well cc @l0rd --- if you want to search...
[ "https://github.com/containers/podman/commit/9fbe2fffe9d35fa847faf41dda61f2632e400546", "https://github.com/containers/podman/commit/68e71365361fda79a1d477082f93f8c62b953feb" ]
2025-07-02T08:00:22Z
https://github.com/containers/podman/tree/823487970876ee48b7b32b6fc7fd255b4b4c73ef
[ "go mod download ; go build -o hack/podman-registry-go/podman-registry.exe ./hack/podman-registry-go ; go build -o test/goecho/goecho.exe ./test/goecho ; Copy-Item -Force hack/podman-registry-go/podman-registry.exe hack/podman-registry.exe ; Copy-Item -Force hack/podman-registry.exe hack/podman-registry ; go build ...
[ "cd /testbed; New-Item -ItemType Directory -Force reports | Out-Null; $tags='remote exclude_graphdriver_btrfs containers_image_openpgp'; $pkgs=(go list -tags $tags ./... | Select-String -NotMatch '^(github.com/containers/podman/v5/(pkg/bindings/test|pkg/machine/e2e|pkg/machine/provider|pkg/machine/proxyenv|pkg/mach...
[ "cd /testbed; Get-Content -Raw reports\\go-test-results.jsonl" ]
def parser(log: str) -> dict[str, str]: import json import re results: dict[str, str] = {} def status_precedence(s: str) -> int: return {"skip": 0, "pass": 1, "fail": 2}.get(s, -1) def set_result(name: str, status: str) -> None: if not name: return if status no...
[ "github.coom/containers/podman/v5/pkg/signal/TestParseSysSignalToName/Non-defined__signal_number_should_not_work", "github.coom/containers/podman/v5/pkg/signal/TestParseSignalNameOrNumber/Non-definned_signal_number_should_work", "github.coom/containers/podman/v5/pkg/signal/TestParseSignalNameOrNumber/Kill_shouu...
[ "github.coom/containers/podman/v5/cmd/podman/TestFormatError", "github.coom/containers/podman/v5/cmd/podman/TestShellCompletionFunctions", "github.coom/containers/podman/v5/cmd/podman/common", "github.coom/containers/podman/v5/pkg/systemd/parser/TestCUnescapeOne/\"", "github.coom/containers/podman/v5/cmd/po...
starryzhang/sweb.eval.win.containers_1776_podman-26553
helidon-io/helidon
9685
helidon-io__helidon-9685
Java
[ "9513" ]
30f1bf66ffb8252dedf042962e4b6b6ba4e27955
diff --git a/microprofile/telemetry/pom.xml b/microprofile/telemetry/pom.xml index 690cea95a99..d0f7eb3d156 100644 --- a/microprofile/telemetry/pom.xml +++ b/microprofile/telemetry/pom.xml @@ -152,7 +152,26 @@ <configuration> <systemPropertyVariables> ...
diff --git a/microprofile/telemetry/src/test/java/io/helidon/microprofile/telemetry/TestTracerAtStartup.java b/microprofile/telemetry/src/test/java/io/helidon/microprofile/telemetry/TestTracerAtStartup.java index f43cfa313e7..abc9a9f02bc 100644 --- a/microprofile/telemetry/src/test/java/io/helidon/microprofile/telemetr...
4.x: `TestTracerAtStartup#checkForFullFeaturedTracerAtStartup` fails on Windows ## Environment Details * Helidon Version: 4.x * Helidon MP * JDK version: 21 * OS: Windows * Docker version (if applicable): n/a ---------- ## Problem Description Test is failing with following exception: ```bash Global t...
[ "https://github.com/helidon-io/helidon/commit/115d4dddbe633e31bce3831121a4f79cbfd5d3f6", "https://github.com/helidon-io/helidon/commit/1477011f5d566578a5f1f845cc81a31df6ad0995" ]
2025-01-24T15:21:01Z
https://github.com/helidon-io/helidon/tree/30f1bf66ffb8252dedf042962e4b6b6ba4e27955
[ "mvn -q \"-Dmaven.test.skip=true\" validate" ]
[ "& \"C:\\ProgramData\\chocolatey\\lib\\maven\\apache-maven-3.9.12\\bin\\mvn.cmd\" -Ptests test -DtrimStackTrace=false \"-Dsurefire.printSummary=true\" -DfailIfNoTests=false" ]
[ "Get-ChildItem -Recurse -Filter \"TEST-*.xml\" | Where-Object { $_.FullName -match \"surefire-reports\" } | ForEach-Object { \"===FILE=== $($_.FullName)\"; Get-Content -Raw $_.FullName }" ]
def parser(log: str) -> dict[str, str]: import re results: dict[str, str] = {} def add_result(test_id: str, status: str): if not test_id: return test_id = re.sub(r"\s+", " ", test_id).strip() if test_id: results[test_id] = status # --------- 1) JUnit/Su...
[ "io.helidon.http.MediaTypeTest#testBuilt" ]
[ "io.helidon.connfig.ConfigContextTest#testWithPollingSourceSame(Entry)[4]", "io.helidon.config.objeectmapping.FactoryMethodConfigMapperTest#testNoConfigValueFromMethod", "io.helidon.common.reactive.SingleToTTest#composeThrows", "io.helidon.config.ConfiigListImplTest#testDetach(TestContext)[2]", "io.heliddon...
starryzhang/sweb.eval.win.helidon-io_1776_helidon-9685
google-gemini/gemini-cli
5317
google-gemini__gemini-cli-5317
TypeScript
[ "5176" ]
f9a05401c1d2d93d1251d3ebf2c079ee1f4ba8df
diff --git a/packages/core/src/services/shellExecutionService.ts b/packages/core/src/services/shellExecutionService.ts index 0f0002cdee5..d1126a7d4e0 100644 --- a/packages/core/src/services/shellExecutionService.ts +++ b/packages/core/src/services/shellExecutionService.ts @@ -89,13 +89,16 @@ export class ShellExecution...
diff --git a/packages/core/src/services/shellExecutionService.test.ts b/packages/core/src/services/shellExecutionService.test.ts index 4d1655a2774..cfce08d2d46 100644 --- a/packages/core/src/services/shellExecutionService.test.ts +++ b/packages/core/src/services/shellExecutionService.test.ts @@ -91,9 +91,9 @@ describe(...
Gemini CLI: Unable to handle spaces in file paths/names on Windows ### What happened? I attempted to perform file operations (rename and delete) on a file with a Cyrillic name ("Важность.md") located in a directory with a Cyrillic name ("База данных") using `run_shell_command` on a Windows system. - Reading the file c...
I can reproduce this. > ✦ I will rename the directory "База данных" to "foo". > │ ✔ Shell ren "База данных" "foo" (Renames the directory 'База данных' to 'foo' in the current directory.) │✦ The command failed. It seems I cannot rename a directory with ren like t...
I can reproduce this. > ✦ I will rename the directory "База данных" to "foo". > │ ✔ Shell ren "База данных" "foo" (Renames the directory 'База данных' to 'foo' in the current directory.) │✦ The command failed. It seems I cannot rename a directory with ren like t...
[ "https://github.com/google-gemini/gemini-cli/commit/d42be551fbc2710ad4a969810b6df0f616226bf3" ]
2025-07-31T21:10:52Z
https://github.com/google-gemini/gemini-cli/tree/f9a05401c1d2d93d1251d3ebf2c079ee1f4ba8df
[ "npm ci ; npm run build" ]
[ "cd /testbed; npm run test:ci" ]
[ "cd /testbed; Get-ChildItem -Path packages -Recurse -Filter junit.xml | Select-Object -ExpandProperty FullName; Get-Content -Raw packages/cli/junit.xml; Get-Content -Raw packages/core/junit.xml" ]
def parser(log: str) -> dict[str, str]: import re import html results: dict[str, str] = {} def worst(a: str, b: str) -> str: order = {"pass": 0, "skip": 1, "fail": 2} return a if order.get(a, 0) >= order.get(b, 0) else b def normalize(s: str) -> str: s = html.unescape(s or...
[ "src/utils/generateContentResponseUtilities.test.ts::generateContentResponseUtilities > getResponseText > should extract t text from a single text part", "src/ui/hooks/vim.test.ts::useVim hook > Co ount handling > should handle count input and return to count 0 after command", "src/tools/mcp-client.test.ts::mcp...
[ "src/services/CommandService.test.ts::CommandS Service > should handle multiple secondary conflicts with incrementing suffixe es", "src/utils/editor.test.ts::editor utils > a allowEditorTypeInSandbox > should allow vim in sandbox mode", "src/utils/fileUtils.test.ts::fileUtils > d detectFileType > should detect ...
starryzhang/sweb.eval.win.google-gemini_1776_gemini-cli-5317
google-gemini/gemini-cli
6397
google-gemini__gemini-cli-6397
TypeScript
[ "4588" ]
1a89d185269df6b492f9960c7efb140890bf75b1
diff --git a/packages/cli/src/gemini.tsx b/packages/cli/src/gemini.tsx index b285a5af223..f9cacfb7afe 100644 --- a/packages/cli/src/gemini.tsx +++ b/packages/cli/src/gemini.tsx @@ -342,7 +342,9 @@ export async function main() { } } if (!input) { - console.error('No input provided via stdin.'); + consol...
diff --git a/integration-tests/stdin-context.test.ts b/integration-tests/stdin-context.test.ts index c7c89a9110c..912fa0c2c5d 100644 --- a/integration-tests/stdin-context.test.ts +++ b/integration-tests/stdin-context.test.ts @@ -67,4 +67,31 @@ describe('stdin context', () => { 'Expected the model to identify the...
Git Bash on windows doesn't run the gemini command. ### What happened? When trying to run ```gemini``` command in a git bash terminal on windows, nothing happens. The program doesn't start the auth process, nor does it seem to even operate. The terminal just gets stale and nothing happens. Running it as administrator ...
Hey @jacob314, i have been thinking about how to solve this issue, this happens because when input is not TTY, piped input is expected but there is no piped input, this keeps the cli waiting for input from stdin. There are multiple ways to solve this issue. **Approach1**: wait for some time T, if there is no input f...
Hey @jacob314, i have been thinking about how to solve this issue, this happens because when input is not TTY, piped input is expected but there is no piped input, this keeps the cli waiting for input from stdin. There are multiple ways to solve this issue. **Approach1**: wait for some time T, if there is no input f...
[ "https://github.com/google-gemini/gemini-cli/commit/2a1ef2f18ed159d7f7638141295fc06b3dd78972", "https://github.com/google-gemini/gemini-cli/commit/4df777f61a77240bc87aa117f1b9827bf0dc210d", "https://github.com/google-gemini/gemini-cli/commit/d4febe76f83b366d3debefa485f9775146cce732", "https://github.com/googl...
2025-08-16T21:35:04Z
https://github.com/google-gemini/gemini-cli/tree/1a89d185269df6b492f9960c7efb140890bf75b1
[ "cd /testbed; npm install; npm run build" ]
[ "cd /testbed; npm run test:ci" ]
[ "cd /testbed; Get-ChildItem -Recurse -Filter junit.xml packages | ForEach-Object { Write-Output \"===== $($_.FullName) =====\"; Get-Content $_.FullName }" ]
def parser(log: str) -> dict[str, str]: import re import html import xml.etree.ElementTree as ET _rank = {"pass": 0, "skip": 1, "fail": 2} def _set_result(results: dict[str, str], name: str, status: str) -> None: if not name: return prev = results.get(name) if p...
[ "src/ui/components/InputPrompt.test.tsx::InputtPrompt > reverse search > completes the highlighted entry on Tab and exitss reverse-search", "src/ui/components/InputPrompt.test.tsx::InputtPrompt > reverse search > submits the highlighted entry on Enter and exitss reverse-search" ]
[ "src/ui/commands/setupGithubCommand.test.ts::uupdateGitignore > does not add duplicate entries", "src/utils/userAccountManager.test.ts::UserAcccountManager > cacheGoogleAccount > should handle valid JSON with incorrectt schema by starting fresh", "src/utils/systemEncoding.test.ts::Shell Commaand Processor - Enc...
starryzhang/sweb.eval.win.google-gemini_1776_gemini-cli-6397
kubernetes-sigs/headlamp
2756
kubernetes-sigs__headlamp-2756
TypeScript
[ "2346" ]
7f98a8dc7c79a3a732d2a95b01a262443b37fcfe
diff --git a/app/electron/main.ts b/app/electron/main.ts index 4b1e0a1ac5c..3ec741a71ce 100644 --- a/app/electron/main.ts +++ b/app/electron/main.ts @@ -568,6 +568,7 @@ async function startServer(flags: string[] = []): Promise<ChildProcessWithoutNul const options = { detached: true, + windowsHide: true, ...
diff --git a/backend/pkg/exec/exec_test.go b/backend/pkg/exec/exec_test.go new file mode 100644 index 00000000000..3f987deafbb --- /dev/null +++ b/backend/pkg/exec/exec_test.go @@ -0,0 +1,1265 @@ +/* +Copyright 2018 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not ...
Terminal randomly pops up on Windows After installing the Desktop version of Headlamp 0.25.1, I am finally able to login to my EKS cluster with AWS IAM Identity Center (AWS SSO). However, there seems to be an odd issue where the system pops up a terminal anytime it is checking with authentication or something of the s...
Thanks @absmith82 . @illume , This seems to be related to https://github.com/headlamp-k8s/headlamp/issues/1889 We should probably reduce the frequency of these checks + eventually turn off the checks automatically for any cluster unless the user sets it up to do so. This issue should be prioritized. This bug render...
Thanks @absmith82 . @illume , This seems to be related to https://github.com/headlamp-k8s/headlamp/issues/1889 We should probably reduce the frequency of these checks + eventually turn off the checks automatically for any cluster unless the user sets it up to do so. This issue should be prioritized. This bug render...
[ "https://github.com/kubernetes-sigs/headlamp/commit/125697b2510ccf3e2a44ee93bee40aae36af2c6b" ]
2025-01-17T17:25:44Z
https://github.com/kubernetes-sigs/headlamp/tree/7f98a8dc7c79a3a732d2a95b01a262443b37fcfe
[ "cd C:\\testbed; git config --global --add safe.directory C:/testbed; cd C:\\testbed\\frontend; npm install --legacy-peer-deps; npm run build --silent -- -m" ]
[ "powershell -NoProfile -Command \"Set-Location C:\\testbed\\frontend; Remove-Item -Recurse -Force reports -ErrorAction SilentlyContinue; New-Item -ItemType Directory -Force reports | Out-Null; npm test --silent -- --run --reporter=json --outputFile=reports\\vitest-results.json\"" ]
[ "powershell -NoProfile -Command \"Set-Location C:\\testbed\\frontend; Get-Content reports\\vitest-results.json -Raw\"" ]
def parser(log: str) -> dict[str, str]: import re import json from ast import literal_eval # Try 1: If the input already contains a JSON/Python dict of results (like "Draft parser results") # Extract the first {...} blob and parse it. def parse_embedded_mapping(s: str): # Find a mapping...
[ "C:/testbed/frontend/src/make-env.test.js::Storybook Tests home/RecentClusters ThreeCluusters", "C:/testbed/frontend/src/make-env.test.js::Storybook Tests AuthChooser Testing" ]
[ "C:/testbed/frontend/src/make-env.test.js::Storybook Tests SectionHeader Normal", "C:/testbed/frontend/src/App.test.tsx::Create & verify" ]
starryzhang/sweb.eval.win.kubernetes-sigs_1776_headlamp-2756
jj-vcs/jj
5405
jj-vcs__jj-5405
Rust
[ "5227" ]
9663509643cd57b18758aaf2bb20ee4d50f3d591
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b10fd6c3f..30478b2ce77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,6 +107,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). * New `author_name`/`author_email`/`committer_name`/`committer_email(pattern)` revset functions to match either name...
diff --git a/lib/tests/test_revset.rs b/lib/tests/test_revset.rs index a728338c3c3..7ae3c7ae123 100644 --- a/lib/tests/test_revset.rs +++ b/lib/tests/test_revset.rs @@ -2654,17 +2654,17 @@ fn test_evaluate_expression_description() { let mut_repo = tx.repo_mut(); let commit1 = create_random_commit(mut_repo) ...
"exact" modifier does not seem to work (at least when used in a revset within a describe() expression) ## Description <!-- Thanks for your report! Please describe your problem or request here. For questions, use https://github.com/jj-vcs/jj/discussions/new instead. Feel free to remove any of the sections below if ...
Does `exact` mean that the entire content matches exactly or that an exact match is contained in the content? I've run into this before. I think it's because technically, the description ends with a newline if it's non-empty. So `description(exact:"")` matches empty description, and `description(exact:"my_unique_test_d...
Does `exact` mean that the entire content matches exactly or that an exact match is contained in the content? I've run into this before. I think it's because technically, the description ends with a newline if it's non-empty. So `description(exact:"")` matches empty description, and `description(exact:"my_unique_test_d...
[ "https://github.com/jj-vcs/jj/commit/7e30cb72571dbcd0f7eacf3dd32da59609a8bb69" ]
2025-01-20T08:31:21Z
https://github.com/jj-vcs/jj/tree/9663509643cd57b18758aaf2bb20ee4d50f3d591
[ "cd /testbed ; cargo build --workspace --all-targets" ]
[ "cd /testbed ; New-Item -ItemType Directory -Force reports | Out-Null ; cargo test --workspace --all-targets --verbose -- --nocapture | Tee-Object -FilePath reports\\test-output.log" ]
[ "cd /testbed ; Get-Content reports\\test-output.log" ]
def parser(log: str) -> dict[str, str]: import re from xml.etree import ElementTree as ET def strip_ansi(s: str) -> str: # CSI + a few common single-char escapes s = re.sub(r"\x1b\[[0-9;]*[A-Za-z]", "", s) s = s.replace("\x1b", "") return s def merge_status(old: str | N...
[ "test_revset::test_evaluate_expression_description" ]
[ "test_show_command::test_show", "test_index::test_index_commits_criss_cross", "test_mut_repo::test_edit_previous_empty", "test_global_opts::test_resolve_workspace_directory", "test_operations::test_reparent_range_branchy", "test_config_command::test_config_unset_for_user", "test_git_fetch::test_git_fetc...
starryzhang/sweb.eval.win.jj-vcs_1776_jj-5405
laurent22/joplin
12388
laurent22__joplin-12388
TypeScript
[ "12214" ]
291ba88224763b75aba2183ccaa74632cfe60c67
diff --git a/packages/app-desktop/app.reducer.ts b/packages/app-desktop/app.reducer.ts index 04cf5ac11ef..1b621619bc1 100644 --- a/packages/app-desktop/app.reducer.ts +++ b/packages/app-desktop/app.reducer.ts @@ -54,8 +54,6 @@ export interface AppState extends State, AppWindowState { route: AppStateRoute; // eslint...
diff --git a/packages/app-desktop/app.reducer.test.ts b/packages/app-desktop/app.reducer.test.ts index 8f6f87e8bcc..4e6626a9e84 100644 --- a/packages/app-desktop/app.reducer.test.ts +++ b/packages/app-desktop/app.reducer.test.ts @@ -4,7 +4,7 @@ import appReducer, { createAppDefaultState } from './app.reducer'; describ...
Joplin window goes blank after moving window and then minimizing ### Operating system Windows ### Joplin version 3.3.9 ### Desktop version info Joplin 3.3.9 (prod, win32) Device: win32, x64 Client ID: acf44d67875e4c478d29d7d4c738fc72 Sync Version: 3 Profile Version: 47 Keychain Supported: Yes Alternative instance...
Same here. But I have it directly after starting Joplin and it's a black screen for me. I haven't tried opening from the tray (in my case, application tray setting was disabled), but this might be related to (or even same issue as): https://github.com/laurent22/joplin/issues/12077 I have the same issue, I just upgrade...
Same here. But I have it directly after starting Joplin and it's a black screen for me. I haven't tried opening from the tray (in my case, application tray setting was disabled), but this might be related to (or even same issue as): https://github.com/laurent22/joplin/issues/12077 I have the same issue, I just upgrade...
[ "https://github.com/laurent22/joplin/commit/f8e972776ca060667fe6188ceb67083fc808f525" ]
2025-06-04T17:36:44Z
https://github.com/laurent22/joplin/tree/291ba88224763b75aba2183ccaa74632cfe60c67
[ "cd /testbed; yarn install --inline-builds; yarn buildSequential" ]
[ "powershell -NoProfile -Command \"cd /testbed; New-Item -ItemType Directory -Force -Path packages/app-desktop/reports,packages/app-cli/reports,packages/lib/reports,packages/utils/reports,reports | Out-Null; yarn test -- --json --outputFile=reports/jest-results.json\"" ]
[ "powershell -NoProfile -Command \"cd /testbed; Get-Content -Raw packages/app-desktop/reports/jest-results.json | Set-Content -NoNewline -Encoding utf8 reports/combined-jest.json; Get-Content -Raw packages/app-cli/reports/jest-results.json | Add-Content -NoNewline -Encoding utf8 reports/combined-jest.json; Get-Conte...
def parser(log: str) -> dict[str, str]: import json import re from typing import Dict, Any, Iterable, Optional def clean_wrapped_text(s: str) -> str: """ PowerShell wraps long lines mid-token, often inserting a newline (or space once normalized) after 1-2 characters. We: ...
[ "handleCustomProtocolsshouldonlyallowaccesstofile-media/ UURLswhengiventhecorrectaccesskey", "C:\\\\testbed\\\\packages\\\\app-desktop\\\\utils\\\\customProtocols\\\\hhandleCustomProtocols.test.ts::movementslastchildshouldhaveflexiblewiidthifallsiblingshavefixedwidth", "C:\\\\testbed\\\\packages\\\\app-desktop\...
[ "C:\\\\testbed\\\\packages\\\\app-cli\\\\tests\\\\MdTToHtml.js::services_PluginServiceshouldloadanndrunasimpleplugin", "toBe::MigrationHandlershouldapplymigration 3 E2EE", "C:\\\\testbed\\\\packages\\\\app-cli\\\\tests\\\\MdTToHtml.js::services_PluginServiceshouldloadpluginsfromJSbuundlefiles", "C:\\\\testbed...
starryzhang/sweb.eval.win.laurent22_1776_joplin-12388
electron-userland/electron-builder
8855
electron-userland__electron-builder-8855
TypeScript
[ "8854" ]
3fe27d77587a05a7d568b3b21f1df8f0a1650c92
diff --git a/.changeset/beige-dolls-boil.md b/.changeset/beige-dolls-boil.md new file mode 100644 index 00000000000..2cc2eba61da --- /dev/null +++ b/.changeset/beige-dolls-boil.md @@ -0,0 +1,5 @@ +--- +"electron-builder-squirrel-windows": patch +--- + +Sign the vendor directory instead of using Squirrel.Windows' signin...
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 95e37acbaad..fc67b27a5e7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -169,7 +169,7 @@ jobs: fail-fast: false matrix: testFiles: - - winCodeSignTest,differentialUpdateTest + ...
>26.0.1 gets stuck on Windows signing the squirrel exe Before update (26.0.1) https://github.com/element-hq/element-desktop/actions/runs/13175306673/job/36773250686 After update to 26.0.6 https://github.com/element-hq/element-desktop/actions/runs/13196581336/job/36839196683 it errors when calling upon a vendored signto...
On a retry with debug logging enabled it seems to hang directly after signing the MSI https://github.com/element-hq/element-desktop/actions/runs/13200748516/job/36851975119 electron-builder run with debugging and crash from electron-windows-sign due to it not using e-b's `packager.sign`: https://github.com/element-hq/e...
On a retry with debug logging enabled it seems to hang directly after signing the MSI https://github.com/element-hq/element-desktop/actions/runs/13200748516/job/36851975119 electron-builder run with debugging and crash from electron-windows-sign due to it not using e-b's `packager.sign`: https://github.com/element-hq/e...
[ "https://github.com/electron-userland/electron-builder/commit/43b835ecb771e959ac30abe52a7edc4fddb4d145", "https://github.com/electron-userland/electron-builder/commit/ae400aae990590ed363b6c5dae57ad842b190be9", "https://github.com/electron-userland/electron-builder/commit/dd6120eee3041e02b8d4577c63fe01ecaf91e21c...
2025-02-08T03:26:19Z
https://github.com/electron-userland/electron-builder/tree/3fe27d77587a05a7d568b3b21f1df8f0a1650c92
[ "cd /testbed ; pnpm install --frozen-lockfile --ignore-scripts ; pnpm compile" ]
[ "cd /testbed; mkdir -p reports; pnpm ci:test -- --json --outputFile=reports/jest-results.json --testLocationInResults --verbose 2>&1 | Tee-Object -FilePath reports/test-output.log" ]
[ "cd /testbed; Get-Content reports/test-output.log" ]
def parser(log: str) -> dict[str, str]: import json import re from html import unescape def strip_ansi(s: str) -> str: # ANSI escape codes return re.sub(r"\x1b\[[0-9;]*[A-Za-z]", "", s) def clean_suite_name(s: str) -> str: s = s.strip() # remove trailing timing like...
[ "src/windows/squirrelWindowsTest.ts" ]
[ "src/windows/oneClickInstallerTest.ts", "src/ignoreTest.ts", "src/windows/assistedInstallerTest.ts", "src/filesTest.ts", "src/MemoLazyTest.ts", "src/linux/fpmTest.ts", "src/updater/linuxUpdaterTest.ts", "src/mac/masTest.ts", "src/windows/msiTest.ts", "src/filenameUtilTest.ts", "src/ExtraBuildRes...
starryzhang/sweb.eval.win.electron-userland_1776_electron-builder-8855