 11-check_regression/baseline.xfail      |  172 +
 11-check_regression/console.log.xz      |  Bin 0 -> 8596 bytes
 11-check_regression/extra-bisect-params |    1 +
 11-check_regression/fails.sum           |   11 +
 11-check_regression/flaky.xfail         | 2319 +++++++++++
 11-check_regression/results.regressions |    1 +
 11-check_regression/trigger-bisect      |    3 +
 README.html                             |   48 +-
 README.txt                              |   47 +-
 results                                 |    1 +
 sumfiles/xfails.xfail                   | 6732 +++----------------------------
 11 files changed, 3091 insertions(+), 6244 deletions(-)

diff --git a/11-check_regression/baseline.xfail b/11-check_regression/baseline.xfail
new file mode 100644
index 000000000..ab1bb9a78
--- /dev/null
+++ b/11-check_regression/baseline.xfail
@@ -0,0 +1,172 @@
+		=== gdb tests ===
+
+Running gdb:gdb.base/attach-pie-misread.exp ...
+FAIL: gdb.base/attach-pie-misread.exp: generate stub
+
+Running gdb:gdb.base/corefile.exp ...
+ERROR: breakpoints not deleted
+FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
+UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
+FAIL: gdb.base/corefile.exp: quit with a process (timeout)
+FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
+FAIL: gdb.base/corefile.exp: run: with core
+
+Running gdb:gdb.base/list-dot-nodebug.exp ...
+FAIL: gdb.base/list-dot-nodebug.exp: debug=none: print before start
+
+Running gdb:gdb.base/reggroups.exp ...
+FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
+FAIL: gdb.base/reggroups.exp: fetch reggroup regs vector (timeout)
+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 ...
+ERROR: breakpoints not deleted
+FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
+FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
+FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
+UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
+FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
+FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
+
+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.dwarf2/gdb-index.exp ...
+ERROR: can't read "binfile_with_index": no such variable
+FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
+UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
+ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
+ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
+
+Running gdb:gdb.dwarf2/pr13961.exp ...
+FAIL: gdb.dwarf2/pr13961.exp: no foo::foo (timeout)
+
+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.threads/corethreads.exp ...
+ERROR: can't read "thread0": no such variable
+FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
+FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
+UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
+ERROR: tcl error code TCL LOOKUP VARNAME thread0
+ERROR: tcl error sourcing gdb.threads/corethreads.exp.
+
+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..24d27575d
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..d02cd95cb
--- /dev/null
+++ b/11-check_regression/extra-bisect-params
@@ -0,0 +1 @@
+extra_build_params=++testsuites gdb:gdb.tui/resize-2.exp 
diff --git a/11-check_regression/fails.sum b/11-check_regression/fails.sum
new file mode 100644
index 000000000..fbe62d3ad
--- /dev/null
+++ b/11-check_regression/fails.sum
@@ -0,0 +1,11 @@
+		=== gdb tests ===
+
+Running gdb:gdb.tui/resize-2.exp ...
+FAIL: gdb.tui/resize-2.exp: again: curses width 80
+FAIL: gdb.tui/resize-2.exp: again: gdb width 80
+
+		=== Results Summary ===
+
+# of stable fails		91
+# of flaky entries		350
+# of all tests			121461
diff --git a/11-check_regression/flaky.xfail b/11-check_regression/flaky.xfail
new file mode 100644
index 000000000..0c29fc028
--- /dev/null
+++ b/11-check_regression/flaky.xfail
@@ -0,0 +1,2319 @@
+################################
+# New flaky tests
+# 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
+################################
+# Known flaky tests
+
+# 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..826532c0e
--- /dev/null
+++ b/11-check_regression/results.regressions
@@ -0,0 +1 @@
+# 2 regressions
diff --git a/11-check_regression/trigger-bisect b/11-check_regression/trigger-bisect
new file mode 100644
index 000000000..c81a8ca09
--- /dev/null
+++ b/11-check_regression/trigger-bisect
@@ -0,0 +1,3 @@
+current_project=gdb
+bad_git=git://sourceware.org/git/binutils-gdb.git#d3acf3d759d085df544687b39a0c2900d3117bf7
+extra_build_params=++testsuites gdb:gdb.tui/resize-2.exp 
diff --git a/README.html b/README.html
index c85b04608..29efe3e6a 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,47 +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.log.7.xz">./00-sumfiles/gdb.log.7.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="./00-sumfiles/gdb.sum.7/*view*/">./00-sumfiles/gdb.sum.7</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>
@@ -105,6 +61,8 @@ List of files below:
 <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-make.txt/*view*/">./notify/configure-make.txt</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/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>
 <li><a href="./notify/jira/components/*view*/">./notify/jira/components</a>
@@ -113,6 +71,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>
@@ -120,6 +79,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 c3f9cf178..be5ccd770 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,47 +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.log.7.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
-- ./00-sumfiles/gdb.sum.7
-- ./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
@@ -102,6 +58,8 @@ List of files below:
 - ./jenkins/run-build.env
 - ./manifest.sh
 - ./notify/configure-make.txt
+- ./notify/configure-toolchain.txt
+- ./notify/fixes.sum
 - ./notify/jira/comment-card.txt
 - ./notify/jira/comment-template.txt
 - ./notify/jira/components
@@ -110,6 +68,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 98c55f763..ba86d1a73 100644
--- a/results
+++ b/results
@@ -15,3 +15,4 @@
 # build_abe check_gdb -- --set check_buffer_workaround=gdb-read1:
 0
 # 2 regressions
+# 2 regressions
diff --git a/sumfiles/xfails.xfail b/sumfiles/xfails.xfail
index dad27fcb6..2ba344a03 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/1180/:
 		=== gdb tests ===
@@ -100,6 +101,7 @@ flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_
 # of stable fails		1
 # of flaky entries		25
 # of all tests			1684
+################################
 # Known flaky tests
 
 # From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1179/:
@@ -206,129 +208,6 @@ flaky,expire=20241202 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_
 # of flaky entries		26
 # of all tests			1584
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1175/:
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1616
-		=== 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=9: next to other line (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		124
-# of flaky entries		0
-# of all tests			1616
-		=== 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)
-
-		=== 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/:
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			1680
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		127
-# of flaky entries		0
-# of all tests			1680
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		4
-# of all tests			1566
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		6
-# of all tests			1655
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		8
-# of all tests			1621
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		9
-# of all tests			1561
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		11
-# 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=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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		13
-# of all tests			1550
-
 # From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1173/:
 		=== gdb tests ===
 
@@ -807,609 +686,6 @@ flaky,expire=20241130 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_
 # of flaky entries		250
 # of all tests			1482
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1170/:
-		=== gdb tests ===
-
-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
-		=== 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
-
-		=== 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/:
-		=== 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.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)
-
-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
-
-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)
-
-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)
-
-		=== Results Summary ===
-
-# of stable fails		168
-# of flaky entries		0
-# of all tests			2065
-		=== 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.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.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
-
-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)
-
-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.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)
-
-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)
-
-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)
-
-		=== Results Summary ===
-
-# of stable fails		627
-# of flaky entries		0
-# of all tests			2065
-		=== 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
-
-		=== Results Summary ===
-
-# of stable fails		122
-# of flaky entries		188
-# of all tests			2195
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		188
-# of all tests			2195
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1158/:
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1589
-		=== 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=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)
-
-		=== Results Summary ===
-
-# of stable fails		126
-# of flaky entries		0
-# of all tests			1589
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		4
-# of flaky entries		5
-# of all tests			1575
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		9
-# of all tests			1672
-		=== 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)
-
-		=== 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/:
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		0
-# of all tests			1620
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		125
-# of flaky entries		0
-# of all tests			1620
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		10
-# of all tests			1562
-		=== 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)
-
-		=== 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/:
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		10
-# of flaky entries		0
-# of all tests			1592
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		116
-# of flaky entries		0
-# of all tests			1592
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1155/:
-		=== 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 ===
 
