 11-check_regression/baseline.xfail      |  153 ++
 11-check_regression/console.log.xz      |  Bin 0 -> 7940 bytes
 11-check_regression/extra-bisect-params |    1 +
 11-check_regression/fails.sum           |   43 +
 11-check_regression/flaky.xfail         |  820 ++++++
 11-check_regression/results.regressions |    1 +
 11-check_regression/trigger-bisect      |    3 +
 README.html                             |   38 +-
 README.txt                              |   37 +-
 results                                 |    1 +
 sumfiles/xfails.xfail                   | 4258 +------------------------------
 11 files changed, 1169 insertions(+), 4186 deletions(-)

diff --git a/11-check_regression/baseline.xfail b/11-check_regression/baseline.xfail
new file mode 100644
index 00000000..c9e508ed
--- /dev/null
+++ b/11-check_regression/baseline.xfail
@@ -0,0 +1,153 @@
+		=== 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
+
+Running gdb:gdb.base/list-dot-nodebug.exp ...
+FAIL: gdb.base/list-dot-nodebug.exp: debug=none: print before start
+FAIL: gdb.base/list-dot-nodebug.exp: debug=some: 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
+
+Running gdb:gdb.base/sym-file.exp ...
+FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
+FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
+FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
+
+Running gdb:gdb.dap/cxx-exception.exp ...
+FAIL: gdb.dap/cxx-exception.exp: exceptions in log file
+
+Running gdb:gdb.dap/ptrref.exp ...
+FAIL: gdb.dap/ptrref.exp: exceptions in log file
+
+Running gdb:gdb.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.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: print add (1, 2)
+FAIL: gdb.go/handcall.exp: 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: 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 + 5) * (j + 7)
+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: 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/leader-exit-attach.exp ...
+FAIL: gdb.threads/leader-exit-attach.exp: get valueof "$_inferior_thread_count"
+
+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 00000000..d74d8d3a
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 00000000..f16b3dc4
--- /dev/null
+++ b/11-check_regression/extra-bisect-params
@@ -0,0 +1 @@
+extra_build_params=++testsuites gdb:gdb.python/tui-window.exp ++testsuites gdb:gdb.tui/empty.exp ++testsuites gdb:gdb.tui/narrow.exp ++testsuites gdb:gdb.tui/resize-2.exp ++testsuites gdb:gdb.tui/resize-one-line.exp ++testsuites gdb:gdb.tui/resize.exp 
diff --git a/11-check_regression/fails.sum b/11-check_regression/fails.sum
new file mode 100644
index 00000000..6a5725e5
--- /dev/null
+++ b/11-check_regression/fails.sum
@@ -0,0 +1,43 @@
+		=== gdb tests ===
+
+Running gdb:gdb.python/tui-window.exp ...
+FAIL: gdb.python/tui-window.exp: Window was updated
+
+Running gdb:gdb.tui/empty.exp ...
+FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1 (ll corner is |, not +)
+FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 2 (ul corner is |, not +)
+FAIL: gdb.tui/empty.exp: asm: 90x40: box 1 (ll corner is  , not +)
+FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1 (ll corner is |, not +)
+FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 2 (ul corner is |, not +)
+FAIL: gdb.tui/empty.exp: split: 90x40: box 1 (ll corner is |, not +)
+FAIL: gdb.tui/empty.exp: split: 90x40: box 2 (ul corner is |, not +)
+FAIL: gdb.tui/empty.exp: src-regs: 90x40: box 1 (ll corner is |, not +)
+FAIL: gdb.tui/empty.exp: src-regs: 90x40: box 2 (ul corner is |, not +)
+FAIL: gdb.tui/empty.exp: src: 90x40: box 1 (ll corner is  , not +)
+
+Running gdb:gdb.tui/narrow.exp ...
+ERROR: can't read "_chars(21,7)": no such element in array
+UNRESOLVED: gdb.tui/narrow.exp: testcase gdb.tui/narrow.exp' aborted due to Tcl error
+ERROR: tcl error code TCL READ VARNAME
+ERROR: tcl error sourcing gdb.tui/narrow.exp.
+
+Running gdb:gdb.tui/resize-2.exp ...
+FAIL: gdb.tui/resize-2.exp: curses width 90
+FAIL: gdb.tui/resize-2.exp: curses width after resize with TUI disabled
+FAIL: gdb.tui/resize-2.exp: gdb width 90
+FAIL: gdb.tui/resize-2.exp: prompt redisplays after first resize (timeout)
+FAIL: gdb.tui/resize-2.exp: prompt redisplays after second resize (timeout)
+
+Running gdb:gdb.tui/resize-one-line.exp ...
+FAIL: gdb.tui/resize-one-line.exp: after resizing: src window shows main
+
+Running gdb:gdb.tui/resize.exp ...
+FAIL: gdb.tui/resize.exp: lines=1: has prompt
+FAIL: gdb.tui/resize.exp: lines=2: has prompt
+FAIL: gdb.tui/resize.exp: source box after resize (ll corner is  , not +)
+
+		=== Results Summary ===
+
+# of stable fails		110
+# of flaky entries		126
+# of all tests			117975
diff --git a/11-check_regression/flaky.xfail b/11-check_regression/flaky.xfail
new file mode 100644
index 00000000..ffa35aa0
--- /dev/null
+++ b/11-check_regression/flaky.xfail
@@ -0,0 +1,820 @@
+################################
+# New flaky tests
+# 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
+################################
+# Known flaky tests
+
+# 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 00000000..bdc341fb
--- /dev/null
+++ b/11-check_regression/results.regressions
@@ -0,0 +1 @@
+# 24 regressions
diff --git a/11-check_regression/trigger-bisect b/11-check_regression/trigger-bisect
new file mode 100644
index 00000000..2b162547
--- /dev/null
+++ b/11-check_regression/trigger-bisect
@@ -0,0 +1,3 @@
+current_project=gdb
+bad_git=git://sourceware.org/git/binutils-gdb.git#9102a6c15c756c55e77c0fa7deecfc58fa8a361e
+extra_build_params=++testsuites gdb:gdb.python/tui-window.exp ++testsuites gdb:gdb.tui/empty.exp ++testsuites gdb:gdb.tui/narrow.exp ++testsuites gdb:gdb.tui/resize-2.exp ++testsuites gdb:gdb.tui/resize-one-line.exp ++testsuites gdb:gdb.tui/resize.exp 
diff --git a/README.html b/README.html
index ed9d72d6..cb3eedab 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,37 +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.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="./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>
@@ -95,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>
@@ -103,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>
@@ -110,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="./sumfiles/flaky.xfail/*view*/">./sumfiles/flaky.xfail</a>
 <li><a href="./sumfiles/gdb.sum/*view*/">./sumfiles/gdb.sum</a>
