[webkit-changes] [WebKit/WebKit] 7c14f4: [Win] WebGL conformance tests need more stack space
Fujii Hironori
noreply at github.com
Mon Sep 18 19:50:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7c14f48e920ca37ecc95417fd1a5aa59e8365ada
https://github.com/WebKit/WebKit/commit/7c14f48e920ca37ecc95417fd1a5aa59e8365ada
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M LayoutTests/platform/wincairo/TestExpectations
M Source/WTF/wtf/Threading.cpp
Log Message:
-----------
[Win] WebGL conformance tests need more stack space
https://bugs.webkit.org/show_bug.cgi?id=261297
Reviewed by Ross Kirsling.
The following WebGL tests were crashing due to stack overflow for
Windows Debug builds and clang-cl Release builds.
webgl/2.0.y/conformance/glsl/bugs/complex-glsl-does-not-crash.html [ Crash ]
webgl/2.0.y/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash ]
The WebGL team suggests to allocate more stack space for the tests.
* LayoutTests/platform/wincairo/TestExpectations:
* Source/WTF/wtf/Threading.cpp:
(WTF::stackSize): Increased the stack size for graphics threads.
Canonical link: https://commits.webkit.org/268108@main
More information about the webkit-changes
mailing list