Open
Description
#!watchflakes
post <- pkg == "runtime" && test == "TestWindowsStackMemory"
2023-01-17T19:55:02-d4639ec/windows-386-2016
--- FAIL: TestWindowsStackMemory (0.03s)
crash_test.go:58: C:\Users\gopher\AppData\Local\Temp\1\go-build1812702813\testprog.exe StackMemory (27.351ms): ok
syscall_windows_test.go:675: expected < 102400 bytes of memory per thread, got 103424
FAIL
FAIL runtime 47.304s
Notes:
- This is on the brand new
windows-386-2016
builder. - The test computes the average assuming there are 100 threads. If there are actually 101 threads (the test doesn't consider sysmon...), then the average comes out to exactly 102400 bytes.
cc @mknyszek @golang/runtime @golang/windows
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress
Status
Active