summaryrefslogtreecommitdiff
path: root/sumfiles/xfails.xfail
blob: f15a15c6f57e6a12c31daf894bcbf357f8430ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
# This file contains three sections:
# - newly detected flaky tests (if any)
# - known flaky tests (from baseline)
# - known failures (from baseline)
#
# Known flaky tests

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/616/:
		=== gdb tests ===

Running gdb:gdb.base/osabi.exp ...
flaky,expire=20240203 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/614/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240203 | 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_gdb_check--master-aarch64-build/612/:
		=== 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: 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
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 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 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: 1 (the program is no longer running)
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: reset timer in the inferior
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 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 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 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: detach (the program is no longer running)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/607/:
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240201 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/604/:
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240131 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/602/:
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
flaky,expire=20240130 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240130 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/601/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240130 | 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/process-dies-while-detaching.exp ...
flaky,expire=20240130 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/600/:
		=== gdb tests ===

Running gdb:gdb.base/premature-dummy-frame-removal.exp ...
flaky,expire=20240130 | FAIL: gdb.base/premature-dummy-frame-removal.exp: repeat p some_func () with frame debug on (timeout)

Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
flaky,expire=20240130 | ERROR: breakpoints not deleted
flaky,expire=20240130 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
flaky,expire=20240130 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
flaky,expire=20240130 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
flaky,expire=20240130 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
flaky,expire=20240130 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
flaky,expire=20240130 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/598/:
		=== gdb tests ===

Running gdb:gdb.threads/create-fail.exp ...
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/597/:
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240129 | ERROR: breakpoints not deleted
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240129 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240129 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/sym-file.exp ...
flaky,expire=20240129 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
flaky,expire=20240129 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
flaky,expire=20240129 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)

Running gdb:gdb.threads/corethreads.exp ...
flaky,expire=20240129 | ERROR: can't read "thread0": no such variable
flaky,expire=20240129 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
flaky,expire=20240129 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
flaky,expire=20240129 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.
flaky,expire=20240129 | ERROR: tcl error code TCL LOOKUP VARNAME thread0

Running gdb:gdb.threads/create-fail.exp ...
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)

Running gdb:gdb.threads/ia64-sigill.exp ...
flaky,expire=20240129 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20240129 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/595/:
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240128 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240128 | 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=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
flaky,expire=20240128 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
flaky,expire=20240128 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
flaky,expire=20240128 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
flaky,expire=20240128 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/589/:
		=== gdb tests ===

Running gdb:gdb.base/premature-dummy-frame-removal.exp ...
flaky,expire=20240126 | FAIL: gdb.base/premature-dummy-frame-removal.exp: set debug frame off
flaky,expire=20240126 | FAIL: gdb.base/premature-dummy-frame-removal.exp: p 1 + 2 + 3

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/585/:
		=== gdb tests ===

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_gdb_check--master-aarch64-build/584/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240125 | 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_gdb_check--master-aarch64-build/582/:
		=== gdb tests ===

Running gdb:gdb.dap/pause.exp ...
flaky,expire=20240124 | ERROR: eof reading json header
flaky,expire=20240124 | UNRESOLVED: gdb.dap/pause.exp: testcase gdb.dap/pause.exp' aborted due to Tcl error
flaky,expire=20240124 | ERROR: tcl error sourcing gdb.dap/pause.exp.
flaky,expire=20240124 | ERROR: tcl error code NONE
flaky,expire=20240124 | ERROR: timeout reading json header

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/579/:
		=== gdb tests ===

Running gdb:gdb.base/charset.exp ...
flaky,expire=20240124 | FAIL: gdb.base/charset.exp: try malformed `set charset' (timeout)
flaky,expire=20240124 | FAIL: gdb.base/charset.exp: capture valid host charsets
flaky,expire=20240124 | FAIL: gdb.base/charset.exp: try `set host-charset' with invalid charset

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/578/:
		=== gdb tests ===