@@ -1828,5596 +1104,739 @@ flaky,expire=20241117 | FAIL: gdb.threads/next-fork-exec-other-thread.exp: fork_
 # of flaky entries		36
 # of all tests			1570
 
-# 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/1122/:
 		=== 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=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)
+Running gdb:gdb.base/osabi.exp ...
+flaky,expire=20241025 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
 
 		=== Results Summary ===
 
-# of stable fails		3
+# of stable fails		121
 # of flaky entries		0
-# of all tests			1565
+# 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/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 | 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)
+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		112
+# of stable fails		8
 # 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
+# of all tests			114
 		=== 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 ===
+Running gdb:gdb.base/osabi.exp ...
+flaky,expire=20241013 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
 
-# of stable fails		3
-# of flaky entries		16
-# of all tests			1496
-		=== gdb tests ===
+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/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.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		3
-# of flaky entries		19
-# of all tests			1504
+# of stable fails		129
+# of flaky entries		0
+# of all tests			114
 		=== 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=16: next to other line (timeout)
+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		1
-# of flaky entries		22
-# of all tests			1567
-		=== 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=8: next to for loop (timeout)
-
-		=== Results Summary ===
+# of stable fails		7
+# of flaky entries		4
+# of all tests			104
 
-# of stable fails		1
-# of flaky entries		23
-# of all tests			1630
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1104/:
 		=== 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)
+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		24
-# 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=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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		28
-# of all tests			1548
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		30
-# of all tests			1613
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		32
-# of all tests			1561
-		=== 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)
-
-		=== 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/:
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
 # of flaky entries		0
-# of all tests			1561
+# of all tests			104
 		=== 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)
+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		99
+# of stable fails		123
 # of flaky entries		0
-# of all tests			1561
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		3
-# of flaky entries		10
-# of all tests			1505
+# of all tests			104
 		=== 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)
+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		13
-# of all tests			1474
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		16
-# of all tests			1513
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		18
-# of all tests			1433
-		=== 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)
-
-		=== Results Summary ===
-
-# of stable fails		2
-# of flaky entries		20
-# of all tests			1520
-		=== 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)
-
-		=== Results Summary ===
+# of flaky entries		2
+# of all tests			10
 
-# of stable fails		2
-# of flaky entries		22
-# of all tests			1591
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1063/:
 		=== 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		24
-# 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/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=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.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
-
-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.
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			30
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1138/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1
-
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum
-
-		=== Results Summary ===
-
-# of stable fails		13
-# of flaky entries		0
-# of all tests			685
-		=== 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/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.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.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)
-
-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
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1 (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
+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=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)
-
-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
-
-		=== Results Summary ===
-
-# of stable fails		383
-# of flaky entries		0
-# of all tests			685
-		=== 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/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.
-
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20241108 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
+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		279
-# of all tests			683
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1137/:
-		=== 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)
-
-		=== 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 all tests			511
 		=== 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.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.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)