diff --git a/README.txt b/README.txt
index 7ab9934c..8a756f7e 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,37 +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.sum.0
-- ./00-sumfiles/gdb.sum.1
-- ./00-sumfiles/gdb.sum.2
-- ./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
@@ -92,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
@@ -100,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 27a1e3e2..30a892dd 100644
--- a/results
+++ b/results
@@ -15,3 +15,4 @@
 # build_abe check_gdb -- --set check_buffer_workaround=gdb-read1:
 0
 # 24 regressions
+# 24 regressions
diff --git a/sumfiles/xfails.xfail b/sumfiles/xfails.xfail
index 0c4c9c51..087a64be 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/1048/:
 		=== gdb tests ===
@@ -45,6 +46,7 @@ flaky,expire=20240901 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till
 # of stable fails		147
 # of flaky entries		0
 # of all tests			196
+################################
 # Known flaky tests
 
 # From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/1047/:
@@ -93,334 +95,6 @@ flaky,expire=20240831 | FAIL: gdb.threads/process-dies-while-detaching.exp: mult
 # 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 ===
 
@@ -558,456 +232,6 @@ flaky,expire=20240827 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restor
 # 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 ===
 
@@ -1114,3400 +338,208 @@ flaky,expire=20240707 | FAIL: gdb.reverse/time-reverse.exp: mode=c: set breakpoi
 # of flaky entries		0
 # of all tests			119
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/968/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/849/:
 		=== gdb tests ===
 
-Running gdb:gdb.dwarf2/self-spec.exp ...
-flaky,expire=20240706 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
+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 ===
-
-# 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)
+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)
 
-		=== Results Summary ===
+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)
 
-# of stable fails		172
-# of flaky entries		0
-# of all tests			2
+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)
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/944/:
-		=== gdb tests ===
+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.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)
+Running gdb:gdb.dwarf2/pr13961.exp ...
+flaky,expire=20240229 | FAIL: gdb.dwarf2/pr13961.exp: no foo::foo (timeout)
 
-		=== Results Summary ===
+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)
 
-# of stable fails		95
-# of flaky entries		0
-# of all tests			105
-		=== gdb tests ===
+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/attach-many-short-lived-threads.exp ...
-flaky,expire=20240627 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
+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/932/:
+# 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=20240620 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
+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=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)
+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=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)
+flaky,expire=20240204 | 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)
+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 ===
-		=== 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 ===
+# 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=20240616 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
+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)
 