Running gdb:gdb.linespec/cpcompletion.exp ...
flaky,expire=20240123 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b ("
flaky,expire=20240123 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
flaky,expire=20240123 | 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=20240123 | 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=20240123 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"
flaky,expire=20240123 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (clearing input line)
flaky,expire=20240123 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b (" (second tab) (timeout)
flaky,expire=20240123 | 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

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/577/:
		=== gdb tests ===

Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
flaky,expire=20240123 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
flaky,expire=20240123 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main (timeout)

Running gdb:gdb.cp/overload.exp ...
flaky,expire=20240123 | ERROR: breakpoints not deleted
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 4 args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func long arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func int\* arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print N::nsoverload ()
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print bar(b)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 8 args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print foo_instance1.overloadfnarg(23, intintfunc)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 1 arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 9 args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: list all overloads: set listsize 10
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned char arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 3 args
flaky,expire=20240123 | UNRESOLVED: gdb.cp/overload.exp: print overloadNamespace(1) in XXX
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: ptype foo_instance1 (timeout)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 6 args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 5 args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print overloadNamespace('a') in XXX
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print K::staticoverload (2, 3)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print bar(a)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 7 args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print overloadNamespace(1)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 10 args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: list all overloads: list bar
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func signed char arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print K::staticoverload (2)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned long arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func float arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print K::staticoverload ()
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: set listsize 1
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: re-selected 'main' frame after inferior call
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func void arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: list overloaded function with int arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned int arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: list overload.cc:intToChar
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print bar(d)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func int arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print bar2(e, b)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print N::nsoverload (2)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: list overloaded function with function ptr args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: list overloaded function with no args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print overloadNamespace(dummyInstance)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func unsigned short arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func char arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func char\* arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func double arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: info breakpoints (got interactive prompt)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func short arg
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: list overload.cc:foo::overloadfnarg(int)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 11 args
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print N::nsoverload (2, 3)
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print foo_instance2
flaky,expire=20240123 | FAIL: gdb.cp/overload.exp: print call overloaded func 2 args

Running gdb:gdb.python/py-framefilter.exp ...
flaky,expire=20240123 | ERROR: Window too small.
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-and-location
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 all args
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: frame-info auto
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt with frame-filter Reverse disabled
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no args
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt with frame filters
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: info frame filter after disable frame filter
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to scalars only
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider after setting
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: re-enable frame-filter global Reverse
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 3 with frame-filter Reverse disabled
flaky,expire=20240123 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt - q
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 short-location
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Elider
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: frame-info source-line
flaky,expire=20240123 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - bt full - q
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: disable a non-existing filter
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt full hide with Reverse disabled
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 with KeyboardInterrupt
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: frame-info short-location
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filters
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: Change ErrorFilter to throw KeyboardInterrupt
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Error
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 source-line
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 presence
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 no args
flaky,expire=20240123 | UNRESOLVED: gdb.python/py-framefilter.exp: pagination quit - set height unlimited
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: pagination quit - bt full
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 with Error filter
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: Turn off address printing
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: frame-info source-and-location
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: info frame filter before disable frame filter
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 scalars
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt full with Reverse disabled
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt full with filters
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 presence
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: turn on frame arguments
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 all args
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: disable frame-filter global Reverse
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: enable frame-filter global Elider
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 no addresss
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: turn frame arguments to presence only
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: Set python print-stack to message for Error filter
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt full no-filters (timeout)
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: pagination quit - set height limited
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 scalars
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filters full with Reverse disabled
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 no address
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: show frame-filter priority global Elider before setting
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: turn off frame arguments
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt no-filter 1 short-location
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: continue to breakpoint: Backtrace end breakpoint
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: info frame filter after setting priority
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: set frame-filter priotiy global Elider 1000
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: set priority of a non-existing filter
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: bt 1 source-and-location
flaky,expire=20240123 | FAIL: gdb.python/py-framefilter.exp: info frame filter before setting priority

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
flaky,expire=20240123 | FAIL: gdb.base/breakpoint-in-ro-region.exp: set debug target 0 (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
flaky,expire=20240123 | FAIL: gdb.base/breakpoint-in-ro-region.exp: probe target hardware step (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/571/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240122 | 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_gdb_check--master-aarch64-build/568/:
		=== gdb tests ===

Running gdb:gdb.base/default.exp ...
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info functions
flaky,expire=20240120 | FAIL: gdb.base/default.exp: until
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info program
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show version
flaky,expire=20240120 | FAIL: gdb.base/default.exp: unset environment prompt
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print array
flaky,expire=20240120 | FAIL: gdb.base/default.exp: list "l" abbreviation (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay map #1
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print address
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print array
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print object
flaky,expire=20240120 | FAIL: gdb.base/default.exp: print "p" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay on
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info source
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print vtbl
flaky,expire=20240120 | FAIL: gdb.base/default.exp: step #1
flaky,expire=20240120 | FAIL: gdb.base/default.exp: target core
flaky,expire=20240120 | FAIL: gdb.base/default.exp: run "r" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: list (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print "pr" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info copying (timeout)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info terminal
flaky,expire=20240120 | FAIL: gdb.base/default.exp: rbreak
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info locals
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show user
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay auto
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print "p" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: restore
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set variable
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info sources
flaky,expire=20240120 | FAIL: gdb.base/default.exp: printf
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info symbol (timeout)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: load
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show editing
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay unmap #2
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show convenience ($_any_caller_is = <internal function _any_caller_is> not found)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show complaints
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set history expansion
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print demangle
flaky,expire=20240120 | FAIL: gdb.base/default.exp: stepi "si" abbreviation (timeout)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set height
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set the history filename
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show check range
flaky,expire=20240120 | FAIL: gdb.base/default.exp: target exec
flaky,expire=20240120 | FAIL: gdb.base/default.exp: reverse-search
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show annotate
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay manual #2
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set width
flaky,expire=20240120 | FAIL: gdb.base/default.exp: up-silently (got interactive prompt)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: kill
flaky,expire=20240120 | FAIL: gdb.base/default.exp: unset (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: output (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show write
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info warranty
flaky,expire=20240120 | FAIL: gdb.base/default.exp: thread apply
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show history
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show confirm
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info types
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show history expansion
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show check "ch" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set write
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set check "c" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set check "ch" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set complaints
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show history size
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show verbose
flaky,expire=20240120 | FAIL: gdb.base/default.exp: until "u" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info variables
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set confirm
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show paths
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay list
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print address
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show width
flaky,expire=20240120 | FAIL: gdb.base/default.exp: search (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info float
flaky,expire=20240120 | FAIL: gdb.base/default.exp: section (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info watchpoints
flaky,expire=20240120 | FAIL: gdb.base/default.exp: thread
flaky,expire=20240120 | FAIL: gdb.base/default.exp: shell echo Hi dad!
flaky,expire=20240120 | FAIL: gdb.base/default.exp: pwd
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info threads
flaky,expire=20240120 | FAIL: gdb.base/default.exp: inspect
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set environment
flaky,expire=20240120 | FAIL: gdb.base/default.exp: step "s" abbreviation #1
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print sevenbit-strings
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print demangle
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info files
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show radix
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print characters
flaky,expire=20240120 | FAIL: gdb.base/default.exp: next
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print asm-demangle
flaky,expire=20240120 | FAIL: gdb.base/default.exp: thread find
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay unmap #1
flaky,expire=20240120 | FAIL: gdb.base/default.exp: stepi
flaky,expire=20240120 | FAIL: gdb.base/default.exp: target remote
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info vector
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show values
flaky,expire=20240120 | FAIL: gdb.base/default.exp: signal
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print characters
flaky,expire=20240120 | FAIL: gdb.base/default.exp: target native (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print union
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set radix
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print pretty
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print pretty
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info target
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay map #2
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info display
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print asm-demangle
flaky,expire=20240120 | FAIL: gdb.base/default.exp: return
flaky,expire=20240120 | FAIL: gdb.base/default.exp: undisplay prompt
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set history
flaky,expire=20240120 | FAIL: gdb.base/default.exp: next "n" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: print
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay off
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show check "c" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: overlay manual #1
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print vtbl
flaky,expire=20240120 | FAIL: gdb.base/default.exp: source (the program is no longer running)
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info registers
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show history save
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print elements
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info stack "s" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show args
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set language
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set annotate
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show prompt
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show language
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set history save
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info frame "f" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show listsize
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set history save off
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print elements
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set listsize
flaky,expire=20240120 | FAIL: gdb.base/default.exp: target
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set print union
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print sevenbit-strings
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show print object
flaky,expire=20240120 | FAIL: gdb.base/default.exp: tbreak
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show height
flaky,expire=20240120 | FAIL: gdb.base/default.exp: info set
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show directories
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set args
flaky,expire=20240120 | FAIL: gdb.base/default.exp: run
flaky,expire=20240120 | FAIL: gdb.base/default.exp: jump
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set history size
flaky,expire=20240120 | FAIL: gdb.base/default.exp: set verbose
flaky,expire=20240120 | FAIL: gdb.base/default.exp: show history filename

Running gdb:gdb.base/help.exp ...
flaky,expire=20240120 | ERROR: Undefined command "apropos \(print[^[ bsiedf\".-]\)".
flaky,expire=20240120 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
flaky,expire=20240120 | FAIL: gdb.base/help.exp: apropos after documenting aliases (timeout)
flaky,expire=20240120 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
flaky,expire=20240120 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
flaky,expire=20240120 | FAIL: gdb.base/help.exp: help bt
flaky,expire=20240120 | FAIL: gdb.base/help.exp: help status (timeout)
flaky,expire=20240120 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
flaky,expire=20240120 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
flaky,expire=20240120 | UNRESOLVED: gdb.base/help.exp: apropos \(print[^[ bsiedf\".-]\)
flaky,expire=20240120 | FAIL: gdb.base/help.exp: document alias: mybt10 (timeout)

Running gdb:gdb.linespec/cpcompletion.exp ...
flaky,expire=20240120 | ERROR: breakpoints not deleted
flaky,expire=20240120 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (clearing input line)
flaky,expire=20240120 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function ("
flaky,expire=20240120 | 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=20240120 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_function()"
flaky,expire=20240120 | 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=20240120 | 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=20240120 | FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function (" (second tab) (timeout)
flaky,expire=20240120 | UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::(anonymous namespace)::anon_ns_fu"

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/566/:
		=== gdb tests ===

Running gdb:gdb.base/osabi.exp ...
flaky,expire=20240119 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/557/:
		=== 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 9: attach (timeout)

		=== 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)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/551/:
		=== 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)

		=== 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 9: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
flaky,expire=20240116 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/549/:
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/547/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240115 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:hw: continue to breakpoint: _exit (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240115 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/546/:
		=== gdb tests ===

Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
flaky,expire=20240115 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
flaky,expire=20240115 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
flaky,expire=20240115 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/542/:
		=== gdb tests ===

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20240114 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/help.exp ...
flaky,expire=20240114 | ERROR: Undefined command "help bt".
flaky,expire=20240114 | FAIL: gdb.base/help.exp: define mybt alias
flaky,expire=20240114 | FAIL: gdb.base/help.exp: apropos after documenting aliases
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help breakpoint "brea" abbreviation
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help tracepoints
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help user-defined
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help running (timeout)
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help show warranty
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help obscure
flaky,expire=20240114 | FAIL: gdb.base/help.exp: apropos apropos
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation (timeout)
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help help "h" abbreviation
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
flaky,expire=20240114 | FAIL: gdb.base/help.exp: apropos handle signal
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help breakpoint "bre" abbreviation (timeout)
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help backtrace
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help breakpoint "break" abbreviation
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help show commands
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help data (timeout)
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help stack (timeout)
flaky,expire=20240114 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help commands
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help files (timeout)
flaky,expire=20240114 | UNRESOLVED: gdb.base/help.exp: help bt
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help status
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help after documenting aliases
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help support
flaky,expire=20240114 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help gotcha
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help help
flaky,expire=20240114 | FAIL: gdb.base/help.exp: define mybt10 alias
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help internals
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help breakpoint "br" abbreviation (timeout)
flaky,expire=20240114 | FAIL: gdb.base/help.exp: document alias: mybt
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help show confirm
flaky,expire=20240114 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help show copying
flaky,expire=20240114 | FAIL: gdb.base/help.exp: document alias: mybt10
flaky,expire=20240114 | FAIL: gdb.base/help.exp: help delete
flaky,expire=20240114 | FAIL: gdb.base/help.exp: apropos \(print[^[ bsiedf\".-]\)

Running gdb:gdb.base/premature-dummy-frame-removal.exp ...
flaky,expire=20240114 | FAIL: gdb.base/premature-dummy-frame-removal.exp: p 1 + 2 + 3 (timeout)
flaky,expire=20240114 | FAIL: gdb.base/premature-dummy-frame-removal.exp: set debug frame off (timeout)
flaky,expire=20240114 | FAIL: gdb.base/premature-dummy-frame-removal.exp: repeat p some_func () with frame debug on (timeout)

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20240114 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)
flaky,expire=20240114 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)
flaky,expire=20240114 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)

Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
flaky,expire=20240114 | ERROR: breakpoints not deleted
flaky,expire=20240114 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
flaky,expire=20240114 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on (got interactive prompt)
flaky,expire=20240114 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: continue to breakpoint: run past setup
flaky,expire=20240114 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: set debug target 0 (timeout)
flaky,expire=20240114 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
flaky,expire=20240114 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
flaky,expire=20240114 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20240114 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20240114 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs vector (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/540/:
		=== gdb tests ===

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
flaky,expire=20240113 | 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=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
flaky,expire=20240113 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
flaky,expire=20240113 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
flaky,expire=20240113 | 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=20240113 | FAIL: 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=20240113 | ERROR: breakpoints not deleted
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
flaky,expire=20240113 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
flaky,expire=20240113 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
flaky,expire=20240113 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
flaky,expire=20240113 | UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
flaky,expire=20240113 | FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/526/:
		=== gdb tests ===

Running gdb:gdb.threads/create-fail.exp ...
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
flaky,expire=20240110 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/525/:
		=== gdb tests ===

Running gdb:gdb.base/charset.exp ...
flaky,expire=20240109 | FAIL: gdb.base/charset.exp: try `set target-charset' with invalid charset
flaky,expire=20240109 | FAIL: gdb.base/charset.exp: try `set host-charset' with invalid charset (timeout)
flaky,expire=20240109 | FAIL: gdb.base/charset.exp: try malformed `set charset' (timeout)
flaky,expire=20240109 | FAIL: gdb.base/charset.exp: capture valid host charsets

Running gdb:gdb.base/gold-gdb-index.exp ...
flaky,expire=20240109 | FAIL: gdb.base/gold-gdb-index.exp: maint info symtabs (timeout)

Running gdb:gdb.threads/corethreads.exp ...
flaky,expire=20240109 | ERROR: can't read "thread0": no such variable
flaky,expire=20240109 | FAIL: gdb.threads/corethreads.exp: sanity check we see the core file (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
flaky,expire=20240109 | UNRESOLVED: gdb.threads/corethreads.exp: testcase gdb.threads/corethreads.exp' aborted due to Tcl error
flaky,expire=20240109 | ERROR: tcl error code TCL LOOKUP VARNAME thread0
flaky,expire=20240109 | ERROR: tcl error sourcing gdb.threads/corethreads.exp.

Running gdb:gdb.threads/ia64-sigill.exp ...
flaky,expire=20240109 | FAIL: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/ia64-sigill.exp: continue (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20240109 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/520/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240108 | 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_gdb_check--master-aarch64-build/519/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20240107 | 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_gdb_check--master-aarch64-build/514/:
		=== gdb tests ===

Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
flaky,expire=20240105 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: signal SIGUSR1

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/507/:
		=== gdb tests ===

Running gdb:gdb.base/osabi.exp ...
flaky,expire=20240103 | FAIL: gdb.base/osabi.exp: set osabi none (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 to breakpoint: _exit (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/498/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231230 | 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_gdb_check--master-aarch64-build/497/:
		=== gdb tests ===

Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
flaky,expire=20231230 | ERROR: breakpoints not deleted
flaky,expire=20231230 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
flaky,expire=20231230 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
flaky,expire=20231230 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
flaky,expire=20231230 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
flaky,expire=20231230 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
flaky,expire=20231230 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/496/:
		=== gdb tests ===

Running gdb:gdb.base/default.exp ...
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print union
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print pretty
flaky,expire=20231230 | FAIL: gdb.base/default.exp: overlay map #1
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show prompt
flaky,expire=20231230 | FAIL: gdb.base/default.exp: source
flaky,expire=20231230 | FAIL: gdb.base/default.exp: reverse-search
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show values
flaky,expire=20231230 | FAIL: gdb.base/default.exp: rbreak
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set width
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info watchpoints
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print object
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show check type
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info threads
flaky,expire=20231230 | FAIL: gdb.base/default.exp: shell echo Hi dad!
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show (incomplete output)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show history expansion
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show user
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info symbol
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print "p" abbreviation
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set history size
flaky,expire=20231230 | FAIL: gdb.base/default.exp: stepi "si" abbreviation (timeout)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info vector
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show height
flaky,expire=20231230 | FAIL: gdb.base/default.exp: overlay list
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print demangle
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info set (timeout)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show listsize
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print vtbl
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print characters
flaky,expire=20231230 | FAIL: gdb.base/default.exp: ptype
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show complaints
flaky,expire=20231230 | FAIL: gdb.base/default.exp: overlay on
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show args
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set history expansion
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set args
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set history save
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set complaints
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print sevenbit-strings
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show version
flaky,expire=20231230 | FAIL: gdb.base/default.exp: signal
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set language
flaky,expire=20231230 | FAIL: gdb.base/default.exp: overlay manual #1
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show language
flaky,expire=20231230 | FAIL: gdb.base/default.exp: thread apply
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show history size
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set history save off (timeout)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: return
flaky,expire=20231230 | FAIL: gdb.base/default.exp: load
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info warranty
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set annotate
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show width
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set confirm
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print address
flaky,expire=20231230 | FAIL: gdb.base/default.exp: until
flaky,expire=20231230 | FAIL: gdb.base/default.exp: print "p" abbreviation
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show check "c" abbreviation
flaky,expire=20231230 | FAIL: gdb.base/default.exp: printf
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set verbose
flaky,expire=20231230 | FAIL: gdb.base/default.exp: unset (the program is no longer running)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show confirm
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show history
flaky,expire=20231230 | FAIL: gdb.base/default.exp: thread
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print elements
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print pretty
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print array
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info variables
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show radix
flaky,expire=20231230 | FAIL: gdb.base/default.exp: overlay
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show check range
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show write
flaky,expire=20231230 | FAIL: gdb.base/default.exp: pwd
flaky,expire=20231230 | FAIL: gdb.base/default.exp: restore
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show directories
flaky,expire=20231230 | FAIL: gdb.base/default.exp: section
flaky,expire=20231230 | FAIL: gdb.base/default.exp: list "l" abbreviation (the program is no longer running)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info source
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show paths
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print elements
flaky,expire=20231230 | FAIL: gdb.base/default.exp: target
flaky,expire=20231230 | FAIL: gdb.base/default.exp: step "s" abbreviation #1
flaky,expire=20231230 | FAIL: gdb.base/default.exp: stepi (timeout)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show convenience ($_any_caller_is = <internal function _any_caller_is> not found)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set height
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set write
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set listsize
flaky,expire=20231230 | FAIL: gdb.base/default.exp: overlay map #2
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show annotate
flaky,expire=20231230 | FAIL: gdb.base/default.exp: search (the program is no longer running)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print characters
flaky,expire=20231230 | FAIL: gdb.base/default.exp: run "r" abbreviation
flaky,expire=20231230 | FAIL: gdb.base/default.exp: next "n" abbreviation
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set history
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set variable
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set radix
flaky,expire=20231230 | FAIL: gdb.base/default.exp: watch (got interactive prompt)
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print demangle
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show history filename
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print array
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print address
flaky,expire=20231230 | FAIL: gdb.base/default.exp: jump
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set environment
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print object
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set the history filename
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print asm-demangle
flaky,expire=20231230 | FAIL: gdb.base/default.exp: inspect
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print vtbl
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show history save
flaky,expire=20231230 | FAIL: gdb.base/default.exp: unset environment prompt
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show editing
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print union
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show verbose
flaky,expire=20231230 | FAIL: gdb.base/default.exp: show print sevenbit-strings
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info types
flaky,expire=20231230 | FAIL: gdb.base/default.exp: info sources
flaky,expire=20231230 | FAIL: gdb.base/default.exp: set print asm-demangle

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/493/:
		=== gdb tests ===

Running gdb:gdb.base/help.exp ...
flaky,expire=20231229 | FAIL: gdb.base/help.exp: apropos handle signal
flaky,expire=20231229 | FAIL: gdb.base/help.exp: help tracepoints
flaky,expire=20231229 | FAIL: gdb.base/help.exp: apropos apropos

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/492/:
		=== gdb tests ===

Running gdb:gdb.threads/signal-while-stepping-over-bp-other-thread.exp ...
flaky,expire=20231229 | FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/488/:
		=== gdb tests ===

Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
flaky,expire=20231227 | FAIL: gdb.base/breakpoint-in-ro-region.exp: set debug target 0 (timeout)
flaky,expire=20231227 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/486/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231227 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/479/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231225 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout)
flaky,expire=20231225 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20231225 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout)
flaky,expire=20231225 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout)
flaky,expire=20231225 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:sw: continue to breakpoint: _exit (timeout)
flaky,expire=20231225 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231225 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/478/:
		=== gdb tests ===

Running gdb:gdb.base/default.exp ...
flaky,expire=20231224 | FAIL: gdb.base/default.exp: until "u" abbreviation
flaky,expire=20231224 | FAIL: gdb.base/default.exp: stepi "si" abbreviation
flaky,expire=20231224 | FAIL: gdb.base/default.exp: undisplay prompt
flaky,expire=20231224 | FAIL: gdb.base/default.exp: target core
flaky,expire=20231224 | FAIL: gdb.base/default.exp: thread name
flaky,expire=20231224 | FAIL: gdb.base/default.exp: target remote
flaky,expire=20231224 | FAIL: gdb.base/default.exp: target native
flaky,expire=20231224 | FAIL: gdb.base/default.exp: tbreak
flaky,expire=20231224 | FAIL: gdb.base/default.exp: set history save off
flaky,expire=20231224 | FAIL: gdb.base/default.exp: target exec
flaky,expire=20231224 | FAIL: gdb.base/default.exp: thread find

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/476/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231222 | 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_gdb_check--master-aarch64-build/474/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231222 | 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_gdb_check--master-aarch64-build/473/:
		=== gdb tests ===

Running gdb:gdb.base/sym-file.exp ...
flaky,expire=20231222 | FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (timeout)
flaky,expire=20231222 | FAIL: gdb.base/sym-file.exp: gdb_breakpoint: set breakpoint at foo
flaky,expire=20231222 | FAIL: gdb.base/sym-file.exp: info files must display sym-file-lib (timeout)

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231222 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/468/:
		=== gdb tests ===

Running gdb:gdb.base/help.exp ...
flaky,expire=20231220 | ERROR: Undefined command "apropos \(print[^[ bsiedf\".-]\)".
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help show warranty
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help bt
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help show commands
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help show copying
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
flaky,expire=20231220 | FAIL: gdb.base/help.exp: apropos after documenting aliases (timeout)
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help help "h" abbreviation
flaky,expire=20231220 | FAIL: gdb.base/help.exp: document alias: mybt
flaky,expire=20231220 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
flaky,expire=20231220 | FAIL: gdb.base/help.exp: define mybt10 alias
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help status (timeout)
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help show confirm
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help commands
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help user-defined
flaky,expire=20231220 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help gotcha
flaky,expire=20231220 | FAIL: gdb.base/help.exp: document alias: mybt10 (timeout)
flaky,expire=20231220 | FAIL: gdb.base/help.exp: define mybt alias
flaky,expire=20231220 | UNRESOLVED: gdb.base/help.exp: apropos \(print[^[ bsiedf\".-]\)
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
flaky,expire=20231220 | FAIL: gdb.base/help.exp: help support
flaky,expire=20231220 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/466/:
		=== gdb tests ===

Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
flaky,expire=20231220 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main
flaky,expire=20231220 | FAIL: gdb.base/breakpoint-in-ro-region.exp: probe target hardware step (timeout)

Running gdb:gdb.threads/create-fail.exp ...
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
flaky,expire=20231220 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/465/:
		=== gdb tests ===

Running gdb:gdb.base/default.exp ...
flaky,expire=20231219 | FAIL: gdb.base/default.exp: set annotate (the program is no longer running)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: signal (timeout)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: overlay off
flaky,expire=20231219 | FAIL: gdb.base/default.exp: next
flaky,expire=20231219 | FAIL: gdb.base/default.exp: info target
flaky,expire=20231219 | FAIL: gdb.base/default.exp: target native (the program is no longer running)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: up-silently (the program is no longer running)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: load (the program is no longer running)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: overlay manual #2
flaky,expire=20231219 | FAIL: gdb.base/default.exp: overlay (the program is no longer running)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: nexti "ni" abbreviation
flaky,expire=20231219 | FAIL: gdb.base/default.exp: watch (the program is no longer running)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: overlay auto
flaky,expire=20231219 | FAIL: gdb.base/default.exp: whatis (got interactive prompt)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: set check "c" abbreviation
flaky,expire=20231219 | FAIL: gdb.base/default.exp: set args (the program is no longer running)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: info terminal
flaky,expire=20231219 | FAIL: gdb.base/default.exp: output (the program is no longer running)
flaky,expire=20231219 | FAIL: gdb.base/default.exp: set check "ch" abbreviation

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/464/:
		=== gdb tests ===

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 to breakpoint: _exit (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231219 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/463/:
		=== gdb tests ===

Running gdb:gdb.base/continue-all-already-running.exp ...
flaky,expire=20231219 | FAIL: gdb.base/continue-all-already-running.exp: c -a

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/462/:
		=== gdb tests ===

Running gdb:gdb.base/osabi.exp ...
flaky,expire=20231219 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/456/:
		=== gdb tests ===

Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
flaky,expire=20231217 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: signal SIGUSR1
flaky,expire=20231217 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1

Running gdb:gdb.threads/signal-sigtrap.exp ...
flaky,expire=20231217 | FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reaches handler

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/445/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231213 | 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_gdb_check--master-aarch64-build/442/:
		=== gdb tests ===

Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
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)
flaky,expire=20231212 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/441/:
		=== gdb tests ===

Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
flaky,expire=20231212 | FAIL: gdb.base/breakpoint-in-ro-region.exp: set debug target 0 (timeout)

Running gdb:gdb.base/default.exp ...
flaky,expire=20231212 | FAIL: gdb.base/default.exp: step "s" abbreviation #2
flaky,expire=20231212 | FAIL: gdb.base/default.exp: target
flaky,expire=20231212 | FAIL: gdb.base/default.exp: source (the program is no longer running)
flaky,expire=20231212 | FAIL: gdb.base/default.exp: thread
flaky,expire=20231212 | FAIL: gdb.base/default.exp: show (timeout)
flaky,expire=20231212 | FAIL: gdb.base/default.exp: unset environment prompt (got interactive prompt)
flaky,expire=20231212 | FAIL: gdb.base/default.exp: thread apply

Running gdb:gdb.base/premature-dummy-frame-removal.exp ...
flaky,expire=20231212 | FAIL: gdb.base/premature-dummy-frame-removal.exp: set debug frame off
flaky,expire=20231212 | FAIL: gdb.base/premature-dummy-frame-removal.exp: repeat p some_func () with frame debug on (timeout)
flaky,expire=20231212 | FAIL: gdb.base/premature-dummy-frame-removal.exp: p 1 + 2 + 3

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: stepi_del_break (the program is no longer running)
flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
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: set debug target 0 (timeout)
flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: before/after disassembly matches
flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: before: capture_command_output for disassemble test (got interactive prompt)
flaky,expire=20231212 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on (the program exited)
flaky,expire=20231212 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label (timeout)

Running gdb:gdb.mi/mi-multi-commands.exp ...
flaky,expire=20231212 | FAIL: gdb.mi/mi-multi-commands.exp: args=separate-mi-tty: look for second command output, command length 453 (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/439/:
		=== gdb tests ===

Running gdb:gdb.base/charset.exp ...
flaky,expire=20231211 | FAIL: gdb.base/charset.exp: try `set host-charset' with invalid charset (timeout)
flaky,expire=20231211 | FAIL: gdb.base/charset.exp: try malformed `set charset' (timeout)
flaky,expire=20231211 | FAIL: gdb.base/charset.exp: try `set target-charset' with invalid charset
flaky,expire=20231211 | FAIL: gdb.base/charset.exp: capture valid host charsets

Running gdb:gdb.base/help.exp ...
flaky,expire=20231211 | ERROR: Undefined command "apropos Print backtrace of all stack frames, or innermost COUNT frames.".
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help breakpoint "bre" abbreviation
flaky,expire=20231211 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc
flaky,expire=20231211 | FAIL: gdb.base/help.exp: apropos apropos
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help stack (timeout)
flaky,expire=20231211 | FAIL: gdb.base/help.exp: apropos handle signal
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help breakpoint "brea" abbreviation
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation (timeout)
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help breakpoint "break" abbreviation
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help tracepoints
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help obscure
flaky,expire=20231211 | UNRESOLVED: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help running (timeout)
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help files (timeout)
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help after documenting aliases
flaky,expire=20231211 | FAIL: gdb.base/help.exp: apropos after documenting aliases
flaky,expire=20231211 | FAIL: gdb.base/help.exp: help breakpoint "br" abbreviation (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/432/:
		=== gdb tests ===

Running gdb:gdb.base/step-over-syscall.exp ...
flaky,expire=20231209 | FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/429/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231207 | 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_gdb_check--master-aarch64-build/426/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231207 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/421/:
		=== gdb tests ===

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20231206 | 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=20231206 | 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_gdb_check--master-aarch64-build/420/:
		=== gdb tests ===

Running gdb:gdb.base/default.exp ...
flaky,expire=20231205 | FAIL: gdb.base/default.exp: output
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set radix
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show values
flaky,expire=20231205 | FAIL: gdb.base/default.exp: stepi
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay list
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set write
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print demangle
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show check "ch" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print characters
flaky,expire=20231205 | FAIL: gdb.base/default.exp: symbol-file (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show history size
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info watchpoints
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info symbol
flaky,expire=20231205 | FAIL: gdb.base/default.exp: section
flaky,expire=20231205 | FAIL: gdb.base/default.exp: thread apply (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print vtbl
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print object
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show confirm
flaky,expire=20231205 | FAIL: gdb.base/default.exp: nexti
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info source (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: up-silently
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info copying (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: list "l" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: next "n" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show check range
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print asm-demangle
flaky,expire=20231205 | FAIL: gdb.base/default.exp: jump
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info registers
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set check "check" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set variable
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay map #1
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set language
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show check "c" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print sevenbit-strings
flaky,expire=20231205 | FAIL: gdb.base/default.exp: shell echo Hi dad!
flaky,expire=20231205 | FAIL: gdb.base/default.exp: restore
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info stack
flaky,expire=20231205 | FAIL: gdb.base/default.exp: kill
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show height
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info types
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay unmap #2
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show history save
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info float
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info terminal (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: rbreak
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info target (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print characters
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay off (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show history expansion
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay on (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print union
flaky,expire=20231205 | FAIL: gdb.base/default.exp: step #2 (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show user
flaky,expire=20231205 | FAIL: gdb.base/default.exp: step #1
flaky,expire=20231205 | FAIL: gdb.base/default.exp: where
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info vector
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print pretty
flaky,expire=20231205 | FAIL: gdb.base/default.exp: inspect
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print object
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show directories
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print elements
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print vtbl
flaky,expire=20231205 | FAIL: gdb.base/default.exp: target remote
flaky,expire=20231205 | FAIL: gdb.base/default.exp: step "s" abbreviation #1
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show annotate
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set history save off
flaky,expire=20231205 | FAIL: gdb.base/default.exp: until "u" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: watch
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set width
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print address
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set args
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show listsize
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print "p" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: target exec
flaky,expire=20231205 | FAIL: gdb.base/default.exp: ptype
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set environment
flaky,expire=20231205 | FAIL: gdb.base/default.exp: printf
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info stack "s" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show complaints
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show check type
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show width
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set history
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print array
flaky,expire=20231205 | FAIL: gdb.base/default.exp: tbreak
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info display (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info sources (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set height
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show version
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay manual #1 (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: unset environment prompt
flaky,expire=20231205 | FAIL: gdb.base/default.exp: print "p" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print pretty
flaky,expire=20231205 | FAIL: gdb.base/default.exp: target core
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show language
flaky,expire=20231205 | FAIL: gdb.base/default.exp: load
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print asm-demangle
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show paths
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print sevenbit-strings
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set check "c" abbreviation (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set history size
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set annotate
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show args
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info frame
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info program
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info warranty
flaky,expire=20231205 | FAIL: gdb.base/default.exp: return
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info threads
flaky,expire=20231205 | FAIL: gdb.base/default.exp: list
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info variables
flaky,expire=20231205 | FAIL: gdb.base/default.exp: thread find
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set check "ch" abbreviation (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info set
flaky,expire=20231205 | FAIL: gdb.base/default.exp: thread name
flaky,expire=20231205 | FAIL: gdb.base/default.exp: signal
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay unmap #1
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show history filename
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay auto (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: stepi "si" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print "pr" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: undisplay prompt
flaky,expire=20231205 | FAIL: gdb.base/default.exp: print
flaky,expire=20231205 | FAIL: gdb.base/default.exp: run "r" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set the history filename
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show history
flaky,expire=20231205 | FAIL: gdb.base/default.exp: whatis
flaky,expire=20231205 | FAIL: gdb.base/default.exp: step "s" abbreviation #2 (timeout)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print union
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print elements
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set verbose
flaky,expire=20231205 | FAIL: gdb.base/default.exp: reverse-search
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print array
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info files
flaky,expire=20231205 | FAIL: gdb.base/default.exp: thread (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: overlay map #2
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show check "check" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show radix
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show print demangle
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show convenience ($_any_caller_is = <internal function _any_caller_is> not found)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show write
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set history save
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show verbose
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show editing
flaky,expire=20231205 | FAIL: gdb.base/default.exp: search
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set print address
flaky,expire=20231205 | FAIL: gdb.base/default.exp: target (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: run
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set listsize
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set complaints
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info frame "f" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/default.exp: show prompt
flaky,expire=20231205 | FAIL: gdb.base/default.exp: target native
flaky,expire=20231205 | FAIL: gdb.base/default.exp: pwd
flaky,expire=20231205 | FAIL: gdb.base/default.exp: x (the program is no longer running)
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set confirm
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info functions
flaky,expire=20231205 | FAIL: gdb.base/default.exp: unset
flaky,expire=20231205 | FAIL: gdb.base/default.exp: source
flaky,expire=20231205 | FAIL: gdb.base/default.exp: set history expansion
flaky,expire=20231205 | FAIL: gdb.base/default.exp: until
flaky,expire=20231205 | FAIL: gdb.base/default.exp: info locals

Running gdb:gdb.base/help.exp ...
flaky,expire=20231205 | ERROR: Undefined command "apropos apropos".
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help info bogus-gdb-command
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help show copying
flaky,expire=20231205 | FAIL: gdb.base/help.exp: define mybt alias
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help obscure (timeout)
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help help
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help files
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help mybt after documenting aliases showing mybt doc (timeout)
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help commands
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help support
flaky,expire=20231205 | FAIL: gdb.base/help.exp: apropos after documenting aliases showing mybt10 doc (timeout)
flaky,expire=20231205 | FAIL: gdb.base/help.exp: documenting builtin where alias disallowed (timeout)
flaky,expire=20231205 | FAIL: gdb.base/help.exp: apropos \(print[^[ bsiedf\".-]\)
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help data (timeout)
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help internals
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help bt
flaky,expire=20231205 | FAIL: gdb.base/help.exp: document alias: mybt
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help running
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help breakpoint "br" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help user-defined
flaky,expire=20231205 | FAIL: gdb.base/help.exp: document alias: mybt10
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help tracepoints (timeout)
flaky,expire=20231205 | FAIL: gdb.base/help.exp: define mybt10 alias
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help after documenting aliases (timeout)
flaky,expire=20231205 | FAIL: gdb.base/help.exp: apropos Print backtrace of all stack frames, or innermost COUNT frames.
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help delete "d" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help status
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help show confirm
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help help "h" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help gotcha
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help backtrace "bt" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help delete
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help breakpoint "b" abbreviation
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help stack
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help backtrace
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help show warranty
flaky,expire=20231205 | UNRESOLVED: gdb.base/help.exp: apropos apropos
flaky,expire=20231205 | FAIL: gdb.base/help.exp: help show commands

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20231205 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs all (timeout)
flaky,expire=20231205 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs restore (timeout)

Running gdb:gdb.mi/mi-break.exp ...
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments with --force (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: list of explicit breakpoints (timeout)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: list of breakpoints (timeout)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
flaky,expire=20231205 | 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=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
flaky,expire=20231205 | 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=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: define a bp (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: delete temp breakpoints (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: list of breakpoints (timeout)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments with --force (unexpected output)
flaky,expire=20231205 | 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=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: insert explicit conditional breakpoint in callee2 (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: breakpoint with forced condition (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is defined (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: define a bp (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: no arguments to -break-condition (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: clear the condition with --force (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: no arguments to -break-condition (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is forced (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: invalid condition is defined (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: condition is cleared (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: clear the condition with --force (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_forced_conditions: breakpoint with forced condition (unexpected output)
flaky,expire=20231205 | 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=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_tbreak_creation_and_listing: delete temp breakpoints (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: condition is cleared (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source foobar.c --line 3 (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_ignore_count: insert breakpoint with ignore count at callme (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_forced_conditions: invalid condition is forced (unexpected output)
flaky,expire=20231205 | FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: list of explicit breakpoints (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20231205 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20231205 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs vector (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20231205 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/415/:
		=== gdb tests ===

Running gdb:gdb.base/breakpoint-in-ro-region.exp ...
flaky,expire=20231204 | FAIL: gdb.base/breakpoint-in-ro-region.exp: probe target hardware step (timeout)
flaky,expire=20231204 | FAIL: gdb.base/breakpoint-in-ro-region.exp: get lo address of main

Running gdb:gdb.base/osabi.exp ...
flaky,expire=20231204 | FAIL: gdb.base/osabi.exp: set osabi none (timeout)

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231204 | 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_gdb_check--master-aarch64-build/413/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231203 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/411/:
		=== gdb tests ===

Running gdb:gdb.base/break-unload-file.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted on: break: file $binfile

Running gdb:gdb.threads/execl.exp ...
flaky,expire=20231201 | ERROR: GDB process no longer exists
flaky,expire=20231201 | UNRESOLVED: gdb.threads/execl.exp: continue across exec
flaky,expire=20231201 | UNRESOLVED: gdb.threads/execl.exp: info threads after exec
flaky,expire=20231201 | UNRESOLVED: gdb.threads/execl.exp: continue until exit

Running gdb:gdb.threads/non-ldr-exc-3.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.threads/non-ldr-exc-3.exp: nonstop=off: schedlock=on: continue over exec

Running gdb:gdb.threads/thread-execl.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.threads/thread-execl.exp: schedlock on: get to main in new image

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.threads/create-fail.exp ...
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
flaky,expire=20231201 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)

Running gdb:gdb.threads/non-ldr-exc-3.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.threads/non-ldr-exc-3.exp: nonstop=on: schedlock=off: continue over exec

Running gdb:gdb.threads/thread-execl.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.threads/thread-execl.exp: non-stop: get to main in new image

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/410/:
		=== gdb tests ===

Running gdb:gdb.base/corefile.exp ...
flaky,expire=20231201 | FAIL: gdb.base/corefile.exp: runto: run to main (eof)
flaky,expire=20231201 | UNRESOLVED: gdb.base/corefile.exp: quit with a process

Running gdb:gdb.base/foll-exec-mode.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch: continue past exec

Running gdb:gdb.base/reread.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/reread.exp: opts=: run to foo() second time
flaky,expire=20231201 | UNRESOLVED: gdb.base/reread.exp: opts=pie: second pass: run to foo() second time

Running gdb:gdb.base/run-attach-while-running.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-attach-while-running.exp: threaded=1: run-or-attach=attach: non-stop=off: test: attach to process
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-attach-while-running.exp: threaded=1: run-or-attach=attach: non-stop=on: test: attach to process

Running gdb:gdb.threads/thread-execl.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.threads/thread-execl.exp: schedlock step: get to main in new image

Running gdb:gdb.threads/vfork-follow-child-exec.exp ...
flaky,expire=20231201 | ERROR: GDB process no longer exists
flaky,expire=20231201 | UNRESOLVED: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=on: continue

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/corefile.exp ...
flaky,expire=20231201 | ERROR: GDB process no longer exists
flaky,expire=20231201 | UNRESOLVED: gdb.base/corefile.exp: no question: load core
flaky,expire=20231201 | UNRESOLVED: gdb.base/corefile.exp: quit with a core file

Running gdb:gdb.base/reread.exp ...
flaky,expire=20231201 | FAIL: gdb.base/reread.exp: opts=pie: second pass: run to foo() second time

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/409/:
		=== gdb tests ===

Running gdb:gdb.ada/file-then-restart.exp ...
flaky,expire=20231201 | ERROR: GDB process no longer exists
flaky,expire=20231201 | UNRESOLVED: gdb.ada/file-then-restart.exp: scenario=kill: start second

Running gdb:gdb.base/break-fun-addr.exp ...
flaky,expire=20231201 | ERROR: GDB process no longer exists
flaky,expire=20231201 | UNRESOLVED: gdb.base/break-fun-addr.exp: break-fun-addr2: run to breakpoint at *main
flaky,expire=20231201 | UNRESOLVED: gdb.base/break-fun-addr.exp: break-fun-addr2: p $pc == main

Running gdb:gdb.base/run-control-while-bg-execution.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-control-while-bg-execution.exp: action1=kill: action2=attach: attach
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-control-while-bg-execution.exp: action1=kill: action2=attach: detach from second instance

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/jit-reader-exec.exp ...
flaky,expire=20231201 | ERROR: GDB process no longer exists
flaky,expire=20231201 | UNRESOLVED: gdb.base/jit-reader-exec.exp: continue

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/407/:
		=== gdb tests ===

Running gdb:gdb.base/break-idempotent.exp ...
flaky,expire=20231201 | ERROR: can not find channel named "exp11"

Running gdb:gdb.base/catch-syscall.exp ...
flaky,expire=20231201 | ERROR: can not find channel named "exp11"

Running gdb:gdb.base/foll-exec-mode.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-exec-mode.exp: continue to first exec catchpoint
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: next past exec

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=on: schedule-multiple=on: exec_tests: tcatch_vfork_then_child_follow_exec: finish
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=off: schedule-multiple=on: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp

Running gdb:gdb.base/reread.exp ...
flaky,expire=20231201 | ERROR: can not find channel named "exp11"

Running gdb:gdb.base/run-attach-while-running.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-attach-while-running.exp: threaded=0: run-or-attach=attach: non-stop=on: test: attach to process

Running gdb:gdb.base/run-control-while-bg-execution.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-control-while-bg-execution.exp: action1=detach: action2=attach: attach
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-control-while-bg-execution.exp: action1=detach: action2=attach: detach from second instance

Running gdb:gdb.threads/non-ldr-exc-2.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: nonstop=off: schedlock=on: continue over exec

Running gdb:gdb.threads/non-ldr-exc-4.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.threads/non-ldr-exc-4.exp: nonstop=on: schedlock=off: continue over exec

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/break-idempotent.exp ...
flaky,expire=20231201 | ERROR: can not find channel named "exp8"

Running gdb:gdb.base/catch-syscall.exp ...
flaky,expire=20231201 | ERROR: can not find channel named "exp8"

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=auto: non-stop=off: schedule-multiple=on: exec_tests: tcatch_vfork_then_child_follow_exec: finish
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=auto: non-stop=off: schedule-multiple=on: exec_tests: vfork_relations_in_info_inferiors: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=off: schedule-multiple=on: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=off: schedule-multiple=on: exec_tests: vfork_relations_in_info_inferiors: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=on: schedule-multiple=off: exec_tests: tcatch_vfork_then_child_follow_exec: finish
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=on: schedule-multiple=on: exec_tests: vfork_relations_in_info_inferiors: continue to bp

Running gdb:gdb.base/reread.exp ...
flaky,expire=20231201 | ERROR: can not find channel named "exp8"

Running gdb:gdb.python/py-template.exp ...
flaky,expire=20231201 | ERROR: Couldn't load py-template-cir into GDB (eof).

Running gdb:gdb.threads/non-ldr-exc-1.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.threads/non-ldr-exc-1.exp: nonstop=off: schedlock=off: continue over exec

Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
flaky,expire=20231201 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=off: schedule-multiple=on: exec_tests: tcatch_vfork_then_child_follow_exec: finish

Running gdb:gdb.base/run-control-while-bg-execution.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-control-while-bg-execution.exp: action1=none: action2=attach: attach
flaky,expire=20231201 | UNRESOLVED: gdb.base/run-control-while-bg-execution.exp: action1=none: action2=attach: detach from second instance

Running gdb:gdb.python/py-template.exp ...
flaky,expire=20231201 | ERROR: Couldn't load py-template-cir -- with new symbol table into GDB (eof).

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=on: schedule-multiple=off: exec_tests: tcatch_vfork_then_child_follow_exec: finish
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=auto: non-stop=off: schedule-multiple=off: exec_tests: vfork_relations_in_info_inferiors: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=on: schedule-multiple=on: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=auto: non-stop=off: schedule-multiple=on: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp

Running gdb:gdb.python/py-template.exp ...
flaky,expire=20231201 | FAIL: gdb.python/py-template.exp: runto: run to main (eof)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=auto: non-stop=on: schedule-multiple=on: exec_tests: tcatch_vfork_then_child_follow_exec: finish
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=on: schedule-multiple=off: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=off: schedule-multiple=off: exec_tests: tcatch_vfork_then_child_follow_exec: finish

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=off: schedule-multiple=off: exec_tests: vfork_relations_in_info_inferiors: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=auto: non-stop=on: schedule-multiple=on: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=on: schedule-multiple=on: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=off: schedule-multiple=on: exec_tests: tcatch_vfork_then_child_follow_exec: finish
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=auto: non-stop=on: schedule-multiple=off: exec_tests: tcatch_vfork_then_child_follow_exec: finish

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=off: schedule-multiple=off: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=off: schedule-multiple=off: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=on: schedule-multiple=on: exec_tests: tcatch_vfork_then_child_follow_exec: finish

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/foll-vfork.exp ...
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=on: non-stop=on: schedule-multiple=off: exec_tests: vfork_and_exec_child_follow_to_main_bp: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=off: non-stop=off: schedule-multiple=on: exec_tests: vfork_relations_in_info_inferiors: continue to bp
flaky,expire=20231201 | UNRESOLVED: gdb.base/foll-vfork.exp: target-non-stop=auto: non-stop=off: schedule-multiple=off: exec_tests: tcatch_vfork_then_child_follow_exec: finish

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/363/:
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231117 | FAIL: gdb.base/maint.exp: maint expand-symtabs (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231117 | FAIL: gdb.base/maint.exp: maint info line-table with invalid filename (timeout)

Running gdb:gdb.base/premature-dummy-frame-removal.exp ...
flaky,expire=20231117 | FAIL: gdb.base/premature-dummy-frame-removal.exp: set debug frame off
flaky,expire=20231117 | FAIL: gdb.base/premature-dummy-frame-removal.exp: p 1 + 2 + 3
flaky,expire=20231117 | FAIL: gdb.base/premature-dummy-frame-removal.exp: repeat p some_func () with frame debug on (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231117 | FAIL: gdb.base/maint.exp: maint info line-table with filename of symtab that is not current (timeout)
flaky,expire=20231117 | FAIL: gdb.base/maint.exp: maint currently expandedinfo currently expandedline-table currently expandedwith currently expandedfilename currently expandedof currently expandedsymtab currently expandedthat currently expandedis currently expandednot (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/360/:
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231116 | UNRESOLVED: gdb.base/maint.exp: help maint

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20231116 | FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register'

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231116 | FAIL: gdb.base/maint.exp: help maint (timeout)

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20231116 | 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=20231116 | ERROR: breakpoints not deleted
flaky,expire=20231116 | UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
flaky,expire=20231116 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)
flaky,expire=20231116 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
flaky,expire=20231116 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
flaky,expire=20231116 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
flaky,expire=20231116 | FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)

Running gdb:gdb.mi/mi-break-qualified.exp ...
flaky,expire=20231116 | FAIL: gdb.mi/mi-break-qualified.exp: delete temp breakpoints (unexpected output)
flaky,expire=20231116 | FAIL: gdb.mi/mi-break-qualified.exp: list of breakpoints (timeout)

Running gdb:gdb.threads/create-fail.exp ...
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
flaky,expire=20231116 | FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20231116 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:hw: continue
flaky,expire=20231116 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:hw: detach

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231116 | UNRESOLVED: gdb.base/maint.exp: help maint print

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231116 | FAIL: gdb.base/maint.exp: help maint print (timeout)

Running gdb:gdb.base/reggroups.exp ...
flaky,expire=20231116 | FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231116 | UNRESOLVED: gdb.base/maint.exp: help maint info

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231116 | FAIL: gdb.base/maint.exp: help maint info (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231116 | UNRESOLVED: gdb.base/maint.exp: maint show dwarf unwinders

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.base/maint.exp ...
flaky,expire=20231116 | FAIL: gdb.base/maint.exp: maint show dwarf unwinders (timeout)

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/197/:
		=== gdb tests ===

Running gdb:gdb.reverse/insn-reverse.exp ...
flaky,expire=20230927 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: capture_command_output for info all-registers (timeout)
flaky,expire=20230927 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_mod_imm: compare registers on insn 5:bic	v0.2s, #0x1, lsl #8

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.reverse/insn-reverse.exp ...
flaky,expire=20230927 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: capture_command_output for info all-registers (timeout)
flaky,expire=20230927 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: reverse-stepi (timeout)
flaky,expire=20230927 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 6:fmla	d0, d0, v1.d[1]
flaky,expire=20230927 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 7:str	d0, [sp]
flaky,expire=20230927 | FAIL: gdb.reverse/insn-reverse.exp: adv_simd_scalar_index: compare registers on insn 8:nop

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/124/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20230826 | FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/121/:
		=== gdb tests ===

Running gdb:gdb.threads/signal-command-handle-nopass.exp ...
flaky,expire=20230826 | FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal SIGUSR1

		=== Results Summary ===

# From https://ci.linaro.org/job/tcwg_gdb_check--master-aarch64-build/120/:
		=== gdb tests ===

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: continue

		=== Results Summary ===
		=== gdb tests ===

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_gdb_check--master-aarch64-build/97/:
		=== 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_gdb_check--master-aarch64-build/94/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20230814 | 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_gdb_check--master-aarch64-build/15/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20230623 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: continue (timeout)
flaky,expire=20230623 | 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_gdb_check--master-aarch64-build/13/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20230622 | 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_gdb_check--master-aarch64-build/8/:
		=== gdb tests ===

Running gdb:gdb.threads/process-dies-while-detaching.exp ...
flaky,expire=20230621 | FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:hw: detach child (timeout)

		=== Results Summary ===
		=== gdb tests ===

Running gdb:gdb.ada/enum_idx_packed.exp ...
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: print multi
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: print multi'first
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: print multi_multi
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: print multi_multi(1,3)
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: print multi_multi(2)
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: print small
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: print small'first
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: ptype multi
FAIL: gdb.ada/enum_idx_packed.exp: scenario=minimal: ptype small

Running gdb:gdb.ada/mod_from_name.exp ...
FAIL: gdb.ada/mod_from_name.exp: scenario=minimal: print xp

Running gdb:gdb.ada/pckd_arr_ren.exp ...
FAIL: gdb.ada/pckd_arr_ren.exp: scenario=minimal: print var

Running gdb:gdb.ada/variant_record_packed_array.exp ...
FAIL: gdb.ada/variant_record_packed_array.exp: scenario=minimal: print my_buffer
FAIL: gdb.ada/variant_record_packed_array.exp: scenario=minimal: print {foo.octal_buffer}($)

Running gdb:gdb.base/break-interp.exp ...
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: first backtrace: dl bt
FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: first backtrace: dl bt

Running gdb:gdb.base/kill-during-detach.exp ...
FAIL: gdb.base/kill-during-detach.exp: exit_p=false: checkpoint_p=true: python kill_and_detach()
FAIL: gdb.base/kill-during-detach.exp: exit_p=true: checkpoint_p=true: python kill_and_detach()

Running gdb:gdb.base/premature-dummy-frame-removal.exp ...
FAIL: gdb.base/premature-dummy-frame-removal.exp: p 1 + 2 + 3
FAIL: gdb.base/premature-dummy-frame-removal.exp: repeat p some_func () with frame debug on (timeout)
FAIL: gdb.base/premature-dummy-frame-removal.exp: set debug frame off

Running gdb:gdb.base/reggroups.exp ...
FAIL: gdb.base/reggroups.exp: fetch reggroup regs save (timeout)
FAIL: gdb.base/reggroups.exp: fetch reggroup regs vector (timeout)
FAIL: gdb.base/reggroups.exp: info reg invalid-reggroup should report 'Invalid register' (timeout)

Running gdb:gdb.base/sss-bp-on-user-bp-2.exp ...
ERROR: breakpoints not deleted
FAIL: gdb.base/sss-bp-on-user-bp-2.exp: b test:label
FAIL: gdb.base/sss-bp-on-user-bp-2.exp: info breakpoints (got interactive prompt)
FAIL: gdb.base/sss-bp-on-user-bp-2.exp: probe target hardware step (timeout)
UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: set breakpoint always-inserted on
FAIL: gdb.base/sss-bp-on-user-bp-2.exp: si& finished (timeout)
FAIL: gdb.base/sss-bp-on-user-bp-2.exp: stepi_del_break (the program is no longer running)

Running gdb:gdb.base/startup-with-shell.exp ...
FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: first argument expanded

Running gdb:gdb.base/watch-bitfields.exp ...
FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: continue until exit (the program is no longer running)
FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: continue (the program exited)
FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: print expression before
FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue
FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: continue (the program is no longer running)
FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression after
FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression before

Running gdb:gdb.base/watchpoint-unaligned.exp ...
FAIL: gdb.base/watchpoint-unaligned.exp: continue (timeout)
FAIL: gdb.base/watchpoint-unaligned.exp: size8twice write

Running gdb:gdb.cp/namespace.exp ...
FAIL: gdb.cp/namespace.exp: br malformed ')'
FAIL: gdb.cp/namespace.exp: br malformed '>' (got interactive prompt)

Running gdb:gdb.cp/typeid.exp ...
FAIL: gdb.cp/typeid.exp: before starting: print &typeid(ccp)
FAIL: gdb.cp/typeid.exp: before starting: print &typeid(ccp) == &typeid(typeof(ccp))
FAIL: gdb.cp/typeid.exp: before starting: print &typeid(cp)
FAIL: gdb.cp/typeid.exp: before starting: print &typeid(cp) == &typeid(typeof(cp))
FAIL: gdb.cp/typeid.exp: before starting: print &typeid(i)
FAIL: gdb.cp/typeid.exp: before starting: print &typeid(i) == &typeid(typeof(i))

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.mi/mi-dprintf.exp ...
FAIL: gdb.mi/mi-dprintf.exp: stderr symbol check

Running gdb:gdb.reverse/solib-precsave.exp ...
FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function one
FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function one

Running gdb:gdb.reverse/solib-reverse.exp ...
FAIL: gdb.reverse/solib-reverse.exp: reverse-step into solib function one
FAIL: gdb.reverse/solib-reverse.exp: reverse-step within solib function one

Running gdb:gdb.threads/attach-many-short-lived-threads.exp ...
ERROR: breakpoints not deleted
UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)

Running gdb:gdb.threads/create-fail.exp ...
FAIL: gdb.threads/create-fail.exp: iteration 10: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 1: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 2: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 3: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 4: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 5: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 6: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 7: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 8: run till end (timeout)
FAIL: gdb.threads/create-fail.exp: iteration 9: run till end (timeout)

		=== Results Summary ===