Commit 385aa01
[Asan] Ensure minimum stack size 128KB in ThreadedStressStackReuseTest (#165198)
Asan test `ThreadedStressStackReuseTest ` fails on AIX due to smaller
default thread stack size. Set thread stack size to a minimum of 128KB
to ensure reliable test behavior across platforms (platforms with
smaller default thread stack size).
---------
Co-authored-by: Riyaz Ahmad <[email protected]>1 parent 5eb8d29 commit 385aa01
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1115 | 1115 | | |
1116 | 1116 | | |
1117 | 1117 | | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
1118 | 1121 | | |
1119 | 1122 | | |
1120 | 1123 | | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
1121 | 1133 | | |
1122 | | - | |
| 1134 | + | |
1123 | 1135 | | |
1124 | 1136 | | |
1125 | 1137 | | |
1126 | 1138 | | |
| 1139 | + | |
1127 | 1140 | | |
1128 | 1141 | | |
1129 | 1142 | | |
| |||
0 commit comments