-		=== Results Summary ===
+Running gdb:gdb.threads/gcore-stale-thread.exp ...
+flaky,expire=20240117 | UNRESOLVED: gdb.threads/gcore-stale-thread.exp: successfully compiled posix threads test case
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/928/:
+		=== 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 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)
+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=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)
+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/926/:
+# 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=20240613 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
+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/919/:
+# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/790/:
 		=== 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'
+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.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"
+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 ===
-
-# 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)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-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 ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240408 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-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 ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/890/:
-		=== gdb tests ===
-
-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
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/889/:
-		=== 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.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240402 | 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/888/:
-		=== 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
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/886/:
-		=== 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)
-
-		=== 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 ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/882/:
-		=== 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)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/880/:
-		=== gdb tests ===
-
-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)
-
-		=== 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 ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/877/:
-		=== 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
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-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.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/process-dies-while-detaching.exp ...
-flaky,expire=20240322 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (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)
-
-		=== Results Summary ===
-		=== 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)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/876/:
-		=== 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)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-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.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/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)
-
-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)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/875/:
-		=== 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)
-
-		=== 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)
-
-		=== 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 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)
-
-		=== 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 ===
-		=== 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.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)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/860/:
-		=== 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 7: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240307 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-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)
-
-		=== 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)
-
-		=== Results Summary ===
-		=== 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)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/856/:
-		=== 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)
-
-		=== Results Summary ===
-
-# 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/840/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240225 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240225 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240225 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240225 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240225 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240225 | UNRESOLVED: 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=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240225 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240225 | 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/838/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240223 | ERROR: breakpoints not deleted
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
-flaky,expire=20240223 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240223 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240223 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240223 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240223 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240223 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240223 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240223 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/835/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240220 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240220 | ERROR: breakpoints not deleted
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240220 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240220 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240220 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
-flaky,expire=20240220 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240220 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240220 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240220 | 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/834/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240219 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240219 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240219 | UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: successfully compiled posix threads test case
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240219 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240219 | 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/833/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240218 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240218 | 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/832/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.dap/pause.exp ...
-flaky,expire=20240217 | ERROR: eof reading json header
-flaky,expire=20240217 | UNRESOLVED: gdb.dap/pause.exp: testcase gdb.dap/pause.exp' aborted due to Tcl error
-flaky,expire=20240217 | ERROR: tcl error code NONE
-flaky,expire=20240217 | ERROR: tcl error sourcing gdb.dap/pause.exp.
-flaky,expire=20240217 | ERROR: timeout reading json header
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240217 | ERROR: breakpoints not deleted
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240217 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240217 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240217 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240217 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240217 | 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=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240217 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/822/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
-flaky,expire=20240206 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
-
-		=== 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/815/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240203 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
-flaky,expire=20240203 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240203 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
-flaky,expire=20240203 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240203 | 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/813/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
-flaky,expire=20240202 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240202 | ERROR: breakpoints not deleted
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
-flaky,expire=20240202 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
-flaky,expire=20240202 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240202 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240202 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240202 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
-flaky,expire=20240202 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240202 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/812/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240201 | 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/809/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240129 | UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: successfully compiled posix threads test case
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240129 | 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/808/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240128 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/807/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240127 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-Running gdb:gdb.threads/detach-step-over.exp ...
-flaky,expire=20240127 | FAIL: gdb.threads/detach-step-over.exp: breakpoint-condition-evaluation=host: target-non-stop=on: non-stop=on: displaced=off: test_detach_command: iter 3: attach (GDB internal error)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/805/:
-		=== gdb tests ===
-
-Running gdb:gdb.dap/pause.exp ...
-flaky,expire=20240125 | ERROR: eof reading json header
-flaky,expire=20240125 | UNRESOLVED: gdb.dap/pause.exp: testcase gdb.dap/pause.exp' aborted due to Tcl error
-flaky,expire=20240125 | ERROR: tcl error code NONE
-flaky,expire=20240125 | ERROR: tcl error sourcing gdb.dap/pause.exp.
-flaky,expire=20240125 | ERROR: timeout reading json header
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240125 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-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/800/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20240122 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-flaky,expire=20240122 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20240122 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/799/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240121 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/797/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240119 | 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=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
-flaky,expire=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240119 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20240119 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
-flaky,expire=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
-flaky,expire=20240119 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240119 | 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=20240119 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20240119 | 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/796/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sym-file.exp ...
-flaky,expire=20240118 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
-flaky,expire=20240118 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
-flaky,expire=20240118 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/795/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
-flaky,expire=20240117 | ERROR: breakpoints not deleted
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240117 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240117 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240117 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (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/792/:
-		=== 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 2: detach (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
-flaky,expire=20240117 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
-flaky,expire=20240117 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: 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/778/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240112 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/768/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20240109 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/761/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20240104 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
-flaky,expire=20240104 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20240104 | 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=20240104 | 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=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
-flaky,expire=20240104 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240104 | 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/760/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/self-spec.exp ...
-flaky,expire=20240103 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240103 | 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/759/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240102 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-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/758/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240101 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20240101 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)
-flaky,expire=20240101 | 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/757/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20231231 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20231231 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20231231 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20231231 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
-flaky,expire=20231231 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/753/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/threads-after-exec.exp ...
-flaky,expire=20231227 | FAIL: gdb.threads/threads-after-exec.exp: info threads
-flaky,expire=20231227 | FAIL: gdb.threads/threads-after-exec.exp: maint info linux-lwps
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/751/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20231225 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-flaky,expire=20231225 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20231225 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/750/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20231224 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/746/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20231220 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20231220 | 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/745/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20231219 | 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=20231219 | 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=20231219 | 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=20231219 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20231219 | 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/742/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/gdb-index.exp ...
-flaky,expire=20231216 | ERROR: can't read "binfile_with_index": no such variable
-flaky,expire=20231216 | FAIL: gdb.dwarf2/gdb-index.exp: check if index present (timeout)
-flaky,expire=20231216 | UNRESOLVED: gdb.dwarf2/gdb-index.exp: testcase gdb.dwarf2/gdb-index.exp' aborted due to Tcl error
-flaky,expire=20231216 | ERROR: tcl error sourcing gdb.dwarf2/gdb-index.exp.
-flaky,expire=20231216 | ERROR: tcl error code TCL LOOKUP VARNAME binfile_with_index
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20231216 | 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/741/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/break-interp.exp ...
-flaky,expire=20231215 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: core: set verbose off (timeout)
-flaky,expire=20231215 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: core: core main bt
-flaky,expire=20231215 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: reach-(_dl_debug_state|dl_main)-2: set stop-on-solib-events 0
-flaky,expire=20231215 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: set verbose off
-flaky,expire=20231215 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: reach-(_dl_debug_state|dl_main)-2: reach (timeout)
-flaky,expire=20231215 | FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: core: core loaded (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/739/:
-		=== gdb tests ===
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20231213 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-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/738/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
-flaky,expire=20231212 | ERROR: breakpoints not deleted
-flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
-flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
-flaky,expire=20231212 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
-flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
-flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
-flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
-
-Running gdb:gdb.threads/signal-sigtrap.exp ...
-flaky,expire=20231212 | 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/737/:
-		=== gdb tests ===
-
-Running gdb:gdb.dwarf2/self-spec.exp ...
-flaky,expire=20231211 | FAIL: gdb.dwarf2/self-spec.exp: class c1 in cooked index (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20231211 | 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/734/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20231208 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
-
-		=== Results Summary ===
-
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/731/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/sect-cmd.exp ...
-flaky,expire=20231205 | UNRESOLVED: gdb.base/sect-cmd.exp: failed to find required section details
-flaky,expire=20231205 | FAIL: gdb.base/sect-cmd.exp: info files (timeout)
-
-Running gdb:gdb.threads/process-dies-while-detaching.exp ...
-flaky,expire=20231205 | 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/730/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20231204 | 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=20231204 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
-
-Running gdb:gdb.threads/create-fail.exp ...
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
-flaky,expire=20231204 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
-
-		=== Results Summary ===
-		=== gdb tests ===
-
-Running gdb:gdb.base/reggroups.exp ...
-flaky,expire=20231204 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
-flaky,expire=20231204 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
+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 ===
 
@@ -4534,17 +566,6 @@ flaky,expire=20231201 | FAIL: gdb.threads/process-dies-while-detaching.exp: sing
 
 		=== Results Summary ===
 
-# From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb--master-aarch64-build/721/:
-		=== gdb tests ===
-
-Running gdb:gdb.base/osabi.exp ...
-flaky,expire=20231130 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)
-
-Running gdb:gdb.base/step-over-syscall.exp ...
-flaky,expire=20231130 | 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/708/:
 		=== gdb tests ===
 
@@ -4802,6 +823,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 ===
 
