mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces"
Reviewed-by: dholmes, mseledtsov
This commit is contained in:
@@ -139,7 +139,7 @@ public class strace015 extends StraceBase {
|
||||
for (int i = 1; i < THRD_COUNT; i++) {
|
||||
all = traces.get(threads[i]);
|
||||
int k = all.length;
|
||||
if (count - k > 2) {
|
||||
if (count - k > 3) {
|
||||
complain("wrong lengths of stack traces:\n\t"
|
||||
+ threads[0].getName() + ": " + count
|
||||
+ "\t"
|
||||
|
||||
Reference in New Issue
Block a user