jjb: binutils-gdb: update known-failures
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 13 Oct 2021 16:15:01 +0000 (12:15 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 21 Mar 2022 19:26:20 +0000 (15:26 -0400)
Add a few entries to the known failures.  I've been using this for a few
months and it has been relatively stable.  Some of the failures in there
have been fixed, so I should really do a pass to prune what no longer
fails (eventually).

Change-Id: If7c032b41b5fff7eb5268dbbd8f8d075f0eb9b18

scripts/binutils-gdb/build.sh

index e2b9472ef508c4bb09527ab5fa53d7dc9d6d5ba1..c552882dc038b204c197da94edd9b55da99dc105 100755 (executable)
@@ -332,7 +332,9 @@ FAIL: gdb.base/bt-on-fatal-signal.exp: SEGV: $saw_bt_start
 FAIL: gdb.base/bt-on-fatal-signal.exp: SEGV: $saw_fatal_msg
 FAIL: gdb.base/bt-on-fatal-signal.exp: SEGV: [expr $internal_error_msg_count == 2]
 FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
+FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
 FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
+FAIL: gdb.dwarf2/dw2-inline-param.exp: running to *0x608 in runto
 FAIL: gdb.gdb/python-interrupts.exp: run until breakpoint at captured_command_loop
 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)
 FAIL: gdb.mi/mi-break.exp: mi-mode=main: test_explicit_breakpoints: -break-insert --source basics.c --function foobar (unexpected output)
@@ -344,10 +346,13 @@ FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-i
 FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test_explicit_breakpoints: -break-insert --source basics.c (unexpected output)
 FAIL: gdb.mi/mi-breakpoint-changed.exp: test_auto_disable: -break-enable count 1 2 (unexpected output)
 FAIL: gdb.mi/mi-breakpoint-changed.exp: test_auto_disable: -break-insert -f pendfunc1 (unexpected output)
+FAIL: gdb.threads/detach-step-over.exp: breakpoint-condition-evaluation=host: target-non-stop=on: non-stop=on: displaced=off: iter 3: attach (GDB internal error)
 UNRESOLVED: gdb.base/libsegfault.exp: gdb emits custom handler warning
 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
 UNRESOLVED: gdb.base/symbol-without-target_section.exp: list -q main
 UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
+UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
+UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
 EOF
 
 grep --invert-match --fixed-strings --file=known-failures  "${WORKSPACE}/results/gdb.sum" > "${WORKSPACE}/results/gdb.filtered.sum"
This page took 0.035026 seconds and 4 git commands to generate.