-
-		=== 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/:
-		=== 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)
-
-		=== 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/:
-		=== 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
-
-		=== Results Summary ===
-
-# of stable fails		1
-# of flaky entries		0
-# of all tests			92
-		=== 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)
-
-		=== 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/:
-		=== 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
-
-		=== 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/:
-		=== 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/1114/:
-		=== 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.
-
-		=== Results Summary ===
-
-# of stable fails		124
-# of flaky entries		0
-# of all tests			10
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1113/:
-		=== 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)
-
-		=== 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
-
-# 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/1095/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241008 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20241008 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20241008 | 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			10
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20241008 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-flaky,expire=20241008 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		121
-# of flaky entries		0
-# of all tests			10
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1094/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20241007 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-flaky,expire=20241007 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-
-Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
-flaky,expire=20241007 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1
-flaky,expire=20241007 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: signal SIGUSR1
-
-		=== Results Summary ===
-
-# of stable fails		128
-# of flaky entries		0
-# of all tests			21
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1092/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/self-spec.exp ...
-flaky,expire=20241005 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		125
-# of flaky entries		0
-# of all tests			4
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1090/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241003 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-flaky,expire=20241003 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
-flaky,expire=20241003 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
-
-		=== Results Summary ===
-
-# of stable fails		126
-# of flaky entries		0
-# of all tests			18
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1089/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20241002 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20241002 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-flaky,expire=20241002 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
-flaky,expire=20241002 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241002 | ERROR: can't read "thread0": no such variable
-flaky,expire=20241002 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
-flaky,expire=20241002 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20241002 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20241002 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
-flaky,expire=20241002 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20241002 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		123
-# of flaky entries		0
-# of all tests			39
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1088/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		10
-# of flaky entries		0
-# of all tests			4748
-		=== gdb tests ===
-
-Running gdb:gdb.linespec/cpcompletion.exp ...
-flaky,expire=20241001 | ERROR: breakpoints not deleted
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20241001 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
-flaky,expire=20241001 | 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=20241001 | 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=20241001 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20241001 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
-flaky,expire=20241001 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
-flaky,expire=20241001 | 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=20241001 | 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=20241001 | 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=20241001 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
-flaky,expire=20241001 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
-
-Running gdb:gdb.mi/list-thread-groups-available.exp ...
-flaky,expire=20241001 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
-flaky,expire=20241001 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
-
-Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
-flaky,expire=20241001 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
-flaky,expire=20241001 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
-
-Running gdb:gdb.mi/mi-break.exp ...
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments to -break-condition (unexpected output)
-
-Running gdb:gdb.mi/mi-simplerun.exp ...
-flaky,expire=20241001 | FAIL: gdb.mi/mi-simplerun.exp: disabling of breakpoints (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints (timeout)
-flaky,expire=20241001 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled (unexpected output)
-
-Running gdb:gdb.mi/mi2-var-child.exp ...
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
-flaky,expire=20241001 | 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=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
-flaky,expire=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
-flaky,expire=20241001 | 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=20241001 | 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=20241001 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
-
-Running gdb:gdb.python/py-framefilter-mi.exp ...
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack listing (timeout)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 0 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables 0 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1 (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values (unexpected output)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0 (unexpected output)
-
-Running gdb:gdb.python/py-framefilter.exp ...
-flaky,expire=20241001 | ERROR: Window too small.
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Elider
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: Turn off address printing
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 3 with frame-filter Reverse disabled
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: frame-info short-location
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: re-enable frame-filter global Reverse
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider before setting
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-line
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: disable a non-existing filter
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no args
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to scalars only
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Elider
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 all args
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 with Error filter
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: frame-info auto
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 short-location
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to presence only
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: Change ErrorFilter to throw KeyboardInterrupt
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filters full with Reverse disabled
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 no args
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: pagination quit - set height limited
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: turn off frame arguments
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 with KeyboardInterrupt
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: continue to breakpoint: Backtrace end breakpoint
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt full with Reverse disabled
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 presence
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt full hide with Reverse disabled
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt full no-filters (timeout)
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: info frame filter after disable frame filter
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Error
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: info frame filter after setting priority
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt with frame filters
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 source-and-location
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: info frame filter before setting priority
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Reverse
-flaky,expire=20241001 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - set height unlimited
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: frame-info source-line
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: info frame filter before disable frame filter
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: Set python print-stack to message for Error filter
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: set frame-filter priotiy global Elider 1000
-flaky,expire=20241001 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt full - q
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 scalars
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt full
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 presence
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: frame-info source-and-location
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: set priority of a non-existing filter
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: turn on frame arguments
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt with frame-filter Reverse disabled
-flaky,expire=20241001 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt - q
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt full with filters
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 scalars
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no address
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-and-location
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 short-location
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 no addresss
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt 1 all args
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider after setting
-flaky,expire=20241001 | FAIL: gdb.python/py-framefilter.exp: bt no-filters
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20241001 | ERROR: can't read "thread0": no such variable
-flaky,expire=20241001 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20241001 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1 (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0 (timeout)
-flaky,expire=20241001 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
-flaky,expire=20241001 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20241001 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal
-flaky,expire=20241001 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
-
-Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
-flaky,expire=20241001 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: signal SIGUSR1
-
-		=== Results Summary ===
-
-# of stable fails		495
-# of flaky entries		0
-# of all tests			4748
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20241001 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		7
-# of flaky entries		361
-# of all tests			4772
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1086/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240929 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240929 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (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/1082/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/batch-preserve-term-settings.exp ...
-flaky,expire=20240925 | FAIL: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: terminal settings preserved
-
-		=== Results Summary ===
-
-# of stable fails		124
-# of flaky entries		0
-# of all tests			38
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1078/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/charset.exp ...
-flaky,expire=20240921 | FAIL: gdb.base/charset.exp: try `set host-charset' with invalid charset
-flaky,expire=20240921 | FAIL: gdb.base/charset.exp: capture valid host charsets
-flaky,expire=20240921 | FAIL: gdb.base/charset.exp: try malformed `set charset' (timeout)
-
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20240921 | ERROR: Undefined command "apropos \(print[^[ bsiedf\"'.-]\)".
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help tracepoints
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help show warranty
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help bt
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help gotcha
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: apropos after documenting aliases (timeout)
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help user-defined
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help commands
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: document alias: mybt
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help show commands
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: apropos apropos
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: apropos handle signal
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help support
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help help "h" abbreviation
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
-flaky,expire=20240921 | UNRESOLVED: gdb.base/help.exp: apropos \(print[^[ bsiedf\"'.-]\)
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help status (timeout)
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: document alias: mybt10 (timeout)
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: define mybt alias
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: define mybt10 alias
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help show copying
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
-flaky,expire=20240921 | FAIL: gdb.base/help.exp: help show confirm
-
-		=== Results Summary ===
-
-# of stable fails		141
-# of flaky entries		0
-# of all tests			330
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1077/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20240920 | ERROR: Undefined command "alias mybt = backtrace".
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help running (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help user-defined (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help breakpoint "bre" abbreviation
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help breakpoint "brea" abbreviation
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: apropos handle signal
-flaky,expire=20240920 | UNRESOLVED: gdb.base/help.exp: define mybt alias
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: apropos after documenting aliases
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help after documenting aliases
-
-		=== Results Summary ===
-
-# of stable fails		42
-# of flaky entries		0
-# of all tests			1021
-		=== gdb tests ===
-
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20240920 | ERROR: Undefined command "apropos handle signal".
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help user-defined
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: define mybt alias
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: apropos after documenting aliases (timeout)
-flaky,expire=20240920 | UNRESOLVED: gdb.base/help.exp: apropos handle signal
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help running
-
-Running gdb:gdb.base/testenv.exp ...
-flaky,expire=20240920 | ERROR: breakpoints not deleted
-flaky,expire=20240920 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL found with right value
-flaky,expire=20240920 | UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test2: TEST_GDB_GLOBAL is unset, get num vars
-flaky,expire=20240920 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: test passing TEST_GDB_GLOBAL to GDB (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, confirmed
-flaky,expire=20240920 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, get num vars
-flaky,expire=20240920 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test2: unset TEST_GDB_GLOBAL
-flaky,expire=20240920 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test2: info breakpoints (got interactive prompt)
-
-Running gdb:gdb.reverse/sigall-precsave.exp ...
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to MSG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LWP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 59
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 48
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLOST stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_61
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG47 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG42 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGMSG stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCONT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to GRANT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 54
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_EMT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_51
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SOUND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGHUP stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SAK
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSOUND stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal FPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WAITING
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 55
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG40 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG34 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_MSG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_63
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 55
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTOU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG38 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal DANGER
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPWR stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LOST
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 34
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_50
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal BUS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 36
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_47
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGABRT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 33
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_36
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PHONE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_URG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGALRM stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PRIO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG55 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_54
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XFSZ
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_IO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG61 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to DANGER
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CHLD
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LWP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to GRANT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_VTALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CONT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG39 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XCPU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal EMT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 36
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XCPU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to EMT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_EMT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG37 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 55
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SEGV
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 36
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPWR stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XCPU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCHLD stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 58
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 38
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_39
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_33
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTOU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG47 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LOST
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGQUIT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CHLD
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 51
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_IO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTOU stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTIN
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_43
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSYS stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WINCH
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR1
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PIPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 45
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG51 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PRIO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to DANGER
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 61
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XFSZ
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCHLD stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGRETRACT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_62
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSAK stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXFSZ stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 47
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ABRT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTSTP stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG63 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal GRANT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG50 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPRIO stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_45
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG46 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_46
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_44
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PIPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 50
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LOST
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SAK
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 59
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXCPU stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WIND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WIND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLWP stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG48 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TSTP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WAITING
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ABRT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal BUS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_63
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_55
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PWR
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal FPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to BUS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PIPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG43 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal VTALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: b handle_TERM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 51
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 43
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_DANGER
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTOU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal URG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 57
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SAK
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal RETRACT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LWP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal IO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 48
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG60 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_RETRACT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 54
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal MSG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 41
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG59 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG36 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_48
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PIPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XCPU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGVTALRM stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SAK
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 60
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWIND stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR2 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG45 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 51
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 39
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SOUND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 47
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_55
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG36 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_52
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 56
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPHONE stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTIN
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to RETRACT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 53
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CONT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 49
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 57
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PIPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 42
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 40
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG49 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PWR
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 40
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 63
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_38
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_BUS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal MSG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 51
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGURG stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal IO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 42
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_56
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG35 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG62 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal POLL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 62
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGIO stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTIN
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 41
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 44
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 52
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPROF stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTSTP stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LWP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTOU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 58
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 60
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PROF
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 39
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTIN
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TSTP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 47
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_54
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 37
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGALRM stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_58
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG53 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR1
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTOU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SAK
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WINCH
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_40
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPIPE stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR1 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 35
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG42 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LOST
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 62
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TSTP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal URG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_34
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WAITING
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 41
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_POLL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 53
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CONT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 33
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 47
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG38 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 45
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TSTP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LOST
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGEMT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SEGV
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WINCH
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WAITING
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 43
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG44 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 51
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR1
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TSTP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 46
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to EMT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 38
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal RETRACT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWINCH stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_51
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 55
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ABRT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ABRT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SYS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SYS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_53
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 45
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PROF
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XFSZ
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR1 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PHONE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PHONE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 34
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGEMT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPROF stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal GRANT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 60
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 57
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LWP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 34
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 62
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to FPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 38
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_FPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 35
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_53
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 48
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CONT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 46
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CHLD
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG56 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 53
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG57 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 42
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_VTALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WAITING
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG54 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TERM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 52
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_60
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal EMT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 58
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 47
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 49
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 39
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG41 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTIN
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PWR
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 35
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal DANGER
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGBUS stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 63
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR1
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_37
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTOU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal POLL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG33 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG58 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 56
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 54
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPIPE stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 63
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal BUS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SYS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 63
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_42
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 35
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_59
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SOUND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 52
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PROF
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 62
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 50
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PROF
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR1
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG52 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_57
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_34
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWAITING stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGGRANT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_59
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG46 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SOUND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG45 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGURG stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to POLL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TSTP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 36
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 37
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 40
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 43
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to RETRACT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 62
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 37
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWIND stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG59 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_DANGER
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 59
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 44
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTIN
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WIND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XFSZ
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_FPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXCPU stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CHLD
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 37
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_GRANT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal DANGER
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 40
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 46
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 50
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 38
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 43
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_43
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGMSG stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to IO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG33 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 46
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 41
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTIN stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 34
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 33
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_45
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PRIO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG55 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 41
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR1
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_61
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TERM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 33
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LWP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CONT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 40
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_41
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PRIO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR1
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 61
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 59
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG37 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_52
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: handle SIGTERM stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_44
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_49
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 33
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 49
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WIND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 42
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGBUS stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_33
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 39
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 44
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 57
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG61 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CONT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGVTALRM stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGILL stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_BUS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_39
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSAK stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PWR
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: handle all stop print (timeout)
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SOUND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SOUND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG56 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SEGV
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 50
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_41
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG35 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGFPE stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGFPE stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 45
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XFSZ
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_56
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGHUP stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 39
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 55
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_48
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG58 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 53
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal URG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WINCH
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSOUND stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CHLD
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 44
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 44
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WIND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WAITING
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SEGV
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG48 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGDANGER stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_47
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 54
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_37
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG44 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG40 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 36
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPOLL stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ABRT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WIND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WINCH
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PHONE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LWP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_57
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 60
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_49
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSEGV stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSYS stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XFSZ
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WAITING
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 57
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_62
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WIND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG43 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_60
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal IO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SYS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG53 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SOUND
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 37
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTIN stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG62 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal VTALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PHONE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 43
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_50
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal MSG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PRIO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPOLL stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WINCH
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR2
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to VTALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG34 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SAK
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 56
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SYS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXFSZ stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_RETRACT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGIO stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGDANGER stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_46
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal RETRACT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_58
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGILL stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to URG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 56
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG54 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PHONE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_POLL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal GRANT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SEGV
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 35
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 45
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPRIO stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 50
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 58
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal POLL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_40
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 61
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: send signal TERM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LOST
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 46
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PRIO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG52 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal VTALRM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 56
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCONT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWINCH stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 60
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTOU stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PRIO
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 42
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to MSG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ABRT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PWR
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 48
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 52
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_38
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_MSG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal HUP
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 63
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 48
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_42
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SAK
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 38
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_GRANT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to POLL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: get signal TERM
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PROF
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PIPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG63 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLOST stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 52
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG57 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 49
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_36
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal EMT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGRETRACT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLWP stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SYS
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PWR
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 59
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CHLD
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 61
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGQUIT stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSEGV stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XCPU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG50 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XCPU
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 53
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG60 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ILL
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SEGV
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PROF
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 34
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPHONE stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 49
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal QUIT
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PWR
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG49 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 54
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG51 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR2 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal FPE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_35
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_35
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 61
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG39 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWAITING stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG41 stop print
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_URG
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 58
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PHONE
-flaky,expire=20240920 | FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGGRANT stop print
-
-		=== Results Summary ===
-
-# of stable fails		1232
-# of flaky entries		0
-# of all tests			1021
-		=== gdb tests ===
-
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help commands
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help tracepoints
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help backtrace
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: apropos apropos
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: document alias: mybt10
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help internals
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help files
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help bt
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: define mybt10 alias
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help stack
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help data (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help help
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help breakpoint "br" abbreviation
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help show commands
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: apropos \(print[^[ bsiedf\"'.-]\)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help show copying
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help gotcha
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help support
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help obscure (timeout)
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: document alias: mybt
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help delete
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help show confirm
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help help "h" abbreviation
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help status
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
-flaky,expire=20240920 | FAIL: gdb.base/help.exp: help show warranty
-
-		=== Results Summary ===
-
-# of stable fails		33
-# of flaky entries		723
-# of all tests			1020
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1071/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/backward-spec-inter-cu.exp ...
-flaky,expire=20240914 | FAIL: gdb.dwarf2/backward-spec-inter-cu.exp: worker_threads=default: v has parent ns (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		112
-# of flaky entries		0
-# of all tests			3
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1064/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20240907 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20240907 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20240907 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20240907 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
-flaky,expire=20240907 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
-
-		=== Results Summary ===
-
-# of stable fails		122
-# of flaky entries		0
-# of all tests			7
-
-# 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/1050/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/forward-spec-inter-cu.exp ...
-flaky,expire=20240901 | FAIL: gdb.dwarf2/forward-spec-inter-cu.exp: worker_threads=0: v has parent ns (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240901 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240901 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240901 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		152
-# of flaky entries		0
-# of all tests			95
-
-# 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/1045/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20240831 | ERROR: breakpoints not deleted
-flaky,expire=20240831 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
-flaky,expire=20240831 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
-flaky,expire=20240831 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20240831 | FAIL: gdb.base/corefile.exp: run: with core
-
-Running gdb:gdb.dwarf2/dw2-is-stmt-2.exp ...
-flaky,expire=20240831 | FAIL: gdb.dwarf2/dw2-is-stmt-2.exp: disassemble main (timeout)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
-flaky,expire=20240831 | FAIL: gdb.dwarf2/self-spec.exp: maint expand-symtabs (timeout)
-
-Running gdb:gdb.linespec/cpcompletion.exp ...
-flaky,expire=20240831 | ERROR: breakpoints not deleted
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
-flaky,expire=20240831 | 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=20240831 | 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=20240831 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
-flaky,expire=20240831 | 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=20240831 | 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=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (clearing input line)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
-flaky,expire=20240831 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
-flaky,expire=20240831 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function(int)"
-flaky,expire=20240831 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab) (timeout)
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
-flaky,expire=20240831 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter (timeout)
-flaky,expire=20240831 | FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups (timeout)
-
-Running gdb:gdb.mi/list-thread-groups-no-inferior.exp ...
-flaky,expire=20240831 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive (timeout)
-flaky,expire=20240831 | FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available (timeout)
-
-Running gdb:gdb.mi/mi-break.exp ...
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is forced (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is defined (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: list of explicit breakpoints (timeout)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition with --force (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments to -break-condition (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: condition is cleared (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: breakpoint with forced condition (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: define a bp (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments with --force (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is forced (unexpected output)
-
-Running gdb:gdb.mi/mi-simplerun.exp ...
-flaky,expire=20240831 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints (timeout)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi-simplerun.exp: disabling of breakpoints (unexpected output)
-
-Running gdb:gdb.mi/mi2-var-child.exp ...
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1 (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous (unexpected output)
-flaky,expire=20240831 | 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=20240831 | 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=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests (failed to resume)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1 (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1 (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20240831 | 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=20240831 | 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=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests (unknown output after running)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b (unexpected output)
-flaky,expire=20240831 | 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=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var21 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3 (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a (unexpected output)
-flaky,expire=20240831 | FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b (unexpected output)
-
-Running gdb:gdb.threads/ia64-sigill.exp ...
-flaky,expire=20240831 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum (timeout)
-flaky,expire=20240831 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
-flaky,expire=20240831 | FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240831 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue (timeout)
-flaky,expire=20240831 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240831 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		364
-# of flaky entries		0
-# of all tests			4996
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1043/:
-		=== gdb tests ===
-
-Running gdb:gdb.dap/step-out.exp ...
-flaky,expire=20240830 | UNRESOLVED: gdb.dap/step-out.exp: testcase gdb.dap/step-out.exp' aborted due to Tcl error
-flaky,expire=20240830 | ERROR: tcl error sourcing gdb.dap/step-out.exp.
-flaky,expire=20240830 | ERROR: tcl error code NONE
-flaky,expire=20240830 | ERROR: timeout reading json header
-
-		=== Results Summary ===
-
-# of stable fails		127
-# of flaky entries		0
-# of all tests			23
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1042/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240829 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		124
-# of flaky entries		0
-# of all tests			2
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1041/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
-flaky,expire=20240828 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1
-
-		=== Results Summary ===
-
-# of stable fails		125
-# of flaky entries		0
-# of all tests			17
-
-# 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/1033/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/sect-cmd.exp: set section .text to original address (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/sect-cmd.exp: section FOOBARBAZ 0x1234
-flaky,expire=20240826 | FAIL: gdb.base/sect-cmd.exp: non-existent too-long section disallowed
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
-
-		=== Results Summary ===
-
-# of stable fails		10
-# of flaky entries		0
-# of all tests			1086
-		=== gdb tests ===
-
-Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main
-flaky,expire=20240826 | FAIL: gdb.base/breakpoint-in-ro-region.exp: probe target hardware step (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/breakpoint-in-ro-region.exp: set debug target 0 (timeout)
-
-Running gdb:gdb.base/charset.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/charset.exp: try malformed `set charset' (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/charset.exp: try `set target-charset' with invalid charset
-flaky,expire=20240826 | FAIL: gdb.base/charset.exp: capture valid host charsets
-flaky,expire=20240826 | FAIL: gdb.base/charset.exp: try `set host-charset' with invalid charset (timeout)
-
-Running gdb:gdb.base/default.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print array
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set confirm
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show args
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info set (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show prompt
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set listsize
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show values
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info target (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show radix
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: inspect
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: whatis
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: signal
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: stepi "si" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: print "p" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print characters
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show history save
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show confirm
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set verbose
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show annotate
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show editing
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: up-silently
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay manual #1 (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: search
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info vector
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print pretty
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: stepi
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set annotate
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: next "n" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print asm-demangle
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: load
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print elements
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: target core
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: nexti
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info terminal (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set environment
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: jump
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay off (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info warranty
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay list
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay unmap #2
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: thread apply (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set history save off
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: pwd
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print elements
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: symbol-file (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info threads
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: where
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: until
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay unmap #1
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set history expansion
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show history size
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set variable
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: shell echo Hi dad!
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: undisplay prompt
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: thread find (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: list
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: unset
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print object
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set complaints
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info symbol (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set history size
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print "pr" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set language
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: unset environment prompt
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print address
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set radix
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info watchpoints
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show directories
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show paths
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show user
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay map #1
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show complaints
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: step "s" abbreviation #2 (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show height
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show history filename
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: ptype
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info source (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print sevenbit-strings
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: step "s" abbreviation #1
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print demangle
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show language
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay auto (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: thread
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set height
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: print
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: step #1
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: rbreak
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay map #2
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info variables
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show width
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show write
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print demangle
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: run
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print array
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set the history filename
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: reverse-search
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: step #2 (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print vtbl
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: source
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print union
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: until "u" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print object
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: target remote
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set args
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set width
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show check range
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set write
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: kill
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: printf
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: thread name
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: restore
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: target native (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set check "ch" abbreviation (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: x
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: run "r" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: list "l" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print asm-demangle
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print vtbl
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show check "check" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print sevenbit-strings
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: return
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show listsize
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show verbose
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print pretty
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info types
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set check "c" abbreviation (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set check "check" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show history
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show check "ch" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay on (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: info sources (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set print "p" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: watch
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set history save
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show history expansion
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show check "c" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: target (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show convenience ($_any_caller_is = <internal function _any_caller_is> not found)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: tbreak (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show version
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: overlay
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print address
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show check type
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: section
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: target exec
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print union
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: output
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: set history
-flaky,expire=20240826 | FAIL: gdb.base/default.exp: show print characters
-
-Running gdb:gdb.base/environ.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/environ.exp: all environment variables have been unset
-flaky,expire=20240826 | FAIL: gdb.base/environ.exp: unset all environment variables
-flaky,expire=20240826 | FAIL: gdb.base/environ.exp: confirm set environment variable
-flaky,expire=20240826 | FAIL: gdb.base/environ.exp: set environment variable (got interactive prompt)
-flaky,expire=20240826 | FAIL: gdb.base/environ.exp: unset environment variable (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/environ.exp: show environment works (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/environ.exp: confirm unset environment variable worked
-
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20240826 | ERROR: Undefined command "apropos Print backtrace of all stack frames, or innermost COUNT frames.".
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help gotcha
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help support
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help files (timeout)
-flaky,expire=20240826 | UNRESOLVED: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help obscure
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: apropos handle signal
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: define mybt alias
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: define mybt10 alias
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help running (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: apropos apropos
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help show copying
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help after documenting aliases
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help backtrace
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help status
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: apropos after documenting aliases
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help bt
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help show confirm
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: document alias: mybt10
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: document alias: mybt
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help breakpoint "brea" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: apropos \(print[^[ bsiedf\"'.-]\)
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help breakpoint "br" abbreviation (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help tracepoints
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help show commands
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help show warranty
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help breakpoint "break" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help breakpoint "bre" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help help
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help data (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help user-defined
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help stack (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help internals
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help help "h" abbreviation
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help delete
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help commands
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc
-flaky,expire=20240826 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20240826 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-flaky,expire=20240826 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-
-Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
-flaky,expire=20240826 | ERROR: breakpoints not deleted
-flaky,expire=20240826 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
-flaky,expire=20240826 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
-flaky,expire=20240826 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: continue to breakpoint: run past setup
-flaky,expire=20240826 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on (got interactive prompt)
-flaky,expire=20240826 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: set debug target 0 (timeout)
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: remove-symbol-file -a addr
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is resolved
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: stale bkpts: continue to breakpoint: end here
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: foo (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: breakpoint at foo is pending
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: info files must not display sym-file-lib
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: breakpoint at bar is pending
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is pending
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: stale bkpts: set breakpoint always-inserted on (got interactive prompt)
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: gdb_remove_symbol_file (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: reload
-
-Running gdb:gdb.base/testenv.exp ...
-flaky,expire=20240826 | ERROR: breakpoints not deleted
-flaky,expire=20240826 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, get num vars (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: test passing TEST_GDB_GLOBAL to GDB (timeout)
-flaky,expire=20240826 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL found with right value
-flaky,expire=20240826 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, confirmed
-flaky,expire=20240826 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test2: unset TEST_GDB_GLOBAL
-flaky,expire=20240826 | UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test2: gdb_breakpoint: set breakpoint at testenv.c:42 (got interactive prompt)
-
-Running gdb:gdb.mi/mi-break.exp ...
-flaky,expire=20240826 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
-flaky,expire=20240826 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
-
-Running gdb:gdb.python/py-framefilter-mi.exp ...
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 2 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 1 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables 0 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack listing (timeout)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 0 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3 (unexpected output)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27 (unexpected output)
-
-Running gdb:gdb.python/py-framefilter.exp ...
-flaky,expire=20240826 | ERROR: Window too small.
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: frame-info short-location
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 all args
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 short-location
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to scalars only
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 scalars
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to presence only
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: turn on frame arguments
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no args
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 with KeyboardInterrupt
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filters
-flaky,expire=20240826 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt full - q
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 with Error filter
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-and-location
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt full
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: pagination quit - set height limited
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Reverse
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 presence
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: info frame filter after setting priority
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: re-enable frame-filter global Reverse
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: set priority of a non-existing filter
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: frame-info auto
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt full hide with Reverse disabled
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider before setting
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 all args
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: info frame filter after disable frame filter
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: turn off frame arguments
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: info frame filter before setting priority
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt with frame-filter Reverse disabled
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: Turn off address printing
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt with frame filters
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 presence
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-line
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: info frame filter before disable frame filter
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 3 with frame-filter Reverse disabled
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 scalars
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 no addresss
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt full with filters
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: frame-info source-line
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Error
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: frame-info source-and-location
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider after setting
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: Change ErrorFilter to throw KeyboardInterrupt
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 source-and-location
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: continue to breakpoint: Backtrace end breakpoint
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: disable a non-existing filter
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: set frame-filter priotiy global Elider 1000
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Elider
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: Set python print-stack to message for Error filter
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 short-location
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Elider
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt full with Reverse disabled
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt full no-filters (timeout)
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt 1 no args
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filters full with Reverse disabled
-flaky,expire=20240826 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - set height unlimited
-flaky,expire=20240826 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt - q
-flaky,expire=20240826 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no address
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20240826 | ERROR: can't read "thread0": no such variable
-flaky,expire=20240826 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0 (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1 (timeout)
-flaky,expire=20240826 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
-flaky,expire=20240826 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
-flaky,expire=20240826 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
-flaky,expire=20240826 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240826 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-
-Running gdb:gdb.threads/signal-sigtrap.exp ...
-flaky,expire=20240826 | FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reaches handler
-
-		=== Results Summary ===
-
-# of stable fails		449
-# of flaky entries		0
-# of all tests			1086
-		=== gdb tests ===
-
-Running gdb:gdb.threads/corethreads.exp ...
-flaky,expire=20240826 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
-
-		=== Results Summary ===
-
-# of stable fails		5
-# of flaky entries		361
-# of all tests			1036
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/975/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240709 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20240709 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20240709 | 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			10
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240709 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-flaky,expire=20240709 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		112
-# of flaky entries		0
-# of all tests			10
-
-# 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/968/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/self-spec.exp ...
-flaky,expire=20240706 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		208
-# of flaky entries		0
-# of all tests			4
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/965/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240705 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		172
-# of flaky entries		0
-# of all tests			2
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/944/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240627 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240627 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240627 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240627 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240627 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240627 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240627 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-
-		=== Results Summary ===
-
-# of stable fails		95
-# of flaky entries		0
-# of all tests			105
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/932/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240620 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240620 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240620 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240620 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240620 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-flaky,expire=20240620 | 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/930/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240616 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240616 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240616 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240616 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/928/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240614 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240614 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240614 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240614 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240614 | 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/926/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240613 | 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/919/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240610 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20240610 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20240610 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240610 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-flaky,expire=20240610 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-
-Running gdb:gdb.linespec/cpcompletion.exp ...
-flaky,expire=20240610 | ERROR: breakpoints not deleted
-flaky,expire=20240610 | 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=20240610 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
-flaky,expire=20240610 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
-flaky,expire=20240610 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20240610 | 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=20240610 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-flaky,expire=20240610 | 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=20240610 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
-flaky,expire=20240610 | 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=20240610 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
-flaky,expire=20240610 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
-flaky,expire=20240610 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
-flaky,expire=20240610 | 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=20240610 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
-flaky,expire=20240610 | 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=20240610 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/916/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240607 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240607 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240607 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240607 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240607 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20240607 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240607 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240607 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20240607 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/915/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20240606 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
-flaky,expire=20240606 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-flaky,expire=20240606 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/914/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240605 | ERROR: breakpoints not deleted
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240605 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240605 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240605 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240605 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240605 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240605 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240605 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/charset.exp ...
-flaky,expire=20240605 | FAIL: gdb.base/charset.exp: try `set target-charset' with invalid charset
-flaky,expire=20240605 | FAIL: gdb.base/charset.exp: capture valid host charsets
-flaky,expire=20240605 | FAIL: gdb.base/charset.exp: try `set host-charset' with invalid charset (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/charset.exp: try malformed `set charset' (timeout)
-
-Running gdb:gdb.base/environ.exp ...
-flaky,expire=20240605 | FAIL: gdb.base/environ.exp: confirm set environment variable
-flaky,expire=20240605 | FAIL: gdb.base/environ.exp: unset environment variable (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/environ.exp: confirm unset environment variable worked
-flaky,expire=20240605 | FAIL: gdb.base/environ.exp: unset all environment variables
-flaky,expire=20240605 | FAIL: gdb.base/environ.exp: set environment variable (got interactive prompt)
-flaky,expire=20240605 | FAIL: gdb.base/environ.exp: show environment works (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/environ.exp: all environment variables have been unset
-
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20240605 | ERROR: Undefined command "apropos Print backtrace of all stack frames, or innermost COUNT frames.".
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help help
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: define mybt alias
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help bt
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help stack (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help breakpoint "break" abbreviation
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help backtrace
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help breakpoint "bre" abbreviation
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help show warranty
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help data (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: define mybt10 alias
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help show copying
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help help "h" abbreviation
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help show commands
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: document alias: mybt
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help internals
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: apropos handle signal
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help status
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help show confirm
-flaky,expire=20240605 | UNRESOLVED: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help breakpoint "br" abbreviation (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help breakpoint "brea" abbreviation
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help gotcha
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help user-defined
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help support
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help obscure
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: apropos after documenting aliases
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help after documenting aliases
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: apropos apropos
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: apropos \(print[^[ bsiedf\".-]\)
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help delete
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help commands
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help files (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help running (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: document alias: mybt10
-flaky,expire=20240605 | FAIL: gdb.base/help.exp: help tracepoints
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240605 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-Running gdb:gdb.base/premature-dummy-frame-removal.exp ...
-flaky,expire=20240605 | FAIL: gdb.base/premature-dummy-frame-removal.exp: repeat p some_func () with frame debug on (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/premature-dummy-frame-removal.exp: set debug frame off
-flaky,expire=20240605 | FAIL: gdb.base/premature-dummy-frame-removal.exp: p 1 + 2 + 3
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20240605 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-flaky,expire=20240605 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: reload
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: stale bkpts: continue to breakpoint: end here
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at gdb_remove_symbol_file (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is pending
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: foo (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: stale bkpts: set breakpoint always-inserted on (got interactive prompt)
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is resolved
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: breakpoint at bar is pending
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: gdb_remove_symbol_file (timeout)
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: breakpoint at foo is pending
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: remove-symbol-file -a addr
-flaky,expire=20240605 | FAIL: gdb.base/sym-file.exp: info files must not display sym-file-lib
-
-Running gdb:gdb.base/testenv.exp ...
-flaky,expire=20240605 | ERROR: breakpoints not deleted
-flaky,expire=20240605 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: test passing TEST_GDB_GLOBAL to GDB (timeout)
-flaky,expire=20240605 | UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test2: gdb_breakpoint: set breakpoint at testenv.c:42 (got interactive prompt)
-flaky,expire=20240605 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL found with right value
-flaky,expire=20240605 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, confirmed
-flaky,expire=20240605 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test2: unset TEST_GDB_GLOBAL
-flaky,expire=20240605 | FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: TEST_GDB_GLOBAL, get num vars (timeout)
-
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20240605 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20240605 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20240605 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20240605 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
-flaky,expire=20240605 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240605 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/913/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240423 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue (timeout)
-flaky,expire=20240423 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/break-interp.exp ...
-flaky,expire=20240423 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: set verbose off (timeout)
-flaky,expire=20240423 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: info files (timeout)
-flaky,expire=20240423 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: info files (timeout)
-flaky,expire=20240423 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: entry point reached (timeout)
-flaky,expire=20240423 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: break at entry point (timeout)
-flaky,expire=20240423 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: set verbose off (timeout)
-flaky,expire=20240423 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: break at entry point (timeout)
-flaky,expire=20240423 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: entry point reached (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240423 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/910/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/corefile.exp ...
-flaky,expire=20240420 | ERROR: breakpoints not deleted
-flaky,expire=20240420 | UNRESOLVED: gdb.base/corefile.exp: gdb_breakpoint: set breakpoint at main
-flaky,expire=20240420 | FAIL: gdb.base/corefile.exp: run: with core
-flaky,expire=20240420 | FAIL: gdb.base/corefile.exp: quit with a process (timeout)
-flaky,expire=20240420 | FAIL: gdb.base/corefile.exp: attach: core file is cleared (timeout)
-flaky,expire=20240420 | FAIL: gdb.base/corefile.exp: run: sanity check we see the core file (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/906/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
-flaky,expire=20240416 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/905/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20240415 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-flaky,expire=20240415 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-
-Running gdb:gdb.threads/signal-sigtrap.exp ...
-flaky,expire=20240415 | FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reaches handler
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/902/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240412 | ERROR: breakpoints not deleted
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240412 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240412 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240412 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/901/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240412 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20240412 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20240412 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20240412 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20240412 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20240412 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
-flaky,expire=20240412 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240412 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
-flaky,expire=20240412 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-
-Running gdb:gdb.linespec/cpcompletion.exp ...
-flaky,expire=20240412 | ERROR: breakpoints not deleted
-flaky,expire=20240412 | UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func" (second tab)
-flaky,expire=20240412 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (second tab) (timeout)
-flaky,expire=20240412 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
-flaky,expire=20240412 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
-flaky,expire=20240412 | 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=20240412 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func" (clearing input line)
-flaky,expire=20240412 | FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue (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
 
-		=== Results Summary ===
-		=== gdb tests ===
+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=20240412 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240412 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/899/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240411 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240411 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240411 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240411 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240411 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240411 | 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/895/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240409 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240409 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240409 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240409 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240409 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20240409 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
-flaky,expire=20240409 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-flaky,expire=20240409 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240409 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/894/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240408 | ERROR: breakpoints not deleted
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240408 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240408 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240408 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240408 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240408 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-flaky,expire=20240408 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints, watchpoints, tracepoints, and catchpoints in delete_breakpoints (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
+flaky,expire=20240906 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
 
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240408 | FAIL: gdb.base/osabi.exp: set osabi none (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=20240408 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-flaky,expire=20240408 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
-flaky,expire=20240408 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240408 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240408 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-flaky,expire=20240408 | 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/893/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240406 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
-
-		=== Results Summary ===
+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
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/890/:
-		=== gdb tests ===
+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.base/batch-preserve-term-settings.exp ...
-flaky,expire=20240403 | FAIL: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: terminal settings preserved
+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 ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/889/:
+# of stable fails		338
+# of flaky entries		0
+# of all tests			511
 		=== gdb tests ===
 
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240402 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240402 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240402 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-
-		=== Results Summary ===
-		=== 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.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240402 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (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 ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/888/:
+# of stable fails		6
+# of flaky entries		245
+# of all tests			533
 		=== gdb tests ===
 
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20240331 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-flaky,expire=20240331 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-
-Running gdb:gdb.threads/signal-sigtrap.exp ...
-flaky,expire=20240331 | FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reaches handler
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240906 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
 
 		=== Results Summary ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/886/:
+# of stable fails		2
+# of flaky entries		249
+# of all tests			50
 		=== gdb tests ===
 
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240329 | ERROR: breakpoints not deleted
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240329 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240329 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240329 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240329 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240329 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240329 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240329 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)
+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 ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/884/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
-flaky,expire=20240327 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main
-flaky,expire=20240327 | FAIL: gdb.base/breakpoint-in-ro-region.exp: set debug target 0 (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/breakpoint-in-ro-region.exp: probe target hardware step (timeout)
-
-Running gdb:gdb.base/default.exp ...
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: unset environment prompt
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: return
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set the history filename
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info source (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show values
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set check "check" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print address
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set check "c" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: load (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show write
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: run
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set variable
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay unmap #2
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show user
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: jump
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: list "l" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set history save off
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info variables
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print pretty
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show listsize
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: pwd
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: target core
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: target exec
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show check "c" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print demangle
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: unset (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: print "p" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay manual #2
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set language
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: shell echo Hi dad!
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: inspect
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print characters
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show complaints
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: target
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show confirm
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: next
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info terminal
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: output (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show version
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print array
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show verbose
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: step "s" abbreviation #1
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print array
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: restore
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show radix
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set width
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print address
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print pretty
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print elements
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info warranty
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: printf
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show history filename
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print "pr" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show paths
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: stepi "si" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info set (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show directories
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: reverse-search
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info types
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show annotate
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: until
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set annotate (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print sevenbit-strings
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay unmap #1
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: rbreak
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print characters
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info target
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print vtbl
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show height
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info sources
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: target native
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: thread
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print vtbl
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show check range
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay map #1
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print object
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print union
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: list (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show history save
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info watchpoints
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: up-silently (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: signal
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay on (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show args
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print object
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print demangle
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: kill
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: next "n" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: tbreak
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: thread name
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show editing
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show history expansion
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay auto
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: section (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show convenience ($_any_caller_is = <internal function _any_caller_is> not found)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: run "r" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print sevenbit-strings
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay off
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print "p" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show check "ch" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info symbol (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info vector
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: stepi (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: thread apply
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: info threads
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print asm-demangle
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: undisplay prompt
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set environment
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set radix
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show width
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set print elements
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: source
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: print
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: watch (got interactive prompt)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: thread find
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set check "ch" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: step #1
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay (the program is no longer running)
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set confirm
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: target remote
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set args
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show check "check" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set complaints
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print union
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set history save
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set verbose
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: nexti "ni" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: until "u" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set write
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show history
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show language
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show print asm-demangle
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay map #2
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay manual #1
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set history size
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set history expansion
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: overlay list
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show history size
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: set history
-flaky,expire=20240327 | FAIL: gdb.base/default.exp: show prompt
-
-Running gdb:gdb.base/help.exp ...
-flaky,expire=20240327 | ERROR: Undefined command "apropos handle signal".
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help tracepoints
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: document alias: mybt
-flaky,expire=20240327 | UNRESOLVED: gdb.base/help.exp: apropos handle signal
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help delete
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help show commands
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: document alias: mybt10
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help stack
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: apropos apropos
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help internals
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help backtrace
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: define mybt alias
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help show copying
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help commands
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: apropos after documenting aliases (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help running
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: apropos \(print[^[ bsiedf\".-]\)
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help breakpoint "br" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help show warranty
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help bt
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help user-defined
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help status
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help help
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help data (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help help "h" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help obscure (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: define mybt10 alias
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help gotcha
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help files
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help show confirm
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
-flaky,expire=20240327 | FAIL: gdb.base/help.exp: help support
-
-Running gdb:gdb.cp/overload.exp ...
-flaky,expire=20240327 | ERROR: breakpoints not deleted
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print K::staticoverload (2, 3)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func void arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 7 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func char\* arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func long arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 1 arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func short arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: list all overloads: list bar
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func signed char arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned char arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print overloadNamespace(1)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 11 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print N::nsoverload ()
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: list overload.cc:foo::overloadfnarg(int)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func float arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned long arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print K::staticoverload ()
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: info breakpoints (got interactive prompt)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print N::nsoverload (2)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 6 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 10 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print foo_instance2
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print foo_instance1.overloadfnarg(23, intintfunc)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print K::staticoverload (2)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: set listsize 1
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 4 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: ptype foo_instance1 (timeout)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: list overloaded function with int arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: list overload.cc:intToChar
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 8 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print N::nsoverload (2, 3)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print bar(a)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print bar(d)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print bar2(e, b)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print overloadNamespace(dummyInstance)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: list overloaded function with function ptr args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print overloadNamespace('a') in XXX
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: list overloaded function with no args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print bar(b)
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func int arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned int arg
-flaky,expire=20240327 | UNRESOLVED: gdb.cp/overload.exp: print overloadNamespace(1) in XXX
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func int\* arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 2 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 3 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 5 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func char arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func 9 args
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned short arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: re-selected 'main' frame after inferior call
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: print call overloaded func double arg
-flaky,expire=20240327 | FAIL: gdb.cp/overload.exp: list all overloads: set listsize 10
-
-		=== 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/882/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1048/:
 		=== gdb tests ===
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240326 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240326 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240326 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
+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)
 
-		=== Results Summary ===
+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)
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/880/:
-		=== gdb tests ===
+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/process-dies-while-detaching.exp ...
-flaky,expire=20240325 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240325 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+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 ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/878/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240323 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
-flaky,expire=20240323 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1
-
-		=== 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/877/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1047/:
 		=== gdb tests ===
 
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240322 | UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: successfully compiled posix threads test case
+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
 
-		=== Results Summary ===
-		=== gdb tests ===
+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.dap/pause.exp ...
-flaky,expire=20240322 | ERROR: eof reading json header
-flaky,expire=20240322 | UNRESOLVED: gdb.dap/pause.exp: testcase gdb.dap/pause.exp' aborted due to Tcl error
-flaky,expire=20240322 | ERROR: tcl error code NONE
-flaky,expire=20240322 | ERROR: tcl error sourcing gdb.dap/pause.exp.
-flaky,expire=20240322 | ERROR: timeout reading json header
+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/attach-many-short-lived-threads.exp ...
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240322 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
+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=20240322 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)
+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 ===
-		=== gdb tests ===
 
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240322 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240322 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
+# of stable fails		125
+# of flaky entries		0
+# of all tests			4128
 
-		=== Results Summary ===
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1039/:
 		=== gdb tests ===
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240322 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
 
 		=== Results Summary ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/876/:
+# of stable fails		6
+# of flaky entries		0
+# of all tests			146
 		=== gdb tests ===
 
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240321 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240321 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240321 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240321 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
 
-		=== Results Summary ===
-		=== gdb tests ===
+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.dwarf2/gdb-index.exp ...
-flaky,expire=20240321 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20240321 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20240321 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20240321 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
-flaky,expire=20240321 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
+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/attach-many-short-lived-threads.exp ...
-flaky,expire=20240321 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (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=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20240321 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20240321 | 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 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=20240321 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+flaky,expire=20240827 | 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/875/:
+# of stable fails		122
+# of flaky entries		0
+# of all tests			146
 		=== gdb tests ===
 
-Running gdb:gdb.base/break-interp.exp ...
-flaky,expire=20240320 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: break at entry point (timeout)
-flaky,expire=20240320 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: set verbose off (timeout)
-flaky,expire=20240320 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: entry point reached (timeout)
-flaky,expire=20240320 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: symbol-less: info files (timeout)
+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 ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/869/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
+# of stable fails		5
+# of flaky entries		29
+# of all tests			142
 
-		=== Results Summary ===
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1035/:
 		=== gdb tests ===
 
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
+Running gdb:gdb.base/reggroups.exp ...
+flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'
 
 		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
 
-		=== Results Summary ===
+# of stable fails		4
+# of flaky entries		0
+# of all tests			195
 		=== gdb tests ===
 
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240314 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-
-		=== Results Summary ===
-		=== 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.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240314 | ERROR: breakpoints not deleted
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240314 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240314 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240314 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240314 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (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
 
-		=== Results Summary ===
+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
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/860/:
-		=== gdb tests ===
+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/attach-many-short-lived-threads.exp ...
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
+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 ===
-		=== gdb tests ===
 
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240307 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
+# of stable fails		119
+# of flaky entries		0
+# of all tests			195
+		=== gdb tests ===
 
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240307 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240307 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240307 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
+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 ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/857/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240305 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
+# of stable fails		3
+# of flaky entries		28
+# of all tests			50
 
-		=== Results Summary ===
+# 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=20240305 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
+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 ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/856/:
+# of stable fails		83
+# of flaky entries		0
+# of all tests			119
 		=== gdb tests ===
 
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240304 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240304 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240304 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+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 ===
 
@@ -7903,6 +2322,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 ===
 
