 11-check_regression/baseline.xfail      |  165 +
 11-check_regression/console.log.xz      |  Bin 0 -> 8528 bytes
 11-check_regression/extra-bisect-params |    1 +
 11-check_regression/fails.sum           |   12 +
 11-check_regression/flaky.xfail         | 4222 ++++++++++++++
 11-check_regression/results.regressions |    1 +
 11-check_regression/trigger-bisect      |    3 +
 README.html                             |   46 +-
 README.txt                              |   45 +-
 results                                 |    1 +
 sumfiles/xfails.xfail                   | 9470 ++++++-------------------------
 11 files changed, 6260 insertions(+), 7706 deletions(-)

diff --git a/11-check_regression/baseline.xfail b/11-check_regression/baseline.xfail
new file mode 100644
index 000000000..11d18f1bc
--- /dev/null
+++ b/11-check_regression/baseline.xfail
@@ -0,0 +1,165 @@
+		=== gdb tests ===
+
+Running gdb:gdb.base/attach-pie-misread.exp ...
+FAIL: gdb.base/attach-pie-misread.exp: generate stub
+
+Running gdb:gdb.base/jit-bfd-name.exp ...
+FAIL: gdb.base/jit-bfd-name.exp: info function ^jit_function
+
+Running gdb:gdb.base/ptype.exp ...
+FAIL: gdb.base/ptype.exp: ptype old_fptr (compiler doesn't emit unprototyped types)
+FAIL: gdb.base/ptype.exp: ptype xptr (compiler doesn't emit unprototyped types)
+
+Running gdb:gdb.base/step-over-syscall.exp ...
+FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: find syscall insn in fork (timeout)
+FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: syscall number matches
+FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: find syscall insn in fork (timeout)
+FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: syscall number matches
+
+Running gdb:gdb.base/sym-file.exp ...
+FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
+FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
+FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
+FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
+FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
+FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
+FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+
+Running gdb:gdb.dap/cxx-exception.exp ...
+FAIL: gdb.dap/cxx-exception.exp: exceptions in log file
+
+Running gdb:gdb.dap/ptrref.exp ...
+FAIL: gdb.dap/ptrref.exp: exceptions in log file
+
+Running gdb:gdb.fortran/complex.exp ...
+FAIL: gdb.fortran/complex.exp: gdb-command<print $_creal (ci)>
+FAIL: gdb.fortran/complex.exp: print ci
+
+Running gdb:gdb.go/chan.exp ...
+FAIL: gdb.go/chan.exp: going to first breakpoint (the program is no longer running)
+FAIL: gdb.go/chan.exp: going to second breakpoint (the program is no longer running)
+FAIL: gdb.go/chan.exp: runto: run to main.main
+
+Running gdb:gdb.go/global-local-var-shadow.exp ...
+FAIL: gdb.go/global-local-var-shadow.exp: going to first breakpoint (the program is no longer running)
+FAIL: gdb.go/global-local-var-shadow.exp: print global var st
+FAIL: gdb.go/global-local-var-shadow.exp: runto: run to main.main
+FAIL: gdb.go/global-local-var-shadow.exp: string after assignment check
+
+Running gdb:gdb.go/handcall.exp ...
+FAIL: gdb.go/handcall.exp: gdb-command<print add (1, 2)>
+FAIL: gdb.go/handcall.exp: gdb-command<print main.add (1, 2)>
+FAIL: gdb.go/handcall.exp: runto: run to main.main
+
+Running gdb:gdb.go/hello.exp ...
+FAIL: gdb.go/hello.exp: going to first breakpoint (the program is no longer running)
+FAIL: gdb.go/hello.exp: runto: run to main.main
+FAIL: gdb.go/hello.exp: string after assignment check
+
+Running gdb:gdb.go/integers.exp ...
+FAIL: gdb.go/integers.exp: Going to second breakpoint (the program is no longer running)
+FAIL: gdb.go/integers.exp: gdb-command< print (i + 5) * (j + 7)>
+FAIL: gdb.go/integers.exp: gdb-command<print (-i)>
+FAIL: gdb.go/integers.exp: going to first breakpoint (the program is no longer running)
+FAIL: gdb.go/integers.exp: next to 'i = 1' line (the program is no longer running)
+FAIL: gdb.go/integers.exp: next to 'j = 2' line (the program is no longer running)
+FAIL: gdb.go/integers.exp: next to 'k = 3' line (the program is no longer running)
+FAIL: gdb.go/integers.exp: next to 'l = k' line (the program is no longer running)
+FAIL: gdb.go/integers.exp: print -(i)
+FAIL: gdb.go/integers.exp: print -(i+j)
+FAIL: gdb.go/integers.exp: print -i
+FAIL: gdb.go/integers.exp: print 2 * i
+FAIL: gdb.go/integers.exp: print 3000*i
+FAIL: gdb.go/integers.exp: print i
+FAIL: gdb.go/integers.exp: print i + 1 != j
+FAIL: gdb.go/integers.exp: print i + 1 < j
+FAIL: gdb.go/integers.exp: print i + 1 <= j
+FAIL: gdb.go/integers.exp: print i + 1 == j
+FAIL: gdb.go/integers.exp: print i + 1 > j
+FAIL: gdb.go/integers.exp: print i + 1 >= j
+FAIL: gdb.go/integers.exp: print i + j
+FAIL: gdb.go/integers.exp: print i + j + k
+FAIL: gdb.go/integers.exp: print i + k
+FAIL: gdb.go/integers.exp: print i - j
+FAIL: gdb.go/integers.exp: print i before assigned to 1
+FAIL: gdb.go/integers.exp: print i+10*j+100*k
+FAIL: gdb.go/integers.exp: print j
+FAIL: gdb.go/integers.exp: print j * k
+FAIL: gdb.go/integers.exp: print j + k
+FAIL: gdb.go/integers.exp: print j - i
+FAIL: gdb.go/integers.exp: print k
+FAIL: gdb.go/integers.exp: print k -(i + j)
+FAIL: gdb.go/integers.exp: print k -i -j
+FAIL: gdb.go/integers.exp: print l
+FAIL: gdb.go/integers.exp: runto: run to main.main
+FAIL: gdb.go/integers.exp: set var i = 2
+FAIL: gdb.go/integers.exp: test j value before assignment
+FAIL: gdb.go/integers.exp: testing new i value
+FAIL: gdb.go/integers.exp: value of i after assignment
+
+Running gdb:gdb.go/max-depth.exp ...
+FAIL: gdb.go/max-depth.exp: continue to breakpoint: run to breakpoint (the program is no longer running)
+FAIL: gdb.go/max-depth.exp: exp='s1': depth=0: p s1
+FAIL: gdb.go/max-depth.exp: exp='s1': depth=1: p s1
+FAIL: gdb.go/max-depth.exp: exp='s1': depth=2: p s1
+FAIL: gdb.go/max-depth.exp: exp='s1': depth=unlimited: p s1
+FAIL: gdb.go/max-depth.exp: gdb_breakpoint: set breakpoint at 38
+FAIL: gdb.go/max-depth.exp: runto: run to main.main
+
+Running gdb:gdb.go/methods.exp ...
+FAIL: gdb.go/methods.exp: going to first breakpoint (the program is no longer running)
+FAIL: gdb.go/methods.exp: going to second breakpoint (the program is no longer running)
+FAIL: gdb.go/methods.exp: runto: run to main.main
+
+Running gdb:gdb.go/no-package.exp ...
+FAIL: gdb.go/no-package.exp: runto: run to *_start
+
+Running gdb:gdb.go/package.exp ...
+FAIL: gdb.go/package.exp: going to first breakpoint (the program is no longer running)
+FAIL: gdb.go/package.exp: runto: run to main.main
+
+Running gdb:gdb.go/strings.exp ...
+FAIL: gdb.go/strings.exp: print "abc" + "def"
+FAIL: gdb.go/strings.exp: runto: run to main.main
+
+Running gdb:gdb.go/types.exp ...
+FAIL: gdb.go/types.exp: runto: run to main.main
+
+Running gdb:gdb.go/unsafe.exp ...
+FAIL: gdb.go/unsafe.exp: print unsafe.Sizeof(42)
+FAIL: gdb.go/unsafe.exp: runto: run to main.main
+
+Running gdb:gdb.mi/mi-break-qualified.exp ...
+FAIL: gdb.mi/mi-break-qualified.exp: delete temp breakpoints (unexpected output)
+FAIL: gdb.mi/mi-break-qualified.exp: list of breakpoints (timeout)
+
+Running gdb:gdb.python/py-objfile.exp ...
+FAIL: gdb.python/py-objfile.exp: print main with debug info
+
+Running gdb:gdb.reverse/waitpid-reverse.exp ...
+ERROR: GDB process no longer exists
+UNRESOLVED: gdb.reverse/waitpid-reverse.exp: check waitpid record
+UNRESOLVED: gdb.reverse/waitpid-reverse.exp: continue to breakpoint: marker2
+UNRESOLVED: gdb.reverse/waitpid-reverse.exp: reverse to marker1
+UNRESOLVED: gdb.reverse/waitpid-reverse.exp: set breakpoint at marker1
+
+Running gdb:gdb.threads/create-fail.exp ...
+FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+
+Running gdb:gdb.threads/staticthreads.exp ...
+FAIL: gdb.threads/staticthreads.exp: tlsvar in main
+FAIL: gdb.threads/staticthreads.exp: tlsvar in thread
diff --git a/11-check_regression/console.log.xz b/11-check_regression/console.log.xz
new file mode 100644
index 000000000..fdc921906
Binary files /dev/null and b/11-check_regression/console.log.xz differ
diff --git a/11-check_regression/extra-bisect-params b/11-check_regression/extra-bisect-params
new file mode 100644
index 000000000..e74a43f36
--- /dev/null
+++ b/11-check_regression/extra-bisect-params
@@ -0,0 +1 @@
+extra_build_params=++testsuites gdb:gdb.gdb/unittest.exp 
diff --git a/11-check_regression/fails.sum b/11-check_regression/fails.sum
new file mode 100644
index 000000000..1c6aa27a0
--- /dev/null
+++ b/11-check_regression/fails.sum
@@ -0,0 +1,12 @@
+		=== gdb tests ===
+
+Running gdb:gdb.gdb/unittest.exp ...
+FAIL: gdb.gdb/unittest.exp: executable loaded: maintenance selftest (GDB internal error)
+FAIL: gdb.gdb/unittest.exp: no executable loaded: maintenance selftest (GDB internal error)
+FAIL: gdb.gdb/unittest.exp: reversed initialization: maintenance selftest (GDB internal error)
+
+		=== Results Summary ===
+
+# of stable fails		117
+# of flaky entries		68
+# of all tests			128239
diff --git a/11-check_regression/flaky.xfail b/11-check_regression/flaky.xfail
new file mode 100644
index 000000000..9716dfd9f
--- /dev/null
+++ b/11-check_regression/flaky.xfail
@@ -0,0 +1,4222 @@
+################################
+# New flaky tests
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1396/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=10: next to for loop (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		5
+# of flaky entries		0
+# of all tests			1770
+		=== gdb tests ===
+
+Running gdb:gdb.reverse/insn-reverse.exp ...
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 2:str	d31, [sp, #8]
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: wait for prompt (got interactive prompt)
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: x/i $pc (timeout)
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: continue (timeout)
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 1:ldr	d31, [x0, #2792]
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: x/i $pc
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 3:ldr	d31, [sp, #8]
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: capture_command_output for info all-registers (timeout)
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: disassemble -1 (timeout)
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 4:bic	v31.2s, #0x1
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 5:bic	v31.2s, #0x1, lsl #8
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: x/i $pc
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: turn on process record (timeout)
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: disassemble -1
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: find the last instruction of function -1
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 0:adrp	x0, 0x400000
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: gdb_breakpoint: set breakpoint at -1 (timeout)
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: reverse-stepi (timeout)
+flaky,expire=20250522 | FAIL: gdb.reverse/insn-reverse.exp: -1: turn on process record
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		141
+# of flaky entries		0
+# of all tests			1770
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to other line (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		26
+# of all tests			1747
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=16: next to for loop (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=21: next to other line (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		29
+# of all tests			1551
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=28: next to other line (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		32
+# of all tests			1591
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		35
+# of all tests			1587
+################################
+# Known flaky tests
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1395/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		0
+# of all tests			1717
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		118
+# of flaky entries		0
+# of all tests			1717
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=22: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		6
+# of all tests			1763
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		7
+# of all tests			1642
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		8
+# of all tests			1536
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1307/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		0
+# of all tests			1633
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		121
+# of flaky entries		0
+# of all tests			1633
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		3
+# of all tests			1559
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		5
+# of all tests			1618
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		6
+# of all tests			1538
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		8
+# of all tests			1666
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		9
+# of all tests			1645
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		10
+# of all tests			1690
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		11
+# of all tests			1606
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		13
+# of all tests			1571
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		15
+# of all tests			1651
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		16
+# of all tests			1655
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		18
+# of all tests			1609
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1306/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		5
+# of flaky entries		0
+# of all tests			1584
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		122
+# of flaky entries		0
+# of all tests			1584
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1287/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		6
+# of flaky entries		0
+# of all tests			5697
+		=== gdb tests ===
+
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		124
+# of flaky entries		0
+# of all tests			5697
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		28
+# of all tests			1757
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		29
+# of all tests			1613
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		31
+# of all tests			1642
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1284/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		0
+# of all tests			6587
+		=== gdb tests ===
+
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: foo
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: foo
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
+
+Running gdb:gdb.dwarf2/dw2-is-stmt-2.exp ...
+flaky,expire=20250211 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: with print asm-demangle on -- x/2i main+
+flaky,expire=20250211 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: disassemble main (timeout)
+
+Running gdb:gdb.linespec/cpcompletion.exp ...
+flaky,expire=20250211 | ERROR: breakpoints not deleted
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
+flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
+flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
+flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
+flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
+
+Running gdb:gdb.mi/list-thread-groups-available.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
+
+Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
+
+Running gdb:gdb.mi/mi-break.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is forced (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: define a bp (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments to -break-condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition with --force (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments with --force (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: define a bp (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments with --force (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition with --force (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments to -break-condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: list of breakpoints (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: list of explicit breakpoints (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: breakpoint with forced condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is defined (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is forced (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: condition is cleared (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: list of explicit breakpoints (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: breakpoint with forced condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is defined (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: condition is cleared (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
+
+Running gdb:gdb.mi/mi-simplerun.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: disabling of breakpoints (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints (timeout)
+
+Running gdb:gdb.mi/mi2-var-child.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
+
+Running gdb:gdb.python/py-framefilter-mi.exp ...
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack listing (timeout)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1 (unexpected output)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		385
+# of flaky entries		0
+# of all tests			6587
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		294
+# of all tests			6525
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		296
+# of all tests			1600
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		299
+# of all tests			1469
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		302
+# of all tests			1624
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		304
+# of all tests			1449
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		307
+# of all tests			1461
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		310
+# of all tests			1476
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		313
+# of all tests			1541
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		316
+# of all tests			1515
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		320
+# of all tests			1665
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		322
+# of all tests			1456
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		324
+# of all tests			1554
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		325
+# of all tests			1653
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1272/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/checkpoint.exp ...
+flaky,expire=20250205 | ERROR: breakpoints not deleted
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 1 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: gdb_breakpoint: set breakpoint at 59
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 3
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: step in 7 two
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 10 one
+flaky,expire=20250205 | UNRESOLVED: gdb.base/checkpoint.exp: restart 1 three
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: delete copy1
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 6 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: info breakpoints (got interactive prompt)
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 9
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 5 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 4 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 5
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: verify lines 7 two
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: restart 0 two
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 8 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 10
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 7 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 6
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 8
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 3 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: diff input and output two
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one (timeout)
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 2 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 1
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 4
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break4 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 2
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 7
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 9 one
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		148
+# of flaky entries		0
+# of all tests			264
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1271/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		0
+# of all tests			1737
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		116
+# of flaky entries		0
+# of all tests			1737
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		4
+# of all tests			1617
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		6
+# of all tests			1467
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		8
+# of all tests			1567
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		10
+# of all tests			1629
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		11
+# of all tests			1608
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		13
+# of all tests			1633
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		15
+# of all tests			1632
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		16
+# of all tests			1520
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		18
+# of all tests			1648
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1233/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=27: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		7
+# of flaky entries		0
+# of all tests			1894
+		=== gdb tests ===
+
+Running gdb:gdb.base/help.exp ...
+flaky,expire=20250102 | ERROR: Undefined command "apropos \(print[^[ bsiedf\"'.-]\)".
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show commands
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help user-defined
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos apropos
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help tracepoints
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: document alias: mybt
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: define mybt10 alias
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show confirm
+flaky,expire=20250102 | UNRESOLVED: gdb.base/help.exp: apropos \(print[^[ bsiedf\"'.-]\)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: define mybt alias
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help status (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help support
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help gotcha
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: document alias: mybt10 (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help help "h" abbreviation
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show copying
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help commands
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help bt
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show warranty
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos after documenting aliases (timeout)
+
+Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
+flaky,expire=20250102 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
+flaky,expire=20250102 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
+
+Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
+flaky,expire=20250102 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
+flaky,expire=20250102 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20250102 | ERROR: can't read "thread0": no such variable
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20250102 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20250102 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20250102 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
+flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		167
+# of flaky entries		0
+# of all tests			1894
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		47
+# of all tests			1707
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		49
+# of all tests			1444
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		52
+# of all tests			1567
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		54
+# of all tests			1592
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		56
+# of all tests			1639
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		57
+# of all tests			1562
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		60
+# of all tests			1437
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		64
+# of all tests			1538
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		65
+# of all tests			1562
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1232/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20250102 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+flaky,expire=20250102 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+
+Running gdb:gdb.threads/ia64-sigill.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum
+
+		=== Results Summary ===
+
+# of stable fails		26
+# of flaky entries		0
+# of all tests			1867
+		=== gdb tests ===
+
+Running gdb:gdb.python/py-framefilter.exp ...
+flaky,expire=20250102 | ERROR: Window too small.
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no args
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 source-and-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 no addresss
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full hide with Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter before disable frame filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 scalars
+flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt full - q
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 all args
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filters
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info auto
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to presence only
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 scalars
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt full
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no address
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 no args
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn on frame arguments
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 with KeyboardInterrupt
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full with Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-and-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filters full with Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - set height limited
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info source-and-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Set python print-stack to message for Error filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn off frame arguments
+flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - set height unlimited
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 short-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter after setting priority
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt with frame-filter Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info source-line
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter before setting priority
+flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt - q
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: re-enable frame-filter global Reverse
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider after setting
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 short-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 3 with frame-filter Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 presence
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter after disable frame filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: set priority of a non-existing filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable a non-existing filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Change ErrorFilter to throw KeyboardInterrupt
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: set frame-filter priotiy global Elider 1000
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full no-filters (timeout)
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider before setting
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 all args
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: continue to breakpoint: Backtrace end breakpoint
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 with Error filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Elider
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Elider
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Error
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to scalars only
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt with frame filters
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full with filters
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Reverse
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 presence
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Turn off address printing
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info short-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-line
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1 (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0 (timeout)
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+
+Running gdb:gdb.threads/ia64-sigill.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
+
+Running gdb:gdb.threads/thread-unwindonsignal.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
+
+		=== Results Summary ===
+
+# of stable fails		212
+# of flaky entries		0
+# of all tests			1867
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=10: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		77
+# of all tests			1539
+		=== gdb tests ===
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20250102 | ERROR: can't read "thread0": no such variable
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20250102 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20250102 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20250102 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+
+Running gdb:gdb.threads/ia64-sigill.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		22
+# of flaky entries		77
+# of all tests			1539
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		87
+# of all tests			1567
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		89
+# of all tests			1485
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		92
+# of all tests			1564
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		94
+# of all tests			1528
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		96
+# of all tests			1482
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		100
+# of all tests			1524
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		103
+# of all tests			1474
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		106
+# of all tests			1512
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		109
+# of all tests			1511
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		111
+# of all tests			1538
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1218/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
+
+		=== Results Summary ===
+
+# of stable fails		5
+# of flaky entries		0
+# of all tests			1717
+		=== gdb tests ===
+
+Running gdb:gdb.base/bg-execution-repeat.exp ...
+flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c 1&: breakpoint hit 2 (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		144
+# of flaky entries		0
+# of all tests			1717
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		6
+# of all tests			1708
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		8
+# of all tests			1661
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		10
+# of all tests			1630
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		11
+# of all tests			1568
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		13
+# of all tests			1630
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1217/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		0
+# of all tests			1550
+		=== gdb tests ===
+
+Running gdb:gdb.base/bg-execution-repeat.exp ...
+flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c 1&: breakpoint hit 2 (timeout)
+flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c&: breakpoint hit 2 (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		144
+# of flaky entries		0
+# of all tests			1550
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		8
+# of all tests			1627
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		10
+# of all tests			1532
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		11
+# of all tests			1469
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		14
+# of all tests			1629
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		16
+# of all tests			1561
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=28: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		18
+# of all tests			1586
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		21
+# of all tests			1530
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=16: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		24
+# of all tests			1654
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		25
+# of all tests			1484
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		28
+# of all tests			1519
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1209/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		6
+# of flaky entries		0
+# of all tests			1837
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=7: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		140
+# of flaky entries		0
+# of all tests			1837
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		5
+# of all tests			1656
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		7
+# of all tests			1528
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		9
+# of all tests			1519
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		11
+# of all tests			1580
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1208/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		0
+# of all tests			1509
+		=== gdb tests ===
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20241222 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+flaky,expire=20241222 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		139
+# of flaky entries		0
+# of all tests			1509
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		6
+# of all tests			1536
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		6
+# of all tests			1536
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		10
+# of all tests			1570
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		13
+# of all tests			1555
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		16
+# of all tests			1605
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		17
+# of all tests			1535
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		20
+# of all tests			1525
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		22
+# of all tests			1531
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1180/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		0
+# of all tests			1756
+		=== gdb tests ===
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20241202 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+flaky,expire=20241202 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=23: next to for loop (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		138
+# of flaky entries		0
+# of all tests			1756
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		19
+# of all tests			1721
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		21
+# of all tests			1620
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		22
+# of all tests			1586
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		24
+# of all tests			1592
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=26: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		25
+# of all tests			1684
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1179/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=22: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		0
+# of all tests			1781
+		=== gdb tests ===
+
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		133
+# of flaky entries		0
+# of all tests			1781
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		16
+# of all tests			1710
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		17
+# of all tests			1663
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=22: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		18
+# of all tests			1472
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		22
+# of all tests			1491
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		25
+# of all tests			1553
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		26
+# of all tests			1584
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1173/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		12
+# of flaky entries		0
+# of all tests			5829
+		=== gdb tests ===
+
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20241130 | ERROR: breakpoints not deleted
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20241130 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20241130 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+flaky,expire=20241130 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+
+Running gdb:gdb.dwarf2/gdb-index.exp ...
+flaky,expire=20241130 | ERROR: can't read "binfile_with_index": no such variable
+flaky,expire=20241130 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
+flaky,expire=20241130 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
+flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
+flaky,expire=20241130 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20241130 | ERROR: can't read "thread0": no such variable
+flaky,expire=20241130 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20241130 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		128
+# of flaky entries		0
+# of all tests			5829
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		36
+# of all tests			1714
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		10
+# of flaky entries		36
+# of all tests			1714
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		40
+# of all tests			1526
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		42
+# of all tests			1690
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1172/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		9
+# of flaky entries		0
+# of all tests			6111
+		=== gdb tests ===
+
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20241130 | ERROR: breakpoints not deleted
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20241130 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+Running gdb:gdb.dwarf2/gdb-index.exp ...
+flaky,expire=20241130 | ERROR: can't read "binfile_with_index": no such variable
+flaky,expire=20241130 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
+flaky,expire=20241130 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
+flaky,expire=20241130 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
+
+Running gdb:gdb.linespec/cpcompletion.exp ...
+flaky,expire=20241130 | ERROR: breakpoints not deleted
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
+flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
+flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
+flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+
+Running gdb:gdb.mi/list-thread-groups-available.exp ...
+flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
+flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
+
+Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
+flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
+flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
+
+Running gdb:gdb.mi/mi2-var-child.exp ...
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (timeout)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20241130 | ERROR: can't read "thread0": no such variable
+flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20241130 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+flaky,expire=20241130 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue
+
+Running gdb:gdb.threads/signal-sigtrap.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reaches handler
+
+Running gdb:gdb.threads/thread-unwindonsignal.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
+flaky,expire=20241130 | FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		325
+# of flaky entries		0
+# of all tests			6111
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		238
+# of all tests			6231
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		238
+# of all tests			6231
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		241
+# of all tests			1568
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		242
+# of all tests			1496
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		245
+# of all tests			1536
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		248
+# of all tests			1568
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		250
+# of all tests			1482
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1154/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		9
+# of flaky entries		0
+# of all tests			5714
+		=== gdb tests ===
+
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20241117 | ERROR: breakpoints not deleted
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20241117 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: with core
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
+
+Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
+flaky,expire=20241117 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
+flaky,expire=20241117 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
+
+Running gdb:gdb.linespec/cpcompletion.exp ...
+flaky,expire=20241117 | ERROR: breakpoints not deleted
+flaky,expire=20241117 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20241117 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		136
+# of flaky entries		0
+# of all tests			5714
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		40
+# of all tests			5606
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		43
+# of all tests			1654
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		45
+# of all tests			1555
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		47
+# of all tests			1615
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		48
+# of all tests			1505
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		50
+# of all tests			1604
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		52
+# of all tests			1529
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		54
+# of all tests			1455
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		57
+# of all tests			1522
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		58
+# of all tests			1442
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		61
+# of all tests			1579
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		63
+# of all tests			1559
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		65
+# of all tests			1563
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		67
+# of all tests			1611
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		68
+# of all tests			1441
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		69
+# of all tests			1595
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1153/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		6
+# of flaky entries		0
+# of all tests			1640
+		=== gdb tests ===
+
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20241117 | ERROR: breakpoints not deleted
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+flaky,expire=20241117 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: with core
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		109
+# of flaky entries		0
+# of all tests			1640
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		14
+# of all tests			1555
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		16
+# of all tests			1591
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		18
+# of all tests			1547
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		20
+# of all tests			1522
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		23
+# of all tests			1606
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		24
+# of all tests			1574
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		27
+# of all tests			1556
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		29
+# of all tests			1543
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		30
+# of all tests			1445
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		32
+# of all tests			1538
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		34
+# of all tests			1453
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		36
+# of all tests			1570
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1122/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/osabi.exp ...
+flaky,expire=20241025 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		121
+# of flaky entries		0
+# of all tests			52
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1105/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241013 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+		=== Results Summary ===
+
+# of stable fails		8
+# of flaky entries		0
+# of all tests			114
+		=== gdb tests ===
+
+Running gdb:gdb.base/osabi.exp ...
+flaky,expire=20241013 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241013 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241013 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		129
+# of flaky entries		0
+# of all tests			114
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241013 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20241013 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		7
+# of flaky entries		4
+# of all tests			104
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1104/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241012 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		0
+# of all tests			104
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241012 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		123
+# of flaky entries		0
+# of all tests			104
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241012 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20241012 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		2
+# of all tests			10
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1063/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+flaky,expire=20240906 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20240906 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
+flaky,expire=20240906 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		11
+# of flaky entries		0
+# of all tests			511
+		=== gdb tests ===
+
+Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main (timeout)
+
+Running gdb:gdb.base/default.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: symbol-file (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: undisplay prompt
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay manual #1 (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set environment
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: target exec
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: pwd
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: where
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay unmap #1
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info threads
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print vtbl
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show listsize
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info source (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: source
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: reverse-search
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print elements
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: target core
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show version
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set height
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: printf
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show write
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print asm-demangle
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: until "u" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info symbol (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print vtbl
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show values
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show check "c" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: list "l" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: kill
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show history save
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print union
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay map #2
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set check "ch" abbreviation (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print characters
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print array
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show history expansion
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay unmap #2
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print array
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: target remote
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set args
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set history save off
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: search
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print sevenbit-strings
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print pretty
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay auto (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info watchpoints
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print address
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print asm-demangle
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set write
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay list
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info set (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: step "s" abbreviation #2 (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show annotate
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print object
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay on (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show complaints
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set variable
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show check "ch" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: target native (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set history
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show confirm
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print sevenbit-strings
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay map #1
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: overlay off (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show editing
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print demangle
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print pretty
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: stepi
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: next "n" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: thread apply (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: signal
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info warranty
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set history save
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show paths
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set width
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: step #1
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set language
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print "pr" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: up-silently
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show prompt
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: print
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: target (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set history size
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: jump
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: restore
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show convenience ($_any_caller_is = <internal function _any_caller_is> not found)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: print "p" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: shell echo Hi dad!
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info variables
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: load
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print characters
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show history filename
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set check "check" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: output
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show language
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: unset
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: stepi "si" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info sources (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set confirm
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set check "c" abbreviation (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: unset environment prompt
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show history
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: step "s" abbreviation #1
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: thread name
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show height
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show verbose
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: x
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: until
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show check range
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set radix
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print union
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: return
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show width
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show args
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: tbreak (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: thread find (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print address
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: run
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show check type
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show directories
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set complaints
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set the history filename
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info terminal (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: nexti
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set annotate
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show user
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set listsize
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print object
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show history size
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info types
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: inspect
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: step #2 (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show check "check" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: rbreak
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: watch
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set print "p" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: ptype
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print demangle
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set history expansion
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: whatis
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: list
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: thread
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show print elements
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info vector
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: run "r" abbreviation
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: info target (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: section
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: set verbose
+flaky,expire=20240906 | FAIL: gdb.base/default.exp: show radix
+
+Running gdb:gdb.base/environ.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/environ.exp: confirm unset environment variable worked
+flaky,expire=20240906 | FAIL: gdb.base/environ.exp: all environment variables have been unset
+flaky,expire=20240906 | FAIL: gdb.base/environ.exp: confirm set environment variable
+flaky,expire=20240906 | FAIL: gdb.base/environ.exp: set environment variable (got interactive prompt)
+flaky,expire=20240906 | FAIL: gdb.base/environ.exp: unset environment variable (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/environ.exp: show environment works (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/environ.exp: unset all environment variables
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
+
+Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
+flaky,expire=20240906 | ERROR: breakpoints not deleted
+flaky,expire=20240906 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: before: capture_command_output for disassemble test (got interactive prompt)
+flaky,expire=20240906 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on (the program exited)
+flaky,expire=20240906 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: before/after disassembly matches
+flaky,expire=20240906 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
+flaky,expire=20240906 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: set debug target 0 (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: continue to breakpoint: run past setup
+
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: gdb_remove_symbol_file (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is resolved
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: foo (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: info files must not display sym-file-lib
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: stale bkpts: continue to breakpoint: end here
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: stale bkpts: set breakpoint always-inserted on (got interactive prompt)
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is pending
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: breakpoint at foo is pending
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: reload
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: breakpoint at bar is pending
+flaky,expire=20240906 | FAIL: gdb.base/sym-file.exp: remove-symbol-file -a addr
+
+Running gdb:gdb.cp/overload.exp ...
+flaky,expire=20240906 | ERROR: breakpoints not deleted
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print overloadNamespace('a') in XXX
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func double arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func float arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: list overload.cc:foo::overloadfnarg(int)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print N::nsoverload (2)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: list overloaded function with int arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print N::nsoverload (2, 3)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print overloadNamespace(dummyInstance)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 11 args
+flaky,expire=20240906 | UNRESOLVED: gdb.cp/overload.exp: print overloadNamespace(1) in XXX
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func int arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 6 args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func long arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 7 args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print K::staticoverload (2, 3)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 1 arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print bar2(e, b)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: list all overloads: set listsize 10
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print bar(b)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func char\* arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print foo_instance1.overloadfnarg(23, intintfunc)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 10 args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 9 args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func void arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned char arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print K::staticoverload ()
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 4 args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print foo_instance2
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: list overload.cc:intToChar
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: list overloaded function with function ptr args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func signed char arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: set listsize 1
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: info breakpoints (got interactive prompt)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: ptype foo_instance1 (timeout)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 8 args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 3 args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: list overloaded function with no args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print N::nsoverload ()
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print overloadNamespace(1)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func short arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: re-selected 'main' frame after inferior call
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned short arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print K::staticoverload (2)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 2 args
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func int\* arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func char arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print bar(a)
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned long arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned int arg
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: list all overloads: list bar
+flaky,expire=20240906 | FAIL: gdb.cp/overload.exp: print call overloaded func 5 args
+
+Running gdb:gdb.dwarf2/self-spec.exp ...
+flaky,expire=20240906 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
+flaky,expire=20240906 | FAIL: gdb.dwarf2/self-spec.exp: maint expand-symtabs (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		338
+# of flaky entries		0
+# of all tests			511
+		=== gdb tests ===
+
+Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/breakpoint-in-ro-region.exp: probe target hardware step (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/breakpoint-in-ro-region.exp: set debug target 0 (timeout)
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20240906 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		6
+# of flaky entries		245
+# of all tests			533
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		249
+# of all tests			50
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		249
+# of all tests			50
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1048/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20240901 | ERROR: breakpoints not deleted
+flaky,expire=20240901 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+flaky,expire=20240901 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20240901 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20240901 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+flaky,expire=20240901 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20240901 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+flaky,expire=20240901 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+
+Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
+flaky,expire=20240901 | ERROR: breakpoints not deleted
+flaky,expire=20240901 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
+flaky,expire=20240901 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
+flaky,expire=20240901 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
+flaky,expire=20240901 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
+flaky,expire=20240901 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
+flaky,expire=20240901 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		147
+# of flaky entries		0
+# of all tests			196
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1047/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20240831 | ERROR: breakpoints not deleted
+flaky,expire=20240831 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20240831 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+flaky,expire=20240831 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+flaky,expire=20240831 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20240831 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20240831 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+flaky,expire=20240831 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+
+Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
+flaky,expire=20240831 | ERROR: breakpoints not deleted
+flaky,expire=20240831 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
+flaky,expire=20240831 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
+flaky,expire=20240831 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
+flaky,expire=20240831 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
+flaky,expire=20240831 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
+flaky,expire=20240831 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20240831 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20240831 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		125
+# of flaky entries		0
+# of all tests			4128
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1039/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+		=== Results Summary ===
+
+# of stable fails		6
+# of flaky entries		0
+# of all tests			146
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
+flaky,expire=20240827 | ERROR: breakpoints not deleted
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
+flaky,expire=20240827 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
+
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
+flaky,expire=20240827 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20240827 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20240827 | ERROR: can't read "thread0": no such variable
+flaky,expire=20240827 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20240827 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20240827 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20240827 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+flaky,expire=20240827 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20240827 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		122
+# of flaky entries		0
+# of all tests			146
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		5
+# of flaky entries		29
+# of all tests			142
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1035/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+		=== Results Summary ===
+
+# of stable fails		4
+# of flaky entries		0
+# of all tests			195
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
+flaky,expire=20240827 | ERROR: breakpoints not deleted
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
+flaky,expire=20240827 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
+flaky,expire=20240827 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
+
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
+flaky,expire=20240827 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20240827 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20240827 | ERROR: can't read "thread0": no such variable
+flaky,expire=20240827 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20240827 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20240827 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20240827 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20240827 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20240827 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		119
+# of flaky entries		0
+# of all tests			195
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		28
+# of all tests			50
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/970/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240707 | ERROR: breakpoints not deleted
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
+flaky,expire=20240707 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
+flaky,expire=20240707 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
+flaky,expire=20240707 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
+flaky,expire=20240707 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
+flaky,expire=20240707 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
+flaky,expire=20240707 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
+flaky,expire=20240707 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		83
+# of flaky entries		0
+# of all tests			119
+		=== gdb tests ===
+
+Running gdb:gdb.reverse/time-reverse.exp ...
+flaky,expire=20240707 | FAIL: gdb.reverse/time-reverse.exp: mode=c: check time record
+flaky,expire=20240707 | FAIL: gdb.reverse/time-reverse.exp: mode=c: continue to breakpoint: marker2 (timeout)
+flaky,expire=20240707 | FAIL: gdb.reverse/time-reverse.exp: mode=c: set breakpoint at marker1 (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		117
+# of flaky entries		0
+# of all tests			119
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/849/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240229 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20240229 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20240229 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20240229 | ERROR: breakpoints not deleted
+flaky,expire=20240229 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20240229 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20240229 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+flaky,expire=20240229 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+flaky,expire=20240229 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240229 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
+flaky,expire=20240229 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20240229 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+flaky,expire=20240229 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+
+Running gdb:gdb.dwarf2/gdb-index.exp ...
+flaky,expire=20240229 | ERROR: can't read "binfile_with_index": no such variable
+flaky,expire=20240229 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
+flaky,expire=20240229 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
+flaky,expire=20240229 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
+flaky,expire=20240229 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+
+Running gdb:gdb.dwarf2/pr13961.exp ...
+flaky,expire=20240229 | FAIL: gdb.dwarf2/pr13961.exp: no foo::foo (timeout)
+
+Running gdb:gdb.mi/mi-break-qualified.exp ...
+flaky,expire=20240229 | FAIL: gdb.mi/mi-break-qualified.exp: list of breakpoints (timeout)
+flaky,expire=20240229 | FAIL: gdb.mi/mi-break-qualified.exp: delete temp breakpoints (unexpected output)
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20240229 | ERROR: can't read "thread0": no such variable
+flaky,expire=20240229 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20240229 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20240229 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20240229 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20240229 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20240229 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/817/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20240204 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
+flaky,expire=20240204 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
+flaky,expire=20240204 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/794/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
+flaky,expire=20240117 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
+
+Running gdb:gdb.threads/gcore-stale-thread.exp ...
+flaky,expire=20240117 | UNRESOLVED: gdb.threads/gcore-stale-thread.exp: successfully compiled posix threads test case
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
+
+Running gdb:gdb.threads/gcore-stale-thread.exp ...
+flaky,expire=20240117 | FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/791/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20240116 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/790/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
+flaky,expire=20240116 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
+flaky,expire=20240116 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
+flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
+flaky,expire=20240116 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/726/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reread.exp ...
+flaky,expire=20231202 | FAIL: gdb.base/reread.exp: opts=pie: second pass: run to foo() second time
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.base/reread.exp ...
+flaky,expire=20231202 | ERROR: GDB process no longer exists
+flaky,expire=20231202 | UNRESOLVED: gdb.base/reread.exp: opts=pie: second pass: run to foo() second time
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/725/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20231201 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/708/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20231118 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20231118 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20231118 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20231118 | ERROR: breakpoints not deleted
+flaky,expire=20231118 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+flaky,expire=20231118 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20231118 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+flaky,expire=20231118 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20231118 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20231118 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+flaky,expire=20231118 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20231118 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+flaky,expire=20231118 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20231118 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20231118 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
+flaky,expire=20231118 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
+
+Running gdb:gdb.dwarf2/gdb-index.exp ...
+flaky,expire=20231118 | ERROR: can't read "binfile_with_index": no such variable
+flaky,expire=20231118 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
+flaky,expire=20231118 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
+flaky,expire=20231118 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+flaky,expire=20231118 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
+
+Running gdb:gdb.dwarf2/pr13961.exp ...
+flaky,expire=20231118 | FAIL: gdb.dwarf2/pr13961.exp: no foo::foo (timeout)
+
+Running gdb:gdb.mi/mi-break-qualified.exp ...
+flaky,expire=20231118 | FAIL: gdb.mi/mi-break-qualified.exp: list of breakpoints (timeout)
+flaky,expire=20231118 | FAIL: gdb.mi/mi-break-qualified.exp: delete temp breakpoints (unexpected output)
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20231118 | ERROR: can't read "thread0": no such variable
+flaky,expire=20231118 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20231118 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20231118 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20231118 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20231118 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20231118 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/670/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20231021 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/560/:
+		=== gdb tests ===
+
+Running gdb:gdb.mi/mi-multi-commands.exp ...
+flaky,expire=20230826 | FAIL: gdb.mi/mi-multi-commands.exp: args=: look for second command output, command length 226 (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/556/:
+		=== gdb tests ===
+
+Running gdb:gdb.mi/mi-multi-commands.exp ...
+flaky,expire=20230826 | FAIL: gdb.mi/mi-multi-commands.exp: args=: look for second command output, command length 249 (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: detach child (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/526/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/step-over-syscall.exp ...
+flaky,expire=20230815 | FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/525/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
+flaky,expire=20230815 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
+flaky,expire=20230815 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: signal SIGUSR1
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/515/:
+		=== gdb tests ===
+
+Running gdb:gdb.multi/multi-term-settings.exp ...
+flaky,expire=20230812 | ERROR: : spawn id exp9 not open
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.multi/multi-term-settings.exp ...
+flaky,expire=20230812 | ERROR: : spawn id exp7 not open
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.multi/multi-term-settings.exp ...
+flaky,expire=20230812 | ERROR: : spawn id exp5 not open
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/510/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230810 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/436/:
+		=== gdb tests ===
+
+Running gdb:gdb.mi/mi-multi-commands.exp ...
+flaky,expire=20230711 | FAIL: gdb.mi/mi-multi-commands.exp: args=: look for second command output, command length 249 (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/414/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/step-over-syscall.exp ...
+flaky,expire=20230707 | FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/397/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230624 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: detach (timeout)
+flaky,expire=20230624 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230624 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/246/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230530 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/227/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230528 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/223/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230527 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: detach child (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/172/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230521 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/168/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230521 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: detach (timeout)
+flaky,expire=20230521 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/166/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230521 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: switch to parent (timeout)
+flaky,expire=20230521 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: switch to parent (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/165/:
+		=== gdb tests ===
+
+Running gdb:gdb.base/step-over-syscall.exp ...
+flaky,expire=20230521 | FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/150/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230520 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/148/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230519 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: detach child
+
+		=== Results Summary ===
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/142/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20230519 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
+
+		=== Results Summary ===
diff --git a/11-check_regression/results.regressions b/11-check_regression/results.regressions
new file mode 100644
index 000000000..b0084ba68
--- /dev/null
+++ b/11-check_regression/results.regressions
@@ -0,0 +1 @@
+# 3 regressions
diff --git a/11-check_regression/trigger-bisect b/11-check_regression/trigger-bisect
new file mode 100644
index 000000000..37e728231
--- /dev/null
+++ b/11-check_regression/trigger-bisect
@@ -0,0 +1,3 @@
+current_project=gdb
+bad_git=git://sourceware.org/git/binutils-gdb.git#2f0521c0d6f6ea6fecef96cf825656263abb570d
+extra_build_params=++testsuites gdb:gdb.gdb/unittest.exp 
diff --git a/README.html b/README.html
index b67ea08d8..528ce7d41 100644
--- a/README.html
+++ b/README.html
@@ -11,14 +11,6 @@ the build.  More synthetic information is available in other directories,
 as described below:
 <p>
 <ul>
-<li><a href="00-sumfiles/">00-sumfiles/</a> contains .log and possibly .sum files generated by the
-  build. Files with .0 suffix contain the results of the initial full
-  testsuite run, files with .1, .2 etc... contain logs restricted to
-  the parts (.exp) of the testsuite where we detected regressions.
-  .1, .2, .... represent the number of times this subset of the testsuite
-  was executed in order to also identify flaky tests.  The last one
-  contains what is considered as the results of this build.
-
 <li><a href="git/">git/</a> contains the revision and repository of each toolchain
   component built
 
@@ -40,45 +32,11 @@ interested in:
 <ul>
 <li><a href="notify/regressions.sum/*view*/">notify/regressions.sum</a> and <a href="notify/results.compare.txt/*view*/">notify/results.compare.txt</a> (regression report).
 
-<li><a href="00-sumfiles/">00-sumfiles/</a> .log files with detailed errors, to save
-  yourself reproducing the problem on your machine.
 </ul>
 <p>
 List of files below:
 <p>
 <ul>
-<li><a href="./00-sumfiles/gdb.log.0.xz">./00-sumfiles/gdb.log.0.xz</a>
-<li><a href="./00-sumfiles/gdb.log.1.xz">./00-sumfiles/gdb.log.1.xz</a>
-<li><a href="./00-sumfiles/gdb.log.2.xz">./00-sumfiles/gdb.log.2.xz</a>
-<li><a href="./00-sumfiles/gdb.log.3.xz">./00-sumfiles/gdb.log.3.xz</a>
-<li><a href="./00-sumfiles/gdb.log.4.xz">./00-sumfiles/gdb.log.4.xz</a>
-<li><a href="./00-sumfiles/gdb.log.5.xz">./00-sumfiles/gdb.log.5.xz</a>
-<li><a href="./00-sumfiles/gdb.log.6.xz">./00-sumfiles/gdb.log.6.xz</a>
-<li><a href="./00-sumfiles/gdb.sum.0/*view*/">./00-sumfiles/gdb.sum.0</a>
-<li><a href="./00-sumfiles/gdb.sum.1/*view*/">./00-sumfiles/gdb.sum.1</a>
-<li><a href="./00-sumfiles/gdb.sum.2/*view*/">./00-sumfiles/gdb.sum.2</a>
-<li><a href="./00-sumfiles/gdb.sum.3/*view*/">./00-sumfiles/gdb.sum.3</a>
-<li><a href="./00-sumfiles/gdb.sum.4/*view*/">./00-sumfiles/gdb.sum.4</a>
-<li><a href="./00-sumfiles/gdb.sum.5/*view*/">./00-sumfiles/gdb.sum.5</a>
-<li><a href="./00-sumfiles/gdb.sum.6/*view*/">./00-sumfiles/gdb.sum.6</a>
-<li><a href="./01-reset_artifacts/console.log.xz">./01-reset_artifacts/console.log.xz</a>
-<li><a href="./02-prepare_abe/console.log.xz">./02-prepare_abe/console.log.xz</a>
-<li><a href="./03-build_abe-binutils/console.log.xz">./03-build_abe-binutils/console.log.xz</a>
-<li><a href="./03-build_abe-binutils/make-binutils.log.xz">./03-build_abe-binutils/make-binutils.log.xz</a>
-<li><a href="./04-build_abe-gcc/console.log.xz">./04-build_abe-gcc/console.log.xz</a>
-<li><a href="./04-build_abe-gcc/make-gcc-stage2.log.xz">./04-build_abe-gcc/make-gcc-stage2.log.xz</a>
-<li><a href="./05-clean_sysroot/console.log.xz">./05-clean_sysroot/console.log.xz</a>
-<li><a href="./06-build_abe-linux/console.log.xz">./06-build_abe-linux/console.log.xz</a>
-<li><a href="./07-build_abe-glibc/console.log.xz">./07-build_abe-glibc/console.log.xz</a>
-<li><a href="./07-build_abe-glibc/make-glibc.log.xz">./07-build_abe-glibc/make-glibc.log.xz</a>
-<li><a href="./08-build_abe-gdb/console.log.xz">./08-build_abe-gdb/console.log.xz</a>
-<li><a href="./08-build_abe-gdb/make-gdb.log.xz">./08-build_abe-gdb/make-gdb.log.xz</a>
-<li><a href="./09-build_abe-dejagnu/console.log.xz">./09-build_abe-dejagnu/console.log.xz</a>
-<li><a href="./09-build_abe-dejagnu/make-dejagnu.log.xz">./09-build_abe-dejagnu/make-dejagnu.log.xz</a>
-<li><a href="./10-build_abe-check_gdb/baseline.xfail/*view*/">./10-build_abe-check_gdb/baseline.xfail</a>
-<li><a href="./10-build_abe-check_gdb/check-gdb.log.xz">./10-build_abe-check_gdb/check-gdb.log.xz</a>
-<li><a href="./10-build_abe-check_gdb/console.log.xz">./10-build_abe-check_gdb/console.log.xz</a>
-<li><a href="./10-build_abe-check_gdb/flaky.xfail/*view*/">./10-build_abe-check_gdb/flaky.xfail</a>
 <li><a href="./11-check_regression/baseline.xfail/*view*/">./11-check_regression/baseline.xfail</a>
 <li><a href="./11-check_regression/console.log.xz">./11-check_regression/console.log.xz</a>
 <li><a href="./11-check_regression/extra-bisect-params/*view*/">./11-check_regression/extra-bisect-params</a>
@@ -100,9 +58,11 @@ List of files below:
 <li><a href="./jenkins/notify-full.log/*view*/">./jenkins/notify-full.log</a>
 <li><a href="./jenkins/notify-init.log/*view*/">./jenkins/notify-init.log</a>
 <li><a href="./jenkins/rewrite-false.log/*view*/">./jenkins/rewrite-false.log</a>
+<li><a href="./jenkins/rewrite-true.log/*view*/">./jenkins/rewrite-true.log</a>
 <li><a href="./jenkins/run-build.env/*view*/">./jenkins/run-build.env</a>
 <li><a href="./manifest.sh/*view*/">./manifest.sh</a>
 <li><a href="./notify/configure-toolchain.txt/*view*/">./notify/configure-toolchain.txt</a>
+<li><a href="./notify/fixes.sum/*view*/">./notify/fixes.sum</a>
 <li><a href="./notify/improvements.sum/*view*/">./notify/improvements.sum</a>
 <li><a href="./notify/jira/comment-card.txt/*view*/">./notify/jira/comment-card.txt</a>
 <li><a href="./notify/jira/comment-template.txt/*view*/">./notify/jira/comment-template.txt</a>
@@ -112,6 +72,7 @@ List of files below:
 <li><a href="./notify/jira/startdate/*view*/">./notify/jira/startdate</a>
 <li><a href="./notify/jira/summary/*view*/">./notify/jira/summary</a>
 <li><a href="./notify/jira/yaml/*view*/">./notify/jira/yaml</a>
+<li><a href="./notify/lnt_report.json/*view*/">./notify/lnt_report.json</a>
 <li><a href="./notify/mail-body.txt/*view*/">./notify/mail-body.txt</a>
 <li><a href="./notify/mail-recipients.txt/*view*/">./notify/mail-recipients.txt</a>
 <li><a href="./notify/mail-subject.txt/*view*/">./notify/mail-subject.txt</a>
@@ -119,6 +80,7 @@ List of files below:
 <li><a href="./notify/results.compare.txt/*view*/">./notify/results.compare.txt</a>
 <li><a href="./notify/results-summary.txt/*view*/">./notify/results-summary.txt</a>
 <li><a href="./README.html/*view*/">./README.html</a>
+<li><a href="./README.txt/*view*/">./README.txt</a>
 <li><a href="./results/*view*/">./results</a>
 <li><a href="./rr_stage.txt/*view*/">./rr_stage.txt</a>
 <li><a href="./sumfiles/flaky.xfail/*view*/">./sumfiles/flaky.xfail</a>
diff --git a/README.txt b/README.txt
index 74e508224..a11a0093e 100644
--- a/README.txt
+++ b/README.txt
@@ -8,14 +8,6 @@ the build.  More synthetic information is available in other directories,
 as described below:
 
 
-- 00-sumfiles/ contains .log and possibly .sum files generated by the
-  build. Files with .0 suffix contain the results of the initial full
-  testsuite run, files with .1, .2 etc... contain logs restricted to
-  the parts (.exp) of the testsuite where we detected regressions.
-  .1, .2, .... represent the number of times this subset of the testsuite
-  was executed in order to also identify flaky tests.  The last one
-  contains what is considered as the results of this build.
-
 - git/ contains the revision and repository of each toolchain
   component built
 
@@ -37,45 +29,11 @@ interested in:
 
 - notify/regressions.sum and notify/results.compare.txt (regression report).
 
-- 00-sumfiles/ .log files with detailed errors, to save
-  yourself reproducing the problem on your machine.
 
 
 List of files below:
 
 
-- ./00-sumfiles/gdb.log.0.xz
-- ./00-sumfiles/gdb.log.1.xz
-- ./00-sumfiles/gdb.log.2.xz
-- ./00-sumfiles/gdb.log.3.xz
-- ./00-sumfiles/gdb.log.4.xz
-- ./00-sumfiles/gdb.log.5.xz
-- ./00-sumfiles/gdb.log.6.xz
-- ./00-sumfiles/gdb.sum.0
-- ./00-sumfiles/gdb.sum.1
-- ./00-sumfiles/gdb.sum.2
-- ./00-sumfiles/gdb.sum.3
-- ./00-sumfiles/gdb.sum.4
-- ./00-sumfiles/gdb.sum.5
-- ./00-sumfiles/gdb.sum.6
-- ./01-reset_artifacts/console.log.xz
-- ./02-prepare_abe/console.log.xz
-- ./03-build_abe-binutils/console.log.xz
-- ./03-build_abe-binutils/make-binutils.log.xz
-- ./04-build_abe-gcc/console.log.xz
-- ./04-build_abe-gcc/make-gcc-stage2.log.xz
-- ./05-clean_sysroot/console.log.xz
-- ./06-build_abe-linux/console.log.xz
-- ./07-build_abe-glibc/console.log.xz
-- ./07-build_abe-glibc/make-glibc.log.xz
-- ./08-build_abe-gdb/console.log.xz
-- ./08-build_abe-gdb/make-gdb.log.xz
-- ./09-build_abe-dejagnu/console.log.xz
-- ./09-build_abe-dejagnu/make-dejagnu.log.xz
-- ./10-build_abe-check_gdb/baseline.xfail
-- ./10-build_abe-check_gdb/check-gdb.log.xz
-- ./10-build_abe-check_gdb/console.log.xz
-- ./10-build_abe-check_gdb/flaky.xfail
 - ./11-check_regression/baseline.xfail
 - ./11-check_regression/console.log.xz
 - ./11-check_regression/extra-bisect-params
@@ -97,9 +55,11 @@ List of files below:
 - ./jenkins/notify-full.log
 - ./jenkins/notify-init.log
 - ./jenkins/rewrite-false.log
+- ./jenkins/rewrite-true.log
 - ./jenkins/run-build.env
 - ./manifest.sh
 - ./notify/configure-toolchain.txt
+- ./notify/fixes.sum
 - ./notify/improvements.sum
 - ./notify/jira/comment-card.txt
 - ./notify/jira/comment-template.txt
@@ -109,6 +69,7 @@ List of files below:
 - ./notify/jira/startdate
 - ./notify/jira/summary
 - ./notify/jira/yaml
+- ./notify/lnt_report.json
 - ./notify/mail-body.txt
 - ./notify/mail-recipients.txt
 - ./notify/mail-subject.txt
diff --git a/results b/results
index 2a698d30e..c016e713e 100644
--- a/results
+++ b/results
@@ -15,3 +15,4 @@
 # build_abe check_gdb -- --set check_buffer_workaround=gdb-read1:
 0
 # 3 regressions
+# 3 regressions
diff --git a/sumfiles/xfails.xfail b/sumfiles/xfails.xfail
index 8df723b3a..c5070223a 100644
--- a/sumfiles/xfails.xfail
+++ b/sumfiles/xfails.xfail
@@ -3,6 +3,7 @@
 # - known flaky tests (from baseline)
 # - known failures (from baseline)
 #
+################################
 # New flaky tests
 # From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1396/:
 		=== gdb tests ===
@@ -100,6 +101,7 @@ flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_
 # of stable fails		2
 # of flaky entries		35
 # of all tests			1587
+################################
 # Known flaky tests
 
 # From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1395/:
@@ -161,8104 +163,2647 @@ flaky,expire=20250522 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_
 # of flaky entries		8
 # of all tests			1536
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1393/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1307/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250521 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
-flaky,expire=20250521 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to other line (timeout)
-flaky,expire=20250521 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		120
+# of stable fails		4
 # of flaky entries		0
-# of all tests			1694
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1391/:
+# of all tests			1633
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250520 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to for loop (timeout)
-flaky,expire=20250520 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
+# of stable fails		121
 # of flaky entries		0
-# of all tests			1566
+# of all tests			1633
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250520 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20250520 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
-flaky,expire=20250520 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		118
-# of flaky entries		0
-# of all tests			1566
+# of stable fails		2
+# of flaky entries		3
+# of all tests			1559
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250520 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
 # of flaky entries		5
-# of all tests			1635
+# of all tests			1618
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250520 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
+# of stable fails		2
 # of flaky entries		6
-# of all tests			1621
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1389/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=9: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		0
-# of all tests			1516
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to other line (timeout)
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250518 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250518 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		118
-# of flaky entries		0
-# of all tests			1516
+# of all tests			1538
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
+# of stable fails		1
 # of flaky entries		8
-# of all tests			1635
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250518 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		10
-# of all tests			1558
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1388/:
+# of all tests			1666
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250517 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		0
-# of all tests			1683
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250517 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		116
-# of flaky entries		0
-# of all tests			1683
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1386/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1433
+# of flaky entries		9
+# of all tests			1645
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1433
+# of stable fails		1
+# of flaky entries		10
+# of all tests			1690
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to other line (timeout)
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		7
-# of all tests			1543
+# of stable fails		2
+# of flaky entries		11
+# of all tests			1606
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		10
-# of all tests			1548
+# of flaky entries		13
+# of all tests			1571
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250515 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		12
-# of all tests			1659
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1385/:
+# of flaky entries		15
+# of all tests			1651
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250514 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20250514 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		0
-# of all tests			1557
+# of flaky entries		16
+# of all tests			1655
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250514 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20250514 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
-flaky,expire=20250514 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		118
-# of flaky entries		0
-# of all tests			1557
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1384/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250513 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250513 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
-flaky,expire=20250513 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
+# of stable fails		2
+# of flaky entries		18
+# of all tests			1609
 
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1471
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1306/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250513 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
-flaky,expire=20250513 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to other line (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to for loop (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		118
+# of stable fails		5
 # of flaky entries		0
-# of all tests			1471
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1383/:
+# of all tests			1584
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250512 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1657
-		=== gdb tests ===
+flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250512 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		117
+# of stable fails		122
 # of flaky entries		0
-# of all tests			1657
+# of all tests			1584
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1382/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1287/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250511 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-flaky,expire=20250511 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to other line (timeout)
-flaky,expire=20250511 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to for loop (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
+# of stable fails		6
 # of flaky entries		0
-# of all tests			1590
+# of all tests			5697
 		=== gdb tests ===
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250511 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to other line (timeout)
-flaky,expire=20250511 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=28: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250511 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-flaky,expire=20250511 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		118
-# of flaky entries		0
-# of all tests			1590
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1381/:
-		=== gdb tests ===
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
+# of stable fails		124
 # of flaky entries		0
-# of all tests			1566
+# of all tests			5697
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to for loop (timeout)
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		119
-# of flaky entries		0
-# of all tests			1566
+# of stable fails		1
+# of flaky entries		28
+# of all tests			1757
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
-flaky,expire=20250510 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		7
-# of all tests			1533
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1380/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20250509 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to other line (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		119
-# of flaky entries		0
-# of all tests			72
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1379/:
+# of stable fails		2
+# of flaky entries		29
+# of all tests			1613
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250508 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to for loop (timeout)
+flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		0
-# of all tests			1705
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar (timeout)
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar (timeout)
-flaky,expire=20250508 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250508 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		117
-# of flaky entries		0
-# of all tests			1705
+# of flaky entries		31
+# of all tests			1642
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1376/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1284/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
 # of flaky entries		0
-# of all tests			1499
+# of all tests			6587
 		=== gdb tests ===
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: foo
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: foo
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo (timeout)
+flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
 
-		=== Results Summary ===
+Running gdb:gdb.dwarf2/dw2-is-stmt-2.exp ...
+flaky,expire=20250211 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: with print asm-demangle on -- x/2i main+
+flaky,expire=20250211 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: disassemble main (timeout)
 
-# of stable fails		121
-# of flaky entries		0
-# of all tests			1499
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to for loop (timeout)
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=29: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		6
-# of all tests			1650
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to for loop (timeout)
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=18: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1641
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		10
-# of all tests			1615
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
-flaky,expire=20250505 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		11
-# of all tests			1559
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1375/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250504 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
-flaky,expire=20250504 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250504 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250504 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250504 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			1786
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250504 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to other line (timeout)
-flaky,expire=20250504 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to for loop (timeout)
-flaky,expire=20250504 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		5
-# of all tests			1647
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1374/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1662
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to for loop (timeout)
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250503 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		119
-# of flaky entries		0
-# of all tests			1662
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to for loop (timeout)
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
-flaky,expire=20250503 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		5
-# of flaky entries		5
-# of all tests			1598
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1373/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250502 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
-flaky,expire=20250502 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1634
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250502 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=22: next to other line (timeout)
-flaky,expire=20250502 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1634
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250502 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to other line (timeout)
-flaky,expire=20250502 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250502 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		4
-# of all tests			1445
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1372/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250501 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-flaky,expire=20250501 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		119
-# of flaky entries		0
-# of all tests			92
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1371/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250430 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=27: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1686
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250430 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
-flaky,expire=20250430 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to for loop (timeout)
-flaky,expire=20250430 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1686
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250430 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to for loop (timeout)
-flaky,expire=20250430 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		4
-# of all tests			1580
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1368/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250427 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
-flaky,expire=20250427 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to for loop (timeout)
-flaky,expire=20250427 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1477
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250427 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to for loop (timeout)
-flaky,expire=20250427 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		119
-# of flaky entries		0
-# of all tests			1477
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250427 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
-flaky,expire=20250427 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		5
-# of all tests			1584
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1366/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250425 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1677
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250425 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to for loop (timeout)
-flaky,expire=20250425 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250425 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		122
-# of flaky entries		0
-# of all tests			1677
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250425 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-flaky,expire=20250425 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
-flaky,expire=20250425 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=29: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		4
-# of all tests			1597
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1365/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to other line (timeout)
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1594
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to for loop (timeout)
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		119
-# of flaky entries		0
-# of all tests			1594
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to for loop (timeout)
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		4
-# of all tests			1679
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20250424 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		6
-# of all tests			1523
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1358/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250417 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1646
-		=== gdb tests ===
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250417 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250417 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			1646
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250417 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=10: next to for loop (timeout)
-flaky,expire=20250417 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		16
-# of all tests			1569
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250417 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		19
-# of all tests			1618
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1354/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1527
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to other line (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		111
-# of flaky entries		0
-# of all tests			1527
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to other line (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		4
-# of all tests			1500
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		4
-# of all tests			1500
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=22: next to for loop (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1498
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to for loop (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		10
-# of all tests			1556
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to for loop (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=17: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		12
-# of all tests			1513
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		15
-# of all tests			1552
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		17
-# of all tests			1579
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=7: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		19
-# of all tests			1451
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to for loop (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		20
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		22
-# of all tests			1593
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=22: next to for loop (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to other line (timeout)
-flaky,expire=20250413 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		24
-# of all tests			1531
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1353/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1555
-		=== gdb tests ===
-
-Running gdb:gdb.reverse/insn-reverse.exp ...
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 112:ret
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 160:ldr	w1, [x2, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 41:mov	w1, #0x1                   	// #1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: x/i $pc
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 80:casa	w0, w1, [x2]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 217:sub	sp, sp, x0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: disassemble -1 (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 46:cbz	w16, 0xfffff7e93434 <__aarch64_cas4_acq+20>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 113:cmp	w0, #0x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 97:cmp	x1, #0x3
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 38:cmp	x0, x19
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 201:add	x0, x0, x2, lsl #2
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 191:ubfx	x0, x0, #48, #1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 214:ubfiz	x0, x3, #3, #32
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 67:ldp	x19, x20, [sp, #16]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 183:stp	w1, w0, [x2, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 179:b	0xfffff7ddc044 <___pthread_mutex_lock+100>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 135:subs	x19, x0, #0x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 2:str	d31, [sp, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 127:adrp	x21, 0xfffff7ffd000 <tunable_list+1496>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: x/i $pc
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 199:bl	0xfffff7fcf820 <_dl_audit_activity_nsid>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 30:mov	w22, w0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 132:adrp	x0, 0xfffff7ffe000 <_rtld_local>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 34:and	w21, w3, #0xff
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 77:adrp	x16, 0xfffff7f0e000 <_dlfo_loaded_mappings>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 164:b.ne	0xfffff7ddc0d8 <___pthread_mutex_lock+248>  // b.any
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 157:cmp	w0, #0x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 49:cbnz	w0, 0xfffff7d8ce44 <__run_exit_handlers+612>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 172:ldr	w4, [x2]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 208:ccmp	x0, #0x0, #0x4, ne	// ne = any
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: reverse-stepi (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 175:cbnz	w1, 0xfffff7ddc2bc <___pthread_mutex_lock+732>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 170:ldrb	w4, [x4, #1416]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 20:bl	0xfffff7d8cbe0 <__run_exit_handlers>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 174:str	w0, [x2]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 147:tst	w1, #0x7c
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 163:cmp	w1, w5
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 149:stp	x29, x30, [sp, #-64]!
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 91:cbz	x0, 0xfffff7d8cddc <__run_exit_handlers+508>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 187:ldr	w3, [x28, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 40:mov	x2, x20
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 70:ret
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 92:sub	x0, x0, #0x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 206:ldr	w2, [x2, #3544]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 106:mov	w0, #0x0                   	// #0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 134:ldr	x0, [x26, #2688]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 146:ldr	w1, [x4]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 138:adrp	x22, 0xfffff7ffd000 <tunable_list+1496>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 4:bic	v31.2s, #0x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 48:ret
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 194:mov	x0, sp
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 16:adrp	x1, 0xfffff7f00000 <current_rtmin>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 24:mrs	x19, tpidr_el0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 185:ldp	x29, x30, [sp], #64
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 69:ldp	x29, x30, [sp], #48
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 62:ldr	x20, [x20, #3432]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 61:adrp	x20, 0xfffff7eff000 <_nl_C_locobj+176>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 221:ldr	x2, [x0, #40]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 35:stp	x27, x28, [sp, #80]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 29:stp	x21, x22, [sp, #32]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 116:mov	x0, x28
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 14:stp	x29, x30, [sp, #-16]!
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 181:ldr	w1, [x3, #208]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 166:ldr	w4, [x4]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 120:mov	x29, sp
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: find the last instruction of function -1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 60:stp	x19, x20, [sp, #16]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 171:cbz	w4, 0xfffff7ddc114 <___pthread_mutex_lock+308>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 162:ldr	w5, [x3, #208]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 144:blr	x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 173:cbnz	w4, 0xfffff7ddc114 <___pthread_mutex_lock+308>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 202:adrp	x2, 0xfffff7ffe000 <_rtld_local>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 133:add	x20, x0, #0xa88
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 0:adrp	x0, 0x400000
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 10:mov	w0, #0x0                   	// #0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 0:adrp	x0, 0x400000
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 1:ldr	d31, [x0, #2792]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 66:cbz	x19, 0xfffff7d8c9a8 <__GI___call_tls_dtors+100>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 51:str	x19, [x0, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 6:str	d31, [sp, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 101:ldp	x27, x28, [x0, #24]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 84:cbz	x25, 0xfffff7d8cd20 <__run_exit_handlers+320>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 184:mov	w0, #0x0                   	// #0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 213:mov	w1, #0x0                   	// #0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: turn on process record (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 117:blr	x27
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 27:adrp	x24, 0xfffff7f02000 <initial+392>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 55:str	w0, [x1, #4]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 32:stp	x25, x26, [sp, #64]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: capture_command_output for info all-registers (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 167:and	w19, w4, #0x80
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 31:and	w0, w2, #0xff
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 178:ldr	x19, [sp, #16]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 44:adrp	x16, 0xfffff7f0e000 <_dlfo_loaded_mappings>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 5:bic	v31.2s, #0x1, lsl #8
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 39:b.eq	0xfffff7d8cc48 <__run_exit_handlers+104>  // b.none
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 63:stp	x21, x22, [sp, #32]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 152:mov	x29, sp
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 64:mrs	x21, tpidr_el0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 3:ldr	d31, [sp, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: continue (got interactive prompt)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 114:b.gt	0xfffff7d8cdfc <__run_exit_handlers+540>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 195:mov	w1, #0x2                   	// #2
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 108:adrp	x16, 0xfffff7f0e000 <_dlfo_loaded_mappings>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 42:mov	w0, #0x0                   	// #0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 43:bl	0xfffff7e93420 <__aarch64_cas4_acq>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 36:str	w0, [sp, #104]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 22:mov	x29, sp
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 99:cmp	x1, #0x4
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 26:stp	x23, x24, [sp, #48]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: gdb_breakpoint: set breakpoint at -1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 45:ldrb	w16, [x16, #25]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: continue (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: si (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 93:str	x0, [x25, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 150:mov	x2, x0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 196:str	x0, [x29, #96]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 197:mov	x0, x19
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 188:cbz	w3, 0xfffff7fc1768 <_dl_fini+136>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 220:cbnz	x0, 0xfffff7fc1864 <_dl_fini+388>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 53:ldr	w0, [x1, #4]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 211:ldr	w3, [x29, #120]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 86:ldr	x21, [x21, #3640]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 122:add	x26, x0, #0x0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: read name of test case 5 (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 103:ldr	x0, [x21]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: gdb_breakpoint: set breakpoint at -1 (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 121:stp	x25, x26, [sp, #64]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 131:str	x0, [x29, #104]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 12:ret
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 141:add	x28, x0, x4, lsl #3
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 155:ldr	w0, [x4]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 95:add	x0, x25, x0, lsl #5
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 139:add	x4, x0, x4, lsl #2
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 21:stp	x29, x30, [sp, #-112]!
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 186:ret
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 190:ldr	x0, [x0, #864]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 37:ldr	x0, [x20, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 72:adrp	x2, 0xfffff7eff000 <_nl_C_locobj+176>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 7:nop
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 8:add	sp, sp, #0x10
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 79:cbz	w16, 0xfffff7e93434 <__aarch64_cas4_acq+20>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 124:stp	x19, x20, [sp, #16]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 129:mov	w23, #0x0                   	// #0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: read name of test case 3 (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 25:sub	x19, x19, #0x720
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 105:eor	x27, x27, x0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 13:bl	0xfffff7d8ce50 <__GI_exit>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 50:add	x0, x24, #0x2a8
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 161:sub	x3, x3, #0x720
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: capture_command_output for info all-registers (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 145:add	x4, x0, #0x10
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 57:bl	0xfffff7d8c944 <__GI___call_tls_dtors>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 200:add	x2, x0, x0, lsl #2
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 128:stp	x23, x24, [sp, #48]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 154:b.ne	0xfffff7ddc084 <___pthread_mutex_lock+164>  // b.any
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 3:ldr	d31, [sp, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 82:cbnz	w0, 0xfffff7d8ce34 <__run_exit_handlers+596>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 156:and	w0, w0, #0x7f
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 52:add	x1, x24, #0x2a8
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 212:mov	x24, #0x0                   	// #0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 165:str	x19, [sp, #16]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 6:str	d31, [sp, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 218:ldr	x0, [x28]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 104:mov	x1, x20
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 100:b.eq	0xfffff7d8cd54 <__run_exit_handlers+372>  // b.none
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 54:add	w0, w0, #0x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 148:b.ne	0xfffff7ddc080 <___pthread_mutex_lock+160>  // b.any
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 5:bic	v31.2s, #0x1, lsl #8
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 143:mov	x0, x20
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 58:stp	x29, x30, [sp, #-48]!
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 75:mov	w0, #0x0                   	// #0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 28:add	x20, x24, #0x2a8
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 153:tst	w1, w0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 2:str	d31, [sp, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 110:cbz	w16, 0xfffff7e936d4 <__aarch64_swp4_rel+20>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 159:mrs	x3, tpidr_el0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 107:bl	0xfffff7e936c0 <__aarch64_swp4_rel>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 130:stp	x27, x28, [sp, #80]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 207:cmp	w2, #0x0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 18:mov	w2, w3
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 81:ret
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 125:mov	w25, #0x2                   	// #2
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 8:add	sp, sp, #0x10
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 98:b.eq	0xfffff7d8cda4 <__run_exit_handlers+452>  // b.none
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 111:swpl	w0, w0, [x1]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 15:mov	w3, #0x1                   	// #1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 176:mov	w0, #0x1                   	// #1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 47:casa	w0, w1, [x2]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 90:ldr	x0, [x25, #8]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 123:sub	x0, x26, #0xa8
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 169:adrp	x4, 0xfffff7f07000 <fork_handlers+1184>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 94:ldr	x26, [x19, #3696]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 11:ldp	x29, x30, [sp], #32
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 192:cmp	w0, w23
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 219:mov	x5, sp
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 88:adrp	x20, 0xfffff7eff000 <_nl_C_locobj+176>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 216:and	x0, x0, #0xffffffff0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 9:ret
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 96:ldr	x1, [x0, #16]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 189:ldr	x0, [x28]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 71:b	0xfffff7d8cc5c <__run_exit_handlers+124>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 59:mov	x29, sp
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 119:adrp	x0, 0xfffff7ffe000 <_rtld_local>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 56:tbnz	w21, #0, 0xfffff7d8ce14 <__run_exit_handlers+564>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: disassemble -1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 102:str	xzr, [x0, #16]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 182:add	w0, w0, #0x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 151:mov	w0, #0x17f                 	// #383
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 78:ldrb	w16, [x16, #25]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 193:b.eq	0xfffff7fc1814 <_dl_fini+308>  // b.none
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 177:str	w0, [x2, #4]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 205:adrp	x2, 0xfffff7ffd000 <tunable_list+1496>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 73:ldr	x2, [x2, #3544]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 89:ldr	x20, [x20, #3544]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 126:stp	x21, x22, [sp, #32]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 83:ldr	x25, [x23]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 19:add	x1, x1, #0x660
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 17:mov	x29, sp
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 118:stp	x29, x30, [sp, #-128]!
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 180:ldr	w0, [x2, #12]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 137:add	x4, x0, x0, lsl #2
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 68:ldp	x21, x22, [sp, #32]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: reverse-stepi (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 7:nop
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 65:ldr	x19, [x21, x20]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: capture_command_output for info all-registers
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 136:b.mi	0xfffff7fc1784 <_dl_fini+164>  // b.first
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 210:ret
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: x/i $pc (timeout)
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 203:add	x2, x2, #0x0
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 158:b.ne	0xfffff7ddc134 <___pthread_mutex_lock+340>  // b.any
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 204:ldr	x0, [x2, x0, lsl #3]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 23:stp	x19, x20, [sp, #16]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 198:str	w3, [x29, #120]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 168:tbnz	w4, #7, 0xfffff7ddc114 <___pthread_mutex_lock+308>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 115:mov	w1, w22
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 87:adrp	x19, 0xfffff7f01000 <main_arena+1472>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 109:ldrb	w16, [x16, #25]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 215:add	x0, x0, #0xf
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 209:b.ne	0xfffff7fcf84c <_dl_audit_activity_nsid+44>  // b.any
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 142:ldr	x1, [x21, #2776]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: capture_command_output for info all-registers
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 1:ldr	d31, [x0, #2792]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 4:bic	v31.2s, #0x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 33:mov	x23, x1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 76:bl	0xfffff7e93420 <__aarch64_cas4_acq>
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 74:mov	w1, #0x1                   	// #1
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 140:ldr	x0, [x29, #104]
-flaky,expire=20250412 | FAIL: gdb.reverse/insn-reverse.exp: -1: compare registers on insn 85:adrp	x21, 0xfffff7eff000 <_nl_C_locobj+176>
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to other line (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to for loop (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		371
-# of flaky entries		0
-# of all tests			1555
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		257
-# of all tests			1522
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to for loop (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		260
-# of all tests			1604
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		262
-# of all tests			1580
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to other line (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		264
-# of all tests			1646
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		266
-# of all tests			1577
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250412 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		268
-# of all tests			1678
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1350/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to other line (timeout)
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		3
-# of all tests			1692
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=21: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		4
-# of all tests			1583
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		5
-# of all tests			1556
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		7
-# of all tests			1528
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1582
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to for loop (timeout)
-flaky,expire=20250409 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		10
-# of all tests			1575
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1349/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250408 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to other line (timeout)
-flaky,expire=20250408 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250408 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=17: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1786
-		=== gdb tests ===
-
-Running gdb:gdb.base/default.exp ...
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: until "u" abbreviation
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: step #2
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: stepi
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: until
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: unset (got interactive prompt)
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: stepi "si" abbreviation
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: thread name
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: thread apply
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: unset environment prompt
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: show (timeout)
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: undisplay prompt
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: set history save off (timeout)
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: target core
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: tbreak
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: thread
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: source (the program is no longer running)
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: target remote
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: target native (the program is no longer running)
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: target
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: target exec
-flaky,expire=20250408 | FAIL: gdb.base/default.exp: thread find
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250408 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to for loop (timeout)
-flaky,expire=20250408 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250408 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		132
-# of flaky entries		0
-# of all tests			1786
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250408 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250408 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		27
-# of all tests			1699
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1345/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1630
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to for loop (timeout)
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		119
-# of flaky entries		0
-# of all tests			1630
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to other line (timeout)
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		3
-# of all tests			1618
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		5
-# of all tests			1470
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		8
-# of all tests			1461
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to other line (timeout)
-flaky,expire=20250404 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		11
-# of all tests			1591
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1344/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250403 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250403 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1476
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250403 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1476
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1343/:
-		=== gdb tests ===
-
-Running gdb:gdb.mi/mi-break.exp ...
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-
-Running gdb:gdb.mi/mi-simplerun.exp ...
-flaky,expire=20250402 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints (timeout)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-simplerun.exp: disabling of breakpoints (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled (unexpected output)
-
-Running gdb:gdb.mi/mi2-var-child.exp ...
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (timeout)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
-
-Running gdb:gdb.python/py-framefilter-mi.exp ...
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 0 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack listing (timeout)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 2 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables 0 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3 (unexpected output)
-flaky,expire=20250402 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 1 (unexpected output)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		359
-# of flaky entries		0
-# of all tests			669
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250402 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		250
-# of all tests			672
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1329/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250319 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to other line (timeout)
-flaky,expire=20250319 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to for loop (timeout)
-flaky,expire=20250319 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1560
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250319 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-flaky,expire=20250319 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		119
-# of flaky entries		0
-# of all tests			1560
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1327/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250317 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20250317 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to for loop (timeout)
-flaky,expire=20250317 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to other line (timeout)
-flaky,expire=20250317 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250317 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		5
-# of flaky entries		0
-# of all tests			1329
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250317 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
-flaky,expire=20250317 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to other line (timeout)
-flaky,expire=20250317 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		122
-# of flaky entries		0
-# of all tests			1329
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1324/:
-		=== gdb tests ===
-
-Running gdb:gdb.reverse/insn-reverse.exp ...
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: -1: x/i $pc (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: capture_command_output for info all-registers (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 4:ldr	d31, [sp, #8]
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: -1: wait for prompt (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 5:ldr	q30, [sp, #16]
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 0:movi	v31.4s, #0x0
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 1:str	q31, [sp, #16]
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: -1: gdb_breakpoint: set breakpoint at -1 (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: capture_command_output for info all-registers
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: -1: continue (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 2:fmov	d31, #1.000000000000000000e+00
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: reverse-stepi (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: record stop (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: read name of test case 5 (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 3:str	d31, [sp, #8]
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: -1: disassemble -1 (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: -1: turn on process record (timeout)
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: -1: find the last instruction of function -1
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: -1: x/i $pc
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: x/i $pc
-flaky,expire=20250314 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: si (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		138
-# of flaky entries		0
-# of all tests			79
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1323/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250313 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20250313 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250313 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to other line (timeout)
-
-Running gdb:gdb.threads/thread-specific-bp.exp ...
-flaky,expire=20250313 | FAIL: gdb.threads/thread-specific-bp.exp: non_stop=on: continue to end
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1796
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1321/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250311 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250311 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
-flaky,expire=20250311 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1463
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250311 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
-flaky,expire=20250311 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to other line (timeout)
-flaky,expire=20250311 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		113
-# of flaky entries		0
-# of all tests			1463
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1320/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250310 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=10: next to for loop (timeout)
-flaky,expire=20250310 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
-flaky,expire=20250310 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1506
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250310 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20250310 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		109
-# of flaky entries		0
-# of all tests			1506
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250310 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to other line (timeout)
-flaky,expire=20250310 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		5
-# of all tests			1573
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1318/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar (timeout)
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250308 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		112
-# of flaky entries		0
-# of all tests			72
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1317/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250307 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250307 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to other line (timeout)
-flaky,expire=20250307 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1457
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250307 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to other line (timeout)
-flaky,expire=20250307 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1457
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1316/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250306 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=22: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1671
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250306 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to other line (timeout)
-flaky,expire=20250306 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1671
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1315/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250305 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
-flaky,expire=20250305 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=18: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1607
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250305 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to other line (timeout)
-flaky,expire=20250305 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		119
-# of flaky entries		0
-# of all tests			1607
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1313/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250303 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to for loop (timeout)
-flaky,expire=20250303 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to other line (timeout)
-flaky,expire=20250303 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1585
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250303 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
-flaky,expire=20250303 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			1585
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1307/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		0
-# of all tests			1633
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			1633
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		3
-# of all tests			1559
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		5
-# of all tests			1618
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to for loop (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		6
-# of all tests			1538
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		8
-# of all tests			1666
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		9
-# of all tests			1645
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		10
-# of all tests			1690
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		11
-# of all tests			1606
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		13
-# of all tests			1571
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		15
-# of all tests			1651
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to for loop (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		16
-# of all tests			1655
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		18
-# of all tests			1609
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1306/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to for loop (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to other line (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to for loop (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		5
-# of flaky entries		0
-# of all tests			1584
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-flaky,expire=20250227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		122
-# of flaky entries		0
-# of all tests			1584
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1304/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250226 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250226 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250226 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		122
-# of flaky entries		0
-# of all tests			92
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250226 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		3
-# of all tests			92
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1302/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250225 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
-flaky,expire=20250225 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			92
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1301/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1739
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
-flaky,expire=20250224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to for loop (timeout)
-flaky,expire=20250224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250224 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-flaky,expire=20250224 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		122
-# of flaky entries		0
-# of all tests			1739
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1300/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250223 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250223 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1519
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250223 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250223 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to other line (timeout)
-flaky,expire=20250223 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1519
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250223 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
-flaky,expire=20250223 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		5
-# of all tests			1622
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1299/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250222 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250222 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250222 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			92
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1297/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250220 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1781
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250220 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=7: next to for loop (timeout)
-flaky,expire=20250220 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250220 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250220 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			1781
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250220 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		5
-# of all tests			1769
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1294/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to for loop (timeout)
-flaky,expire=20250217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1614
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to other line (timeout)
-flaky,expire=20250217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		109
-# of flaky entries		0
-# of all tests			1614
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1293/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to other line (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1505
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		110
-# of flaky entries		0
-# of all tests			1505
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to for loop (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		6
-# of all tests			1481
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		9
-# of all tests			1563
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250216 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=17: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		11
-# of all tests			1481
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1291/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250214 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1706
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1289/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=17: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		0
-# of all tests			1503
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		125
-# of flaky entries		0
-# of all tests			1503
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1502
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		10
-# of all tests			1531
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=17: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		13
-# of all tests			1576
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=21: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=23: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		15
-# of all tests			1555
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		19
-# of all tests			1650
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		21
-# of all tests			1591
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1288/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1535
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=10: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		123
-# of flaky entries		0
-# of all tests			1535
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1287/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		6
-# of flaky entries		0
-# of all tests			5697
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20250212 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		124
-# of flaky entries		0
-# of all tests			5697
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		28
-# of all tests			1757
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to other line (timeout)
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		29
-# of all tests			1613
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250212 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		31
-# of all tests			1642
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1284/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			6587
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar (timeout)
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: foo
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: foo
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar (timeout)
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo (timeout)
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo (timeout)
-flaky,expire=20250211 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
-
-Running gdb:gdb.dwarf2/dw2-is-stmt-2.exp ...
-flaky,expire=20250211 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: with print asm-demangle on -- x/2i main+
-flaky,expire=20250211 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: disassemble main (timeout)
-
-Running gdb:gdb.linespec/cpcompletion.exp ...
-flaky,expire=20250211 | ERROR: breakpoints not deleted
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
-flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
-flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
-flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
-flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
-
-Running gdb:gdb.mi/list-thread-groups-available.exp ...
-flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
-flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
-
-Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
-flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
-flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
-
-Running gdb:gdb.mi/mi-break.exp ...
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-
-Running gdb:gdb.mi/mi-simplerun.exp ...
-flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: disabling of breakpoints (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints (timeout)
-
-Running gdb:gdb.mi/mi2-var-child.exp ...
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (timeout)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
-
-Running gdb:gdb.python/py-framefilter-mi.exp ...
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack listing (timeout)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables 0 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 0 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0 (unexpected output)
-flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1 (unexpected output)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		385
-# of flaky entries		0
-# of all tests			6587
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		294
-# of all tests			6525
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		296
-# of all tests			1600
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		299
-# of all tests			1469
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		302
-# of all tests			1624
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		304
-# of all tests			1449
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		307
-# of all tests			1461
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		310
-# of all tests			1476
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		313
-# of all tests			1541
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		316
-# of all tests			1515
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		320
-# of all tests			1665
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		322
-# of all tests			1456
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		324
-# of all tests			1554
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		325
-# of all tests			1653
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1283/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1657
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=29: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		119
-# of flaky entries		0
-# of all tests			1657
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1282/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1553
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			1553
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		5
-# of all tests			1490
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		9
-# of all tests			1607
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		11
-# of all tests			1575
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		13
-# of all tests			1580
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		14
-# of all tests			1638
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
-flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		16
-# of all tests			1464
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1275/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1528
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		118
-# of flaky entries		0
-# of all tests			1528
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		4
-# of all tests			1606
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		5
-# of all tests			1583
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		7
-# of all tests			1550
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
-flaky,expire=20250207 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		9
-# of all tests			1625
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1273/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		4
-# of all tests			1693
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1272/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/checkpoint.exp ...
-flaky,expire=20250205 | ERROR: breakpoints not deleted
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 1 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: gdb_breakpoint: set breakpoint at 59
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 3
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: step in 7 two
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 10 one
-flaky,expire=20250205 | UNRESOLVED: gdb.base/checkpoint.exp: restart 1 three
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: delete copy1
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 6 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: info breakpoints (got interactive prompt)
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 9
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 5 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 4 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 5
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: verify lines 7 two
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: restart 0 two
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 8 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 10
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 7 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 6
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 8
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 3 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: diff input and output two
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one (timeout)
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 2 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 1
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 4
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break4 one
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 2
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 7
-flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 9 one
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		148
-# of flaky entries		0
-# of all tests			264
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1271/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1737
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		116
-# of flaky entries		0
-# of all tests			1737
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		4
-# of all tests			1617
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		6
-# of all tests			1467
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1567
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		10
-# of all tests			1629
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		11
-# of all tests			1608
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		13
-# of all tests			1633
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		15
-# of all tests			1632
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to other line (timeout)
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		16
-# of all tests			1520
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		18
-# of all tests			1648
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1269/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250204 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-flaky,expire=20250204 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=22: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		118
-# of flaky entries		0
-# of all tests			1694
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1267/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250203 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250203 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		114
-# of flaky entries		0
-# of all tests			1605
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1265/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=16: next to for loop (timeout)
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1523
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to other line (timeout)
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=21: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		117
-# of flaky entries		0
-# of all tests			1523
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to for loop (timeout)
-flaky,expire=20250201 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		7
-# of all tests			1641
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1264/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to other line (timeout)
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1520
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=18: next to for loop (timeout)
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		116
-# of flaky entries		0
-# of all tests			1520
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		5
-# of all tests			1548
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		7
-# of all tests			1571
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to for loop (timeout)
-flaky,expire=20250131 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		9
-# of all tests			1610
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1263/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to for loop (timeout)
-flaky,expire=20250130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20250130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1570
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
-flaky,expire=20250130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to for loop (timeout)
-flaky,expire=20250130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		116
-# of flaky entries		0
-# of all tests			1570
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		6
-# of all tests			1627
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1262/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250129 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to for loop (timeout)
-flaky,expire=20250129 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to for loop (timeout)
-flaky,expire=20250129 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1603
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250129 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		116
-# of flaky entries		0
-# of all tests			1603
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1261/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250128 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1687
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250128 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to for loop (timeout)
-flaky,expire=20250128 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-flaky,expire=20250128 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		118
-# of flaky entries		0
-# of all tests			1687
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1260/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250127 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to other line (timeout)
-flaky,expire=20250127 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250127 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1512
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250127 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250127 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		117
-# of flaky entries		0
-# of all tests			1512
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1259/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to for loop (timeout)
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1599
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=23: next to for loop (timeout)
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		117
-# of flaky entries		0
-# of all tests			1599
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=26: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		5
-# of all tests			1559
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to other line (timeout)
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1594
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250126 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		10
-# of all tests			1678
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1258/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250125 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
-flaky,expire=20250125 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1619
-		=== gdb tests ===
-
-Running gdb:gdb.reverse/insn-reverse.exp ...
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: record stop (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: read name of test case 2 (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: continue (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: wait for prompt (got interactive prompt)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: gdb_breakpoint: set breakpoint at -1 (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 4:mov	x0, #0x800000000000        	// #140737488355328
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 2:str	d31, [sp, #40]
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: reverse-stepi (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: x/i $pc
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: turn on process record (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 3:str	wzr, [sp, #36]
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 5:movk	x0, #0x407c, lsl #48
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 1:dup	v31.2s, v31.s[0]
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: disassemble -1
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 7:str	d31, [sp, #8]
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: find the last instruction of function -1
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: x/i $pc (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: turn on process record
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 6:fmov	d31, x0
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: -1: disassemble -1 (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers (timeout)
-flaky,expire=20250125 | FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:ldr	s31, [sp, #4]
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250125 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		137
-# of flaky entries		0
-# of all tests			1619
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1257/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=16: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1525
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		120
-# of flaky entries		0
-# of all tests			1525
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		7
-# of all tests			1474
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=27: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		11
-# of all tests			1492
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=7: next to for loop (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		5
-# of flaky entries		15
-# of all tests			1486
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to other line (timeout)
-flaky,expire=20250124 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		20
-# of all tests			1579
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1255/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250122 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250122 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		118
-# of flaky entries		0
-# of all tests			92
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1254/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1588
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		115
-# of flaky entries		0
-# of all tests			1588
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=17: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		3
-# of all tests			1483
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to other line (timeout)
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
-flaky,expire=20250121 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		6
-# of all tests			1646
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1252/:
-		=== gdb tests ===
-
-Running gdb:gdb.linespec/cpcompletion.exp ...
-flaky,expire=20250119 | ERROR: breakpoints not deleted
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
-flaky,expire=20250119 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
-flaky,expire=20250119 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
-flaky,expire=20250119 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
-flaky,expire=20250119 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
-flaky,expire=20250119 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		157
-# of flaky entries		0
-# of all tests			5735
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		38
-# of all tests			5672
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		9
-# of flaky entries		38
-# of all tests			5672
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20250119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		49
-# of all tests			1641
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1250/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to other line (timeout)
-flaky,expire=20250117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		115
-# of flaky entries		0
-# of all tests			1732
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1245/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250112 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250112 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
-flaky,expire=20250112 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
-flaky,expire=20250112 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		137
-# of flaky entries		0
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250112 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-flaky,expire=20250112 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20250112 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		4
-# of all tests			1505
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1243/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=29: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1641
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to for loop (timeout)
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		137
-# of flaky entries		0
-# of all tests			1641
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		4
-# of all tests			1587
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=22: next to for loop (timeout)
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to for loop (timeout)
-flaky,expire=20250110 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		6
-# of all tests			1571
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1238/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		5
-# of flaky entries		0
-# of all tests			1585
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		136
-# of flaky entries		0
-# of all tests			1585
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		13
-# of all tests			1512
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20250105 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		13
-# of all tests			1512
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		18
-# of all tests			1551
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to other line (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		20
-# of all tests			1549
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to for loop (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to other line (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
-flaky,expire=20250105 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=23: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		5
-# of flaky entries		23
-# of all tests			1469
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1236/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/continue-all-already-running.exp ...
-flaky,expire=20250103 | FAIL: gdb.base/continue-all-already-running.exp: c -a
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar (timeout)
-flaky,expire=20250103 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-
-		=== Results Summary ===
-
-# of stable fails		134
-# of flaky entries		0
-# of all tests			78
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1234/:
-		=== gdb tests ===
-
-Running gdb:gdb.dap/basic-dap.exp ...
-flaky,expire=20250102 | UNRESOLVED: gdb.dap/basic-dap.exp: testcase gdb.dap/basic-dap.exp' aborted due to Tcl error
-flaky,expire=20250102 | ERROR: tcl error sourcing gdb.dap/basic-dap.exp.
-flaky,expire=20250102 | ERROR: tcl error code NONE
-flaky,expire=20250102 | ERROR: timeout reading json header
-
-		=== Results Summary ===
-
-# of stable fails		147
-# of flaky entries		0
-# of all tests			45
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1233/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=27: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		7
-# of flaky entries		0
-# of all tests			1894
-		=== gdb tests ===
-
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20250102 | ERROR: Undefined command "apropos \(print[^[ bsiedf\"'.-]\)".
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show commands
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help user-defined
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos apropos
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help tracepoints
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: document alias: mybt
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: define mybt10 alias
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show confirm
-flaky,expire=20250102 | UNRESOLVED: gdb.base/help.exp: apropos \(print[^[ bsiedf\"'.-]\)
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: define mybt alias
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help status (timeout)
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help support
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help gotcha
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: document alias: mybt10 (timeout)
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help help "h" abbreviation
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show copying
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help commands
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help bt
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show warranty
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
-flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos after documenting aliases (timeout)
-
-Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
-flaky,expire=20250102 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
-flaky,expire=20250102 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
-
-Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
-flaky,expire=20250102 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
-flaky,expire=20250102 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20250102 | ERROR: can't read "thread0": no such variable
-flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
-flaky,expire=20250102 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20250102 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
-flaky,expire=20250102 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		167
-# of flaky entries		0
-# of all tests			1894
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		47
-# of all tests			1707
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		49
-# of all tests			1444
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		52
-# of all tests			1567
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to for loop (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		54
-# of all tests			1592
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		56
-# of all tests			1639
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		57
-# of all tests			1562
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		60
-# of all tests			1437
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		64
-# of all tests			1538
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		65
-# of all tests			1562
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1232/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20250102 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-flaky,expire=20250102 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
-
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum
-
-		=== Results Summary ===
-
-# of stable fails		26
-# of flaky entries		0
-# of all tests			1867
-		=== gdb tests ===
-
-Running gdb:gdb.python/py-framefilter.exp ...
-flaky,expire=20250102 | ERROR: Window too small.
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no args
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 source-and-location
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 no addresss
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full hide with Reverse disabled
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter before disable frame filter
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 scalars
-flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt full - q
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 all args
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filters
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info auto
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to presence only
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 scalars
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt full
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no address
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 no args
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn on frame arguments
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 with KeyboardInterrupt
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full with Reverse disabled
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-and-location
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filters full with Reverse disabled
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - set height limited
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info source-and-location
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Set python print-stack to message for Error filter
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn off frame arguments
-flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - set height unlimited
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 short-location
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter after setting priority
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt with frame-filter Reverse disabled
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info source-line
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter before setting priority
-flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt - q
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: re-enable frame-filter global Reverse
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider after setting
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 short-location
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 3 with frame-filter Reverse disabled
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 presence
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter after disable frame filter
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: set priority of a non-existing filter
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable a non-existing filter
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Change ErrorFilter to throw KeyboardInterrupt
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: set frame-filter priotiy global Elider 1000
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full no-filters (timeout)
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider before setting
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 all args
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: continue to breakpoint: Backtrace end breakpoint
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 with Error filter
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Elider
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Elider
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Error
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to scalars only
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt with frame filters
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full with filters
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Reverse
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 presence
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Turn off address printing
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info short-location
-flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-line
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1 (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0 (timeout)
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-
-Running gdb:gdb.threads/thread-unwindonsignal.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
-
-		=== Results Summary ===
-
-# of stable fails		212
-# of flaky entries		0
-# of all tests			1867
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=10: next to for loop (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		77
-# of all tests			1539
-		=== gdb tests ===
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20250102 | ERROR: can't read "thread0": no such variable
-flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20250102 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20250102 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
-flaky,expire=20250102 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
-
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		22
-# of flaky entries		77
-# of all tests			1539
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		87
-# of all tests			1567
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		89
-# of all tests			1485
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		92
-# of all tests			1564
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		94
-# of all tests			1528
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		96
-# of all tests			1482
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		100
-# of all tests			1524
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		103
-# of all tests			1474
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		106
-# of all tests			1512
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		109
-# of all tests			1511
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		111
-# of all tests			1538
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1231/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1729
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/forward-spec-inter-cu.exp ...
-flaky,expire=20250102 | FAIL: gdb.dwarf2/forward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to for loop (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		140
-# of flaky entries		0
-# of all tests			1729
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1227/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1575
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to for loop (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to other line (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		142
-# of flaky entries		0
-# of all tests			1575
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to for loop (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		6
-# of all tests			1620
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to other line (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1627
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		10
-# of all tests			1525
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=27: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		12
-# of all tests			1597
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to other line (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		14
-# of all tests			1587
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		17
-# of all tests			1531
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		19
-# of all tests			1620
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20250101 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		20
-# of all tests			1644
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1224/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241231 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1757
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20241231 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241231 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to other line (timeout)
-flaky,expire=20241231 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241231 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241231 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241231 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		145
-# of flaky entries		0
-# of all tests			1757
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1223/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241230 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to other line (timeout)
-flaky,expire=20241230 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1637
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241230 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=18: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		139
-# of flaky entries		0
-# of all tests			1637
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1220/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1579
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=21: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		145
-# of flaky entries		0
-# of all tests			1579
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1218/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-
-		=== Results Summary ===
-
-# of stable fails		5
-# of flaky entries		0
-# of all tests			1717
-		=== gdb tests ===
-
-Running gdb:gdb.base/bg-execution-repeat.exp ...
-flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c 1&: breakpoint hit 2 (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		144
-# of flaky entries		0
-# of all tests			1717
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		6
-# of all tests			1708
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1661
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		10
-# of all tests			1630
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		11
-# of all tests			1568
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		13
-# of all tests			1630
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1217/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1550
-		=== gdb tests ===
-
-Running gdb:gdb.base/bg-execution-repeat.exp ...
-flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c 1&: breakpoint hit 2 (timeout)
-flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c&: breakpoint hit 2 (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		144
-# of flaky entries		0
-# of all tests			1550
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1627
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		10
-# of all tests			1532
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		11
-# of all tests			1469
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		14
-# of all tests			1629
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		16
-# of all tests			1561
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=28: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		18
-# of all tests			1586
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		21
-# of all tests			1530
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=16: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		24
-# of all tests			1654
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		25
-# of all tests			1484
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		28
-# of all tests			1519
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1215/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to for loop (timeout)
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1574
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to other line (timeout)
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		144
-# of flaky entries		0
-# of all tests			1574
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to for loop (timeout)
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=28: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		5
-# of all tests			1596
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20241226 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		8
-# of all tests			1506
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1213/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241225 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to for loop (timeout)
-flaky,expire=20241225 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		142
-# of flaky entries		0
-# of all tests			1694
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1212/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to for loop (timeout)
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			2308
-		=== gdb tests ===
-
-Running gdb:gdb.base/charset.exp ...
-flaky,expire=20241224 | FAIL: gdb.base/charset.exp: try `set host-charset' with invalid charset (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/charset.exp: capture valid host charsets
-flaky,expire=20241224 | FAIL: gdb.base/charset.exp: try malformed `set charset' (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/charset.exp: try `set target-charset' with invalid charset
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: breakpoint at foo is pending
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: foo (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: gdb_remove_symbol_file
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must not display sym-file-lib
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: remove-symbol-file
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: breakpoint at bar is pending
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at 78
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: stale bkpts: breakpoint at baz is resolved
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: stale bkpts: continue to breakpoint: end here
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: stale bkpts: breakpoint at baz is pending
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: foo (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: reload (got interactive prompt)
-
-Running gdb:gdb.base/testenv.exp ...
-flaky,expire=20241224 | ERROR: breakpoints not deleted
-flaky,expire=20241224 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL found with right value
-flaky,expire=20241224 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, get num vars (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: test passing TEST_GDB_GLOBAL to GDB (timeout)
-flaky,expire=20241224 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test2: unset TEST_GDB_GLOBAL
-flaky,expire=20241224 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, confirmed
-flaky,expire=20241224 | UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test2: gdb_breakpoint: set breakpoint at testenv.c:42 (got interactive prompt)
-
-Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
-flaky,expire=20241224 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
-flaky,expire=20241224 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
-
-Running gdb:gdb.dwarf2/dw2-is-stmt-2.exp ...
-flaky,expire=20241224 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: disassemble main (timeout)
-flaky,expire=20241224 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: with print asm-demangle on -- x/2i main+
-
-Running gdb:gdb.dwarf2/self-spec.exp ...
-flaky,expire=20241224 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
-flaky,expire=20241224 | FAIL: gdb.dwarf2/self-spec.exp: maint expand-symtabs (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=7: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		215
-# of flaky entries		0
-# of all tests			2308
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=9: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		47
-# of all tests			2272
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to other line (timeout)
-flaky,expire=20241224 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		49
-# of all tests			1452
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1210/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1447
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		143
-# of flaky entries		0
-# of all tests			1447
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		6
-# of all tests			1439
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1209/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		6
-# of flaky entries		0
-# of all tests			1837
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=7: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		140
-# of flaky entries		0
-# of all tests			1837
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		5
-# of all tests			1656
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		7
-# of all tests			1528
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		9
-# of all tests			1519
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		11
-# of all tests			1580
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1208/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		0
-# of all tests			1509
-		=== gdb tests ===
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20241222 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-flaky,expire=20241222 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		139
-# of flaky entries		0
-# of all tests			1509
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		6
-# of all tests			1536
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		6
-# of all tests			1536
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		10
-# of all tests			1570
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		13
-# of all tests			1555
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		16
-# of all tests			1605
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		17
-# of all tests			1535
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		20
-# of all tests			1525
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+Running gdb:gdb.linespec/cpcompletion.exp ...
+flaky,expire=20250211 | ERROR: breakpoints not deleted
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
+flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
+flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
+flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
+flaky,expire=20250211 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
+flaky,expire=20250211 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
 
-		=== Results Summary ===
+Running gdb:gdb.mi/list-thread-groups-available.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
 
-# of stable fails		1
-# of flaky entries		22
-# of all tests			1531
+Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1207/:
-		=== gdb tests ===
+Running gdb:gdb.mi/mi-break.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is forced (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: define a bp (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments to -break-condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition with --force (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments with --force (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: define a bp (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments with --force (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition with --force (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments to -break-condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: list of breakpoints (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: list of explicit breakpoints (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: breakpoint with forced condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is defined (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is forced (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: condition is cleared (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: list of explicit breakpoints (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: breakpoint with forced condition (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is defined (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: condition is cleared (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
+Running gdb:gdb.mi/mi-simplerun.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: disabling of breakpoints (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints (timeout)
 
-		=== Results Summary ===
+Running gdb:gdb.mi/mi2-var-child.exp ...
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (timeout)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
 
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1618
-		=== gdb tests ===
+Running gdb:gdb.python/py-framefilter-mi.exp ...
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack listing (timeout)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0 (unexpected output)
+flaky,expire=20250211 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1 (unexpected output)
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		136
+# of stable fails		385
 # of flaky entries		0
-# of all tests			1618
+# of all tests			6587
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		4
-# of flaky entries		3
-# of all tests			1404
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1205/:
+# of stable fails		2
+# of flaky entries		294
+# of all tests			6525
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		0
-# of all tests			1592
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		141
-# of flaky entries		0
-# of all tests			1592
+# of flaky entries		296
+# of all tests			1600
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to for loop (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		5
-# of all tests			1534
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		8
-# of all tests			1617
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		9
-# of all tests			1662
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1197/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1624
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to for loop (timeout)
-flaky,expire=20241217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		138
-# of flaky entries		0
-# of all tests			1624
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		3
-# of all tests			1645
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241217 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		4
-# of all tests			1624
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1195/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/self-spec.exp ...
-flaky,expire=20241215 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		137
-# of flaky entries		0
-# of all tests			4
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1193/:
-		=== gdb tests ===
-
-Running gdb:gdb.cp/overload.exp ...
-flaky,expire=20241213 | ERROR: breakpoints not deleted
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func signed char arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: re-selected 'main' frame after inferior call
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: gdb-command<print N::nsoverload (2, 3)>
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func char\* arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 9 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned long arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print bar2(e, b)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 2 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print overloadNamespace(1)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: info breakpoints (got interactive prompt)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned short arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: gdb-command<print K::staticoverload ()>
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func long arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 10 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 4 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func float arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print foo_instance2
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func char arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func short arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 8 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func void arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print bar(b)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned char arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 11 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 1 arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 3 args
-flaky,expire=20241213 | UNRESOLVED: gdb.cp/overload.exp: print overloadNamespace(1) in XXX
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print foo_instance1.overloadfnarg(23, intintfunc)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: list all overloads: list bar
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 7 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: list overload.cc:intToChar
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: ptype foo_instance1 (timeout)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: list overloaded function with int arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func int\* arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 6 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print overloadNamespace(dummyInstance)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: list all overloads: set listsize 10
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func double arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: gdb-command<print N::nsoverload (2)>
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: list overload.cc:foo::overloadfnarg(int)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print overloadNamespace('a') in XXX
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: list overloaded function with no args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned int arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func int arg
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: list overloaded function with function ptr args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: gdb-command<print K::staticoverload (2, 3)>
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: gdb-command<print K::staticoverload (2)>
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print bar(a)
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: print call overloaded func 5 args
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: set listsize 1
-flaky,expire=20241213 | FAIL: gdb.cp/overload.exp: gdb-command<print N::nsoverload ()>
-
-Running gdb:gdb.dap/step-out.exp ...
-flaky,expire=20241213 | UNRESOLVED: gdb.dap/step-out.exp: testcase gdb.dap/step-out.exp' aborted due to Tcl error
-flaky,expire=20241213 | ERROR: tcl error sourcing gdb.dap/step-out.exp.
-flaky,expire=20241213 | ERROR: tcl error code NONE
-flaky,expire=20241213 | ERROR: timeout reading json header
-
-		=== Results Summary ===
-
-# of stable fails		179
-# of flaky entries		0
-# of all tests			106
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1191/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/testenv.exp ...
-flaky,expire=20241211 | ERROR: breakpoints not deleted
-flaky,expire=20241211 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: test passing TEST_GDB_GLOBAL to GDB (timeout)
-flaky,expire=20241211 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test2: unset TEST_GDB_GLOBAL
-flaky,expire=20241211 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, get num vars
-flaky,expire=20241211 | UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test2: TEST_GDB_GLOBAL is unset, get num vars
-flaky,expire=20241211 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL found with right value
-flaky,expire=20241211 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test2: info breakpoints (got interactive prompt)
-flaky,expire=20241211 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, confirmed
-
-		=== Results Summary ===
-
-# of stable fails		127
-# of flaky entries		0
-# of all tests			18
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1189/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241209 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1624
+# of flaky entries		299
+# of all tests			1469
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241209 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
-flaky,expire=20241209 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to other line (timeout)
-flaky,expire=20241209 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		138
-# of flaky entries		0
+# of stable fails		2
+# of flaky entries		302
 # of all tests			1624
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1184/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241204 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20241204 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241204 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		0
-# of all tests			1451
+# of flaky entries		304
+# of all tests			1449
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241204 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		136
-# of flaky entries		0
-# of all tests			1451
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1183/:
+# of stable fails		3
+# of flaky entries		307
+# of all tests			1461
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241203 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
-flaky,expire=20241203 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241203 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		0
-# of all tests			1500
+# of flaky entries		310
+# of all tests			1476
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241203 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
-flaky,expire=20241203 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		137
-# of flaky entries		0
-# of all tests			1500
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1181/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20241202 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		138
-# of flaky entries		0
-# of all tests			2
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1180/:
+# of stable fails		3
+# of flaky entries		313
+# of all tests			1541
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		4
-# of flaky entries		0
-# of all tests			1756
+# of flaky entries		316
+# of all tests			1515
 		=== gdb tests ===
 
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20241202 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-flaky,expire=20241202 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to for loop (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=23: next to for loop (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=27: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		138
-# of flaky entries		0
-# of all tests			1756
+# of stable fails		2
+# of flaky entries		320
+# of all tests			1665
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		19
-# of all tests			1721
+# of flaky entries		322
+# of all tests			1456
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		21
-# of all tests			1620
+# of flaky entries		324
+# of all tests			1554
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
+flaky,expire=20250211 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		22
-# of all tests			1586
+# of stable fails		1
+# of flaky entries		325
+# of all tests			1653
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1272/:
 		=== gdb tests ===
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+Running gdb:gdb.base/checkpoint.exp ...
+flaky,expire=20250205 | ERROR: breakpoints not deleted
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 1 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: gdb_breakpoint: set breakpoint at 59
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 3
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: step in 7 two
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 10 one
+flaky,expire=20250205 | UNRESOLVED: gdb.base/checkpoint.exp: restart 1 three
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: delete copy1
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 6 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: info breakpoints (got interactive prompt)
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 9
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 5 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 4 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 5
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: verify lines 7 two
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: restart 0 two
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 8 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 10
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 7 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 6
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 8
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 3 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: diff input and output two
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one (timeout)
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 2 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 1
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 4
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break4 one
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 2
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: outfile still open 7
+flaky,expire=20250205 | FAIL: gdb.base/checkpoint.exp: break2 9 one
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		24
-# of all tests			1592
+# of stable fails		148
+# of flaky entries		0
+# of all tests			264
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1271/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=26: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		25
-# of all tests			1684
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1179/:
+# of flaky entries		0
+# of all tests			1737
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=22: next to other line (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
+# of stable fails		116
 # of flaky entries		0
-# of all tests			1781
+# of all tests			1737
 		=== gdb tests ===
 
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
-flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		4
+# of all tests			1617
+		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		133
-# of flaky entries		0
-# of all tests			1781
+# of stable fails		2
+# of flaky entries		6
+# of all tests			1467
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		16
-# of all tests			1710
+# of stable fails		2
+# of flaky entries		8
+# of all tests			1567
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		17
-# of all tests			1663
+# of flaky entries		10
+# of all tests			1629
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to other line (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=22: next to other line (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		4
-# of flaky entries		18
-# of all tests			1472
+# of stable fails		2
+# of flaky entries		11
+# of all tests			1608
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		22
-# of all tests			1491
+# of stable fails		2
+# of flaky entries		13
+# of all tests			1633
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		25
-# of all tests			1553
+# of flaky entries		15
+# of all tests			1632
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to for loop (timeout)
-flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to other line (timeout)
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		26
-# of all tests			1584
+# of flaky entries		16
+# of all tests			1520
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250205 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		18
+# of all tests			1648
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1175/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1233/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=23: next to for loop (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=27: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
+# of stable fails		7
 # of flaky entries		0
-# of all tests			1616
+# of all tests			1894
 		=== gdb tests ===
 
+Running gdb:gdb.base/help.exp ...
+flaky,expire=20250102 | ERROR: Undefined command "apropos \(print[^[ bsiedf\"'.-]\)".
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show commands
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help user-defined
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos apropos
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help tracepoints
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: document alias: mybt
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: define mybt10 alias
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show confirm
+flaky,expire=20250102 | UNRESOLVED: gdb.base/help.exp: apropos \(print[^[ bsiedf\"'.-]\)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: define mybt alias
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help status (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help support
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help gotcha
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: document alias: mybt10 (timeout)
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help help "h" abbreviation
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show copying
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help commands
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help bt
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help show warranty
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
+flaky,expire=20250102 | FAIL: gdb.base/help.exp: apropos after documenting aliases (timeout)
+
+Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
+flaky,expire=20250102 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
+flaky,expire=20250102 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
+
+Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
+flaky,expire=20250102 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
+flaky,expire=20250102 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20250102 | ERROR: can't read "thread0": no such variable
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20250102 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20250102 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20250102 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
+flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		124
+# of stable fails		167
 # of flaky entries		0
-# of all tests			1616
+# of all tests			1894
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		3
-# of all tests			1573
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1174/:
+# of flaky entries		47
+# of all tests			1707
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1680
+# of stable fails		3
+# of flaky entries		49
+# of all tests			1444
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to for loop (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		127
-# of flaky entries		0
-# of all tests			1680
+# of stable fails		2
+# of flaky entries		52
+# of all tests			1567
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		4
-# of all tests			1566
+# of flaky entries		54
+# of all tests			1592
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=21: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		6
-# of all tests			1655
+# of stable fails		1
+# of flaky entries		56
+# of all tests			1639
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=15: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		8
-# of all tests			1621
+# of stable fails		3
+# of flaky entries		57
+# of all tests			1562
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		9
-# of all tests			1561
+# of stable fails		4
+# of flaky entries		60
+# of all tests			1437
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to for loop (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		11
-# of all tests			1629
+# of stable fails		1
+# of flaky entries		64
+# of all tests			1538
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		13
-# of all tests			1550
+# of flaky entries		65
+# of all tests			1562
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1173/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1232/:
 		=== gdb tests ===
 
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20250102 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+flaky,expire=20250102 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+
+Running gdb:gdb.threads/ia64-sigill.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum
 
 		=== Results Summary ===
 
-# of stable fails		12
+# of stable fails		26
 # of flaky entries		0
-# of all tests			5829
+# of all tests			1867
 		=== gdb tests ===
 
-Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20241130 | ERROR: breakpoints not deleted
-flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: with core
-flaky,expire=20241130 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
-flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
-flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20241130 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-flaky,expire=20241130 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20241130 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20241130 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20241130 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
-flaky,expire=20241130 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+Running gdb:gdb.python/py-framefilter.exp ...
+flaky,expire=20250102 | ERROR: Window too small.
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no args
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 source-and-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 no addresss
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full hide with Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter before disable frame filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 scalars
+flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt full - q
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 all args
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filters
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info auto
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to presence only
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 scalars
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt full
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no address
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 no args
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn on frame arguments
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 with KeyboardInterrupt
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full with Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-and-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filters full with Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - set height limited
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info source-and-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Set python print-stack to message for Error filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn off frame arguments
+flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - set height unlimited
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 short-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter after setting priority
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt with frame-filter Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info source-line
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter before setting priority
+flaky,expire=20250102 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt - q
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: re-enable frame-filter global Reverse
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider after setting
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 short-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 3 with frame-filter Reverse disabled
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 presence
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: info frame filter after disable frame filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: set priority of a non-existing filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable a non-existing filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Change ErrorFilter to throw KeyboardInterrupt
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: set frame-filter priotiy global Elider 1000
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full no-filters (timeout)
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider before setting
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 all args
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: continue to breakpoint: Backtrace end breakpoint
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt 1 with Error filter
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Elider
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Elider
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Error
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to scalars only
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt with frame filters
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt full with filters
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Reverse
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 presence
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: Turn off address printing
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: frame-info short-location
+flaky,expire=20250102 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-line
 
 Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241130 | ERROR: can't read "thread0": no such variable
-flaky,expire=20241130 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
-flaky,expire=20241130 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
-flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1 (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0 (timeout)
 
 Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+
+Running gdb:gdb.threads/ia64-sigill.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+Running gdb:gdb.threads/thread-unwindonsignal.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
 
 		=== Results Summary ===
 
-# of stable fails		128
+# of stable fails		212
 # of flaky entries		0
-# of all tests			5829
+# of all tests			1867
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=10: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		36
-# of all tests			1714
+# of stable fails		4
+# of flaky entries		77
+# of all tests			1539
 		=== gdb tests ===
 
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		10
-# of flaky entries		36
-# of all tests			1714
-		=== gdb tests ===
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20250102 | ERROR: can't read "thread0": no such variable
+flaky,expire=20250102 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20250102 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20250102 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20250102 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+Running gdb:gdb.threads/ia64-sigill.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		40
-# of all tests			1526
+# of stable fails		22
+# of flaky entries		77
+# of all tests			1539
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		42
-# of all tests			1690
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1172/:
+# of stable fails		2
+# of flaky entries		87
+# of all tests			1567
 		=== gdb tests ===
 
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
-
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		9
-# of flaky entries		0
-# of all tests			6111
+# of stable fails		3
+# of flaky entries		89
+# of all tests			1485
 		=== gdb tests ===
 
-Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20241130 | ERROR: breakpoints not deleted
-flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: with core
-flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
-flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20241130 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
 
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+		=== Results Summary ===
 
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20241130 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20241130 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20241130 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20241130 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
-flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
+# of stable fails		2
+# of flaky entries		92
+# of all tests			1564
+		=== gdb tests ===
 
-Running gdb:gdb.linespec/cpcompletion.exp ...
-flaky,expire=20241130 | ERROR: breakpoints not deleted
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
-flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
-flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
-flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
 
-Running gdb:gdb.mi/list-thread-groups-available.exp ...
-flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
-flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
+		=== Results Summary ===
 
-Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
-flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
-flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
+# of stable fails		2
+# of flaky entries		94
+# of all tests			1528
+		=== gdb tests ===
 
-Running gdb:gdb.mi/mi2-var-child.exp ...
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (timeout)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
-flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
 
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241130 | ERROR: can't read "thread0": no such variable
-flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
-flaky,expire=20241130 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
-flaky,expire=20241130 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+		=== Results Summary ===
 
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+# of stable fails		4
+# of flaky entries		96
+# of all tests			1482
+		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		100
+# of all tests			1524
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		103
+# of all tests			1474
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		106
+# of all tests			1512
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to other line (timeout)
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		109
+# of all tests			1511
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20250102 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		111
+# of all tests			1538
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1218/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
 
 Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue
+flaky,expire=20241227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
 
-Running gdb:gdb.threads/signal-sigtrap.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reaches handler
+		=== Results Summary ===
 
-Running gdb:gdb.threads/thread-unwindonsignal.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
-flaky,expire=20241130 | FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound (timeout)
+# of stable fails		5
+# of flaky entries		0
+# of all tests			1717
+		=== gdb tests ===
+
+Running gdb:gdb.base/bg-execution-repeat.exp ...
+flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c 1&: breakpoint hit 2 (timeout)
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		325
+# of stable fails		144
 # of flaky entries		0
-# of all tests			6111
+# of all tests			1717
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		238
-# of all tests			6231
+# of flaky entries		6
+# of all tests			1708
 		=== gdb tests ===
 
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		238
-# of all tests			6231
+# of stable fails		2
+# of flaky entries		8
+# of all tests			1661
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		10
+# of all tests			1630
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		241
+# of flaky entries		11
 # of all tests			1568
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		13
+# of all tests			1630
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1217/:
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		242
-# of all tests			1496
+# of flaky entries		0
+# of all tests			1550
 		=== gdb tests ===
 
+Running gdb:gdb.base/bg-execution-repeat.exp ...
+flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c 1&: breakpoint hit 2 (timeout)
+flaky,expire=20241227 | FAIL: gdb.base/bg-execution-repeat.exp: c&: breakpoint hit 2 (timeout)
+
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		144
+# of flaky entries		0
+# of all tests			1550
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=28: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		8
+# of all tests			1627
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		10
+# of all tests			1532
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		245
-# of all tests			1536
+# of flaky entries		11
+# of all tests			1469
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		248
-# of all tests			1568
+# of flaky entries		14
+# of all tests			1629
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
-flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		2
+# of flaky entries		16
+# of all tests			1561
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=28: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		3
+# of flaky entries		18
+# of all tests			1586
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		250
-# of all tests			1482
+# of stable fails		3
+# of flaky entries		21
+# of all tests			1530
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=16: next to for loop (timeout)
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1170/:
-		=== gdb tests ===
+		=== Results Summary ===
 
-Running gdb:gdb.base/default.exp ...
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info set (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info symbol (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info source (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info sources (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info target (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info terminal (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info threads
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info types
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info variables
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info vector
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info warranty
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: info watchpoints
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: inspect
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: jump
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: kill
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: list "l" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: list
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: load
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: next "n" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: nexti
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: output
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay on (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay manual #1 (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay auto (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay off (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay list
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay map #1
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay unmap #1
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay map #2
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: overlay unmap #2
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: print "p" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: print
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: printf
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: ptype
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: pwd
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: run "r" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: run
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: rbreak
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: restore
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: return
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: reverse-search
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: step "s" abbreviation #1
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: step #1
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: search
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: section
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set annotate
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set args
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set check "c" abbreviation (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set check "ch" abbreviation (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set check "check" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set complaints
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set confirm
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set environment
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set height
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set history expansion
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set the history filename
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set history save
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set history size
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set history
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set language
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set listsize
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print "p" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print "pr" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print address
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print array
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print asm-demangle
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print characters
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print demangle
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print elements
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print object
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print pretty
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print sevenbit-strings
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print union
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set print vtbl
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set radix
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set variable
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set verbose
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set width
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set write
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: shell echo Hi dad!
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show annotate
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show args
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show check "c" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show check "ch" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show check "check" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show check range
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show check type
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show complaints
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show confirm
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show convenience ($_any_caller_is = <internal function _any_caller_is> not found)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show directories
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show editing
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show height
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show history expansion
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show history filename
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show history save
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show history size
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show history
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show language
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show listsize
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show paths
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print address
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print array
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print asm-demangle
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print characters
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print demangle
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print elements
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print object
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print pretty
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print sevenbit-strings
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print union
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show print vtbl
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show prompt
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show radix
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show user
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show values
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show verbose
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show version
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show width
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show write
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: show
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: set history save off
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: stepi "si" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: stepi
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: signal
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: source
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: step "s" abbreviation #2 (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: step #2 (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: symbol-file (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: target native (timeout)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: target core
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: target exec
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: target remote
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: target (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: tbreak (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: thread
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: thread apply (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: thread find (the program is no longer running)
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: thread name
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: until "u" abbreviation
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: until
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: undisplay prompt
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: unset environment prompt
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: unset
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: up-silently
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: watch
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: whatis
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: where
-flaky,expire=20241129 | FAIL: gdb.base/default.exp: x
-
-Running gdb:gdb.dwarf2/forward-spec-inter-cu.exp ...
-flaky,expire=20241129 | FAIL: gdb.dwarf2/forward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
-flaky,expire=20241129 | FAIL: gdb.dwarf2/forward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		154
-# of flaky entries		0
-# of all tests			274
+# of stable fails		1
+# of flaky entries		24
+# of all tests			1654
 		=== gdb tests ===
 
-Running gdb:gdb.threads/thread-unwindonsignal.exp ...
-flaky,expire=20241129 | FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound (timeout)
-flaky,expire=20241129 | FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		142
-# of flaky entries		0
-# of all tests			274
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1162/:
+# of stable fails		3
+# of flaky entries		25
+# of all tests			1484
 		=== gdb tests ===
 
-Running gdb:gdb.base/default.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: info sources (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: info target (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: info terminal (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: list
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: load
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: nexti
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: output
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay manual #1 (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay auto (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay off (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: ptype
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: search
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: section
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: set annotate
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: set check "c" abbreviation (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: set check "ch" abbreviation (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: set height
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: set listsize
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: show check type
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: stepi
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: step "s" abbreviation #2 (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: step #2 (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: symbol-file (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: target native (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: target (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: tbreak (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: thread apply (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: thread find (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: unset
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: up-silently
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: watch
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: whatis
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: where
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: x
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241227 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
 
-Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
-flaky,expire=20241122 | ERROR: breakpoints not deleted
-flaky,expire=20241122 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
-flaky,expire=20241122 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
-flaky,expire=20241122 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
-flaky,expire=20241122 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
+		=== Results Summary ===
 
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: foo
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file
+# of stable fails		1
+# of flaky entries		28
+# of all tests			1519
 
-Running gdb:gdb.dwarf2/forward-spec-inter-cu.exp ...
-flaky,expire=20241122 | FAIL: gdb.dwarf2/forward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1209/:
+		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241122 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-flaky,expire=20241122 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		168
+# of stable fails		6
 # of flaky entries		0
-# of all tests			2065
+# of all tests			1837
 		=== gdb tests ===
 
-Running gdb:gdb.base/bg-execution-repeat.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/bg-execution-repeat.exp: c&: breakpoint hit 2 (timeout)
-
-Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/breakpoint-in-ro-region.exp: set debug target 0 (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/breakpoint-in-ro-region.exp: probe target hardware step (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main (timeout)
-
-Running gdb:gdb.base/default.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: info target
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: thread find
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: up-silently (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: section (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay auto
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: set check "c" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: output (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay off
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: unset (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: nexti "ni" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: watch (got interactive prompt)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: info sources
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: set check "ch" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: target
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: thread apply
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: set annotate (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: stepi (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: load (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay manual #2
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: overlay manual #1
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: tbreak
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: next
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: list (the program is no longer running)
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: info terminal
-flaky,expire=20241122 | FAIL: gdb.base/default.exp: target native
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=7: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
 
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20241122 | ERROR: Undefined command "apropos apropos".
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help delete
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help obscure (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help user-defined
-flaky,expire=20241122 | UNRESOLVED: gdb.base/help.exp: apropos apropos
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help stack
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help help "h" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help backtrace
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: apropos after documenting aliases
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help running
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: define mybt10 alias
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: apropos handle signal
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help show copying
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help support
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help internals
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help status
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help show warranty
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help show commands
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help show confirm
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help breakpoint "br" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help bt
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: document alias: mybt
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help commands
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: document alias: mybt10
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help tracepoints (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help files
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help gotcha
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help help
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: apropos \(print[^[ bsiedf\"'.-]\)
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help data (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help breakpoint "bre" abbreviation
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: define mybt alias
-flaky,expire=20241122 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
-
-Running gdb:gdb.base/savedregs.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: get caller info frame
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: get thrower info frame
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: get catcher info frame
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: get sigtramp info frame (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: get dummy info frame
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main
-flaky,expire=20241122 | FAIL: gdb.base/savedregs.exp: advance callee
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
 
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: breakpoint at foo is pending
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: remove-symbol-file -a addr
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: foo (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: info files must not display sym-file-lib
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: reload
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: stale bkpts: set breakpoint always-inserted on (got interactive prompt)
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: stale bkpts: continue to breakpoint: end here
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is resolved
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: gdb_remove_symbol_file (timeout)
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is pending
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: breakpoint at bar is pending
+		=== Results Summary ===
 
-Running gdb:gdb.mi/list-thread-groups-available.exp ...
-flaky,expire=20241122 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
-flaky,expire=20241122 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
+# of stable fails		140
+# of flaky entries		0
+# of all tests			1837
+		=== gdb tests ===
 
-Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
-flaky,expire=20241122 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
-flaky,expire=20241122 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to other line (timeout)
 
-Running gdb:gdb.mi/mi-break.exp ...
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function main --label foobar (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert -c "foo == 3" --source basics.c --function main --label label (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
+		=== Results Summary ===
 
-Running gdb:gdb.mi/mi-simplerun.exp ...
-flaky,expire=20241122 | FAIL: gdb.mi/mi-simplerun.exp: disabling of breakpoints (unexpected output)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints (timeout)
-flaky,expire=20241122 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled (unexpected output)
+# of stable fails		2
+# of flaky entries		5
+# of all tests			1656
+		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241122 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
-flaky,expire=20241122 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		627
-# of flaky entries		0
-# of all tests			2065
+# of stable fails		2
+# of flaky entries		7
+# of all tests			1528
 		=== gdb tests ===
 
-Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		122
-# of flaky entries		188
-# of all tests			2195
+# of stable fails		2
+# of flaky entries		9
+# of all tests			1519
 		=== gdb tests ===
 
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241122 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		121
-# of flaky entries		188
-# of all tests			2195
+# of stable fails		1
+# of flaky entries		11
+# of all tests			1580
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1158/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1208/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=23: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
+# of stable fails		3
 # of flaky entries		0
-# of all tests			1589
+# of all tests			1509
 		=== gdb tests ===
 
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20241222 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+flaky,expire=20241222 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=29: next to for loop (timeout)
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		126
+# of stable fails		139
 # of flaky entries		0
-# of all tests			1589
+# of all tests			1509
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=28: next to for loop (timeout)
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to for loop (timeout)
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=16: next to for loop (timeout)
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		4
-# of flaky entries		5
-# of all tests			1575
+# of stable fails		3
+# of flaky entries		6
+# of all tests			1536
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=22: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		9
-# of all tests			1672
+# of flaky entries		6
+# of all tests			1536
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to for loop (timeout)
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-flaky,expire=20241119 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=15: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
 # of flaky entries		10
-# of all tests			1519
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1157/:
+# of all tests			1570
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to other line (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1620
+# of stable fails		3
+# of flaky entries		13
+# of all tests			1555
 		=== gdb tests ===
 
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20241118 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20241118 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20241118 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20241118 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
-flaky,expire=20241118 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
-
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to for loop (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		125
-# of flaky entries		0
-# of all tests			1620
+# of stable fails		1
+# of flaky entries		16
+# of all tests			1605
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=13: next to for loop (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=7: next to other line (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=13: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		10
-# of all tests			1562
+# of flaky entries		17
+# of all tests			1535
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to other line (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		13
-# of all tests			1482
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1156/:
+# of stable fails		2
+# of flaky entries		20
+# of all tests			1525
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to for loop (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to for loop (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=24: next to other line (timeout)
+flaky,expire=20241222 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		10
-# of flaky entries		0
-# of all tests			1592
+# of stable fails		1
+# of flaky entries		22
+# of all tests			1531
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1180/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to for loop (timeout)
-flaky,expire=20241118 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=8: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		116
+# of stable fails		4
 # of flaky entries		0
-# of all tests			1592
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1155/:
+# of all tests			1756
 		=== gdb tests ===
 
-Running gdb:gdb.base/charset.exp ...
-flaky,expire=20241118 | FAIL: gdb.base/charset.exp: try malformed `set charset' (timeout)
-flaky,expire=20241118 | FAIL: gdb.base/charset.exp: capture valid host charsets
-flaky,expire=20241118 | FAIL: gdb.base/charset.exp: try `set target-charset' with invalid charset
-flaky,expire=20241118 | FAIL: gdb.base/charset.exp: try `set host-charset' with invalid charset (timeout)
-
-Running gdb:gdb.base/testenv.exp ...
-flaky,expire=20241118 | ERROR: breakpoints not deleted
-flaky,expire=20241118 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test2: unset TEST_GDB_GLOBAL
-flaky,expire=20241118 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL found with right value
-flaky,expire=20241118 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: test passing TEST_GDB_GLOBAL to GDB (timeout)
-flaky,expire=20241118 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, get num vars (timeout)
-flaky,expire=20241118 | UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test2: gdb_breakpoint: set breakpoint at testenv.c:42 (got interactive prompt)
-flaky,expire=20241118 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, confirmed
-
-		=== Results Summary ===
-
-# of stable fails		113
-# of flaky entries		0
-# of all tests			303
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1154/:
-		=== gdb tests ===
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20241202 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+flaky,expire=20241202 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
 
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=23: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=23: next to for loop (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		9
+# of stable fails		138
 # of flaky entries		0
-# of all tests			5714
+# of all tests			1756
 		=== gdb tests ===
 
-Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20241117 | ERROR: breakpoints not deleted
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20241117 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: with core
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
-flaky,expire=20241117 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
-flaky,expire=20241117 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
-
-Running gdb:gdb.linespec/cpcompletion.exp ...
-flaky,expire=20241117 | ERROR: breakpoints not deleted
-flaky,expire=20241117 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
-flaky,expire=20241117 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
-flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to other line (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		136
-# of flaky entries		0
-# of all tests			5714
+# of stable fails		2
+# of flaky entries		19
+# of all tests			1721
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=5: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		4
-# of flaky entries		40
-# of all tests			5606
+# of stable fails		1
+# of flaky entries		21
+# of all tests			1620
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		43
-# of all tests			1654
+# of flaky entries		22
+# of all tests			1586
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		45
-# of all tests			1555
+# of stable fails		1
+# of flaky entries		24
+# of all tests			1592
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=26: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		47
-# of all tests			1615
+# of flaky entries		25
+# of all tests			1684
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1179/:
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=22: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		48
-# of all tests			1505
+# of flaky entries		0
+# of all tests			1781
 		=== gdb tests ===
 
+Running gdb:gdb.base/sym-file.exp ...
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: gdb_breakpoint: set breakpoint at foo
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=sym-file-lib.so: info files must display sym-file-lib (timeout)
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=addr: continue to breakpoint: bar
+flaky,expire=20241202 | FAIL: gdb.base/sym-file.exp: remove_expr=bar + 0x10: info files must display sym-file-lib (timeout)
+
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=10: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		50
-# of all tests			1604
+# of stable fails		133
+# of flaky entries		0
+# of all tests			1781
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		52
-# of all tests			1529
+# of stable fails		1
+# of flaky entries		16
+# of all tests			1710
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		54
-# of all tests			1455
+# of stable fails		1
+# of flaky entries		17
+# of all tests			1663
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=22: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		57
-# of all tests			1522
+# of stable fails		4
+# of flaky entries		18
+# of all tests			1472
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		58
-# of all tests			1442
+# of flaky entries		22
+# of all tests			1491
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		61
-# of all tests			1579
+# of stable fails		1
+# of flaky entries		25
+# of all tests			1553
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to for loop (timeout)
+flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		63
-# of all tests			1559
+# of flaky entries		26
+# of all tests			1584
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1173/:
 		=== gdb tests ===
 
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		65
-# of all tests			1563
+# of stable fails		12
+# of flaky entries		0
+# of all tests			5829
 		=== gdb tests ===
 
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20241130 | ERROR: breakpoints not deleted
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20241130 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+
+Running gdb:gdb.base/sect-cmd.exp ...
+flaky,expire=20241130 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+flaky,expire=20241130 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
+
+Running gdb:gdb.dwarf2/gdb-index.exp ...
+flaky,expire=20241130 | ERROR: can't read "binfile_with_index": no such variable
+flaky,expire=20241130 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
+flaky,expire=20241130 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
+flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
+flaky,expire=20241130 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20241130 | ERROR: can't read "thread0": no such variable
+flaky,expire=20241130 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20241130 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
+
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=2: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=17: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		67
-# of all tests			1611
+# of stable fails		128
+# of flaky entries		0
+# of all tests			5829
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		68
-# of all tests			1441
+# of stable fails		3
+# of flaky entries		36
+# of all tests			1714
+		=== gdb tests ===
+
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		10
+# of flaky entries		36
+# of all tests			1714
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		69
-# of all tests			1595
+# of stable fails		3
+# of flaky entries		40
+# of all tests			1526
+		=== gdb tests ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1153/:
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=28: next to for loop (timeout)
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		42
+# of all tests			1690
+
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1172/:
 		=== gdb tests ===
 
 Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
+
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		6
+# of stable fails		9
 # of flaky entries		0
-# of all tests			1640
+# of all tests			6111
 		=== gdb tests ===
 
 Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20241117 | ERROR: breakpoints not deleted
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
-flaky,expire=20241117 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20241130 | ERROR: breakpoints not deleted
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: with core
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20241130 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
 
 Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
-
-		=== Results Summary ===
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
 
-# of stable fails		109
-# of flaky entries		0
-# of all tests			1640
-		=== gdb tests ===
+Running gdb:gdb.dwarf2/gdb-index.exp ...
+flaky,expire=20241130 | ERROR: can't read "binfile_with_index": no such variable
+flaky,expire=20241130 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
+flaky,expire=20241130 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
+flaky,expire=20241130 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
+Running gdb:gdb.linespec/cpcompletion.exp ...
+flaky,expire=20241130 | ERROR: breakpoints not deleted
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
+flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: set breakpoint
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()" completion list with bp location list: matches
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
+flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
+flaky,expire=20241130 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
+flaky,expire=20241130 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
 
-		=== Results Summary ===
+Running gdb:gdb.mi/list-thread-groups-available.exp ...
+flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
+flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
 
-# of stable fails		3
-# of flaky entries		14
-# of all tests			1555
-		=== gdb tests ===
+Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
+flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
+flaky,expire=20241130 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to other line (timeout)
+Running gdb:gdb.mi/mi2-var-child.exp ...
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (timeout)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
+flaky,expire=20241130 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
 
-		=== Results Summary ===
+Running gdb:gdb.threads/corethreads.exp ...
+flaky,expire=20241130 | ERROR: can't read "thread0": no such variable
+flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+flaky,expire=20241130 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+flaky,expire=20241130 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+flaky,expire=20241130 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
+flaky,expire=20241130 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
 
-# of stable fails		2
-# of flaky entries		16
-# of all tests			1591
-		=== gdb tests ===
+Running gdb:gdb.threads/create-fail.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=20: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
 
-		=== Results Summary ===
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue
 
-# of stable fails		2
-# of flaky entries		18
-# of all tests			1547
-		=== gdb tests ===
+Running gdb:gdb.threads/signal-sigtrap.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reaches handler
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
+Running gdb:gdb.threads/thread-unwindonsignal.exp ...
+flaky,expire=20241130 | FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
+flaky,expire=20241130 | FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		20
-# of all tests			1522
+# of stable fails		325
+# of flaky entries		0
+# of all tests			6111
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		23
-# of all tests			1606
+# of stable fails		2
+# of flaky entries		238
+# of all tests			6231
 		=== gdb tests ===
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20241130 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		24
-# of all tests			1574
+# of flaky entries		238
+# of all tests			6231
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		27
-# of all tests			1556
+# of flaky entries		241
+# of all tests			1568
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=14: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		29
-# of all tests			1543
+# of stable fails		3
+# of flaky entries		242
+# of all tests			1496
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=11: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=21: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		30
-# of all tests			1445
+# of stable fails		3
+# of flaky entries		245
+# of all tests			1536
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		32
-# of all tests			1538
+# of flaky entries		248
+# of all tests			1568
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
+flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		34
-# of all tests			1453
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		36
-# of all tests			1570
+# of flaky entries		250
+# of all tests			1482
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1152/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1154/:
 		=== gdb tests ===
 
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
+
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=10: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=5: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=25: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
+# of stable fails		9
 # of flaky entries		0
-# of all tests			1565
+# of all tests			5714
 		=== gdb tests ===
 
 Running gdb:gdb.base/corefile.exp ...
 flaky,expire=20241117 | ERROR: breakpoints not deleted
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
 flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
 flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
 flaky,expire=20241117 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
 flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: with core
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		112
-# of flaky entries		0
-# of all tests			1565
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=14: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		12
-# of all tests			1679
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		13
-# of all tests			1549
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=21: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		16
-# of all tests			1496
-		=== gdb tests ===
-
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=22: next to for loop (timeout)
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
 
-		=== Results Summary ===
+Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
+flaky,expire=20241117 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
+flaky,expire=20241117 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
 
-# of stable fails		3
-# of flaky entries		19
-# of all tests			1504
-		=== gdb tests ===
+Running gdb:gdb.linespec/cpcompletion.exp ...
+flaky,expire=20241117 | ERROR: breakpoints not deleted
+flaky,expire=20241117 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
+flaky,expire=20241117 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
+flaky,expire=20241117 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoints (got interactive prompt)
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=16: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		22
-# of all tests			1567
-		=== gdb tests ===
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=12: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to other line (timeout)
 
-Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=8: next to for loop (timeout)
+Running gdb:gdb.threads/process-dies-while-detaching.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		1
-# of flaky entries		23
-# of all tests			1630
+# of stable fails		136
+# of flaky entries		0
+# of all tests			5714
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=17: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=18: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=11: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		4
-# of flaky entries		24
-# of all tests			1556
+# of flaky entries		40
+# of all tests			5606
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=9: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=20: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=26: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		28
-# of all tests			1548
+# of flaky entries		43
+# of all tests			1654
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=27: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=13: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		30
-# of all tests			1613
+# of flaky entries		45
+# of all tests			1555
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=15: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		32
-# of all tests			1561
+# of stable fails		1
+# of flaky entries		47
+# of all tests			1615
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=26: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=18: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=8: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		34
-# of all tests			1667
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1151/:
+# of flaky entries		48
+# of all tests			1505
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=19: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		0
-# of all tests			1561
+# of flaky entries		50
+# of all tests			1604
 		=== gdb tests ===
 
-Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20241117 | ERROR: breakpoints not deleted
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20241117 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
-flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: with core
-
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=9: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=1: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		99
-# of flaky entries		0
-# of all tests			1561
+# of stable fails		2
+# of flaky entries		52
+# of all tests			1529
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=fork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=28: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=4: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		3
-# of flaky entries		10
-# of all tests			1505
+# of flaky entries		54
+# of all tests			1455
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=4: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
-# of flaky entries		13
-# of all tests			1474
+# of stable fails		1
+# of flaky entries		57
+# of all tests			1522
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=27: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		2
-# of flaky entries		16
-# of all tests			1513
+# of stable fails		3
+# of flaky entries		58
+# of all tests			1442
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=18: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=3: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		18
-# of all tests			1433
+# of flaky entries		61
+# of all tests			1579
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=19: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=12: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=3: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		20
-# of all tests			1520
+# of flaky entries		63
+# of all tests			1559
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=21: next to other line (timeout)
-flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=25: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=2: next to for loop (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		2
-# of flaky entries		22
-# of all tests			1591
+# of flaky entries		65
+# of all tests			1563
 		=== gdb tests ===
 
 Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
@@ -8267,532 +2812,212 @@ flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		24
+# of flaky entries		67
 # of all tests			1611
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1139/:
 		=== gdb tests ===
 
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20241109 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-flaky,expire=20241109 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to for loop (timeout)
 
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241109 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-flaky,expire=20241109 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
-flaky,expire=20241109 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
+		=== Results Summary ===
 
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241109 | ERROR: can't read "thread0": no such variable
-flaky,expire=20241109 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20241109 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20241109 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
-flaky,expire=20241109 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
-flaky,expire=20241109 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+# of stable fails		1
+# of flaky entries		68
+# of all tests			1441
+		=== gdb tests ===
+
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=6: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=20: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		121
-# of flaky entries		0
-# of all tests			30
+# of stable fails		2
+# of flaky entries		69
+# of all tests			1595
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1138/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1153/:
 		=== gdb tests ===
 
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
 
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=2: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=25: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		13
+# of stable fails		6
 # of flaky entries		0
-# of all tests			685
+# of all tests			1640
 		=== gdb tests ===
 
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241108 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
+Running gdb:gdb.base/corefile.exp ...
+flaky,expire=20241117 | ERROR: breakpoints not deleted
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+flaky,expire=20241117 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/corefile.exp: run: with core
 
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241108 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20241108 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-flaky,expire=20241108 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
+flaky,expire=20241117 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
 
-Running gdb:gdb.mi/mi2-var-child.exp ...
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (timeout)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8 (unexpected output)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=0: next to other line (timeout)
 
-Running gdb:gdb.python/py-framefilter-mi.exp ...
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 0 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables 0 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2 (unexpected output)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack listing (timeout)
+		=== Results Summary ===
 
-Running gdb:gdb.python/py-framefilter.exp ...
-flaky,expire=20241108 | ERROR: Window too small.
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: frame-info short-location
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 all args
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 scalars
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: re-enable frame-filter global Reverse
-flaky,expire=20241108 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - set height unlimited
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 scalars
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: info frame filter after setting priority
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-line
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 no args
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 3 with frame-filter Reverse disabled
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt full with Reverse disabled
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: frame-info source-and-location
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: turn off frame arguments
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filters full with Reverse disabled
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: continue to breakpoint: Backtrace end breakpoint
-flaky,expire=20241108 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt - q
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Reverse
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no args
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 with Error filter
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filters
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: set frame-filter priotiy global Elider 1000
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: info frame filter before disable frame filter
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: Turn off address printing
-flaky,expire=20241108 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt full - q
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: Set python print-stack to message for Error filter
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: set priority of a non-existing filter
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no address
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 source-and-location
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to presence only
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt full with filters
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 short-location
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: Change ErrorFilter to throw KeyboardInterrupt
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Elider
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt with frame-filter Reverse disabled
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 presence
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt full hide with Reverse disabled
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-and-location
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: info frame filter before setting priority
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: turn on frame arguments
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt full
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Elider
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider after setting
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider before setting
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 with KeyboardInterrupt
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: frame-info source-line
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 short-location
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt with frame filters
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt full no-filters (timeout)
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: pagination quit - set height limited
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to scalars only
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Error
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: disable a non-existing filter
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: info frame filter after disable frame filter
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 no addresss
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 all args
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: frame-info auto
-flaky,expire=20241108 | FAIL: gdb.python/py-framefilter.exp: bt 1 presence
+# of stable fails		109
+# of flaky entries		0
+# of all tests			1640
+		=== gdb tests ===
 
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1 (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=16: next to for loop (timeout)
 
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal
+		=== Results Summary ===
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)
+# of stable fails		3
+# of flaky entries		14
+# of all tests			1555
+		=== gdb tests ===
 
-Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1
-flaky,expire=20241108 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: signal SIGUSR1
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=19: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=6: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		383
-# of flaky entries		0
-# of all tests			685
+# of stable fails		2
+# of flaky entries		16
+# of all tests			1591
 		=== gdb tests ===
 
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241108 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20241108 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=10: next to for loop (timeout)
 
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241108 | ERROR: can't read "thread0": no such variable
-flaky,expire=20241108 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20241108 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0 (timeout)
-flaky,expire=20241108 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20241108 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
-flaky,expire=20241108 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+		=== Results Summary ===
 
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
+# of stable fails		2
+# of flaky entries		18
+# of all tests			1547
+		=== gdb tests ===
 
-		=== Results Summary ===
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=0: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=24: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to for loop (timeout)
 
-# of stable fails		11
-# of flaky entries		279
-# of all tests			683
+		=== Results Summary ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1137/:
+# of stable fails		3
+# of flaky entries		20
+# of all tests			1522
 		=== gdb tests ===
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241107 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
-flaky,expire=20241107 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-flaky,expire=20241107 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=0: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		122
-# of flaky entries		0
-# of all tests			92
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1132/:
+# of stable fails		1
+# of flaky entries		23
+# of all tests			1606
 		=== gdb tests ===
 
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20241102 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241102 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=24: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=14: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=11: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		120
-# of flaky entries		0
-# of all tests			103
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1130/:
+# of stable fails		3
+# of flaky entries		24
+# of all tests			1574
 		=== gdb tests ===
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241031 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241031 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241031 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=9: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=on: i=4: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		125
-# of flaky entries		0
-# of all tests			92
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1129/:
+# of stable fails		2
+# of flaky entries		27
+# of all tests			1556
 		=== gdb tests ===
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241030 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=7: next to other line (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		1
-# of flaky entries		0
-# of all tests			92
+# of flaky entries		29
+# of all tests			1543
 		=== gdb tests ===
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241030 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241030 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=1: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=5: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		122
-# of flaky entries		0
-# of all tests			92
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1123/:
+# of stable fails		2
+# of flaky entries		30
+# of all tests			1445
 		=== gdb tests ===
 
-Running gdb:gdb.threads/signal-sigtrap.exp ...
-flaky,expire=20241025 | FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reaches handler
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=29: next to other line (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=6: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		126
-# of flaky entries		0
-# of all tests			11
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1122/:
+# of stable fails		2
+# of flaky entries		32
+# of all tests			1538
 		=== gdb tests ===
 
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20241025 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=3: next to for loop (timeout)
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=off: i=1: next to for loop (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		121
-# of flaky entries		0
-# of all tests			52
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1114/:
+# of stable fails		2
+# of flaky entries		34
+# of all tests			1453
 		=== gdb tests ===
 
-Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
-flaky,expire=20241020 | ERROR: breakpoints not deleted
-flaky,expire=20241020 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
-flaky,expire=20241020 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
-flaky,expire=20241020 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
-flaky,expire=20241020 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
-flaky,expire=20241020 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
-flaky,expire=20241020 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
-
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20241020 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20241020 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20241020 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20241020 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
-flaky,expire=20241020 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+Running gdb:gdb.threads/next-fork-exec-other-thread.exp ...
+flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_func=vfork: target-non-stop=off: non-stop=off: displaced-stepping=auto: i=12: next to other line (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		124
-# of flaky entries		0
-# of all tests			10
+# of stable fails		1
+# of flaky entries		36
+# of all tests			1570
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1113/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1122/:
 		=== gdb tests ===
 
-Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20241019 | ERROR: breakpoints not deleted
-flaky,expire=20241019 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
-flaky,expire=20241019 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20241019 | FAIL: gdb.base/corefile.exp: run: with core
-flaky,expire=20241019 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
-
-Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
-flaky,expire=20241019 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
-flaky,expire=20241019 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
-
-Running gdb:gdb.dwarf2/forward-spec-inter-cu.exp ...
-flaky,expire=20241019 | FAIL: gdb.dwarf2/forward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
+Running gdb:gdb.base/osabi.exp ...
+flaky,expire=20241025 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
 
 		=== Results Summary ===
 
 # of stable fails		121
 # of flaky entries		0
-# of all tests			48
-		=== gdb tests ===
-
-Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20241019 | FAIL: gdb.base/corefile.exp: run: core file is cleared (timeout)
-flaky,expire=20241019 | FAIL: gdb.base/corefile.exp: quit with a process
-flaky,expire=20241019 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		8
-# of all tests			37
+# of all tests			52
 
 # From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1105/:
 		=== gdb tests ===
@@ -10000,6 +4225,7 @@ Running gdb:gdb.threads/process-dies-while-detaching.exp ...
 flaky,expire=20230519 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
 
 		=== Results Summary ===
+################################
 # Known failures (from baseline)
 		=== gdb tests ===
 
