Fix kfail patterns in inline-locals.exp
authorTom Tromey <tromey@adacore.com>
Mon, 19 Apr 2021 13:16:34 +0000 (07:16 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 19 Apr 2021 13:16:34 +0000 (07:16 -0600)
PR gdb/27742 points out that my recent change to
print_variable_and_value caused a regression in inline-locals.exp.  I
can't reproduce this, but I came up with this patch based on the
output shown in the bug.

gdb/testsuite/ChangeLog
2021-04-19  Tom Tromey  <tromey@adacore.com>

PR gdb/27742:
* gdb.opt/inline-locals.exp: Update kfail patterns.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.opt/inline-locals.exp

index 3e4a384bd95abcc956470f9ae04cc0d668579a94..2bc845c0275b0d27f77599df7ceffd9ff9a7cd3b 100644 (file)
@@ -1,3 +1,8 @@
+2021-04-19  Tom Tromey  <tromey@adacore.com>
+
+       PR gdb/27742:
+       * gdb.opt/inline-locals.exp: Update kfail patterns.
+
 2021-04-17  Tom Tromey  <tom@tromey.com>
 
        * gdb.dwarf2/gdb-index-nodebug.exp: New file.
index d0acb4ae8b5290ff1cb7e85a64ce6c8d66582ffd..ff9dd1b49ed4a13956a968ece38554ca082534b3 100644 (file)
@@ -45,7 +45,7 @@ if { ! $no_frames } {
     gdb_test "info frame" ".*inlined into frame.*" "func1 inlined 2"
     set pass_re "array = \\{0 <repeats 64 times>\\}"
     set kfail_re [multi_line $pass_re \
-                     "array = {<optimized out> <repeats 64 times>}"]
+                     "array = <optimized out>"]
     gdb_test_multiple "info locals" "info locals above bar 2" {
        -re -wrap $pass_re {
            pass $gdb_test_name
@@ -94,7 +94,7 @@ if { ! $no_frames } {
     gdb_test "info frame" ".*inlined into frame.*" "func1 inlined 3"
     set pass_re "array = {$decimal, \[^\r\n\]*}"
     set kfail_re [multi_line $pass_re \
-                     "array = {<optimized out> <repeats 64 times>}"]
+                     "array = <optimized out>"]
     gdb_test_multiple "info locals" "info locals above bar 3" {
        -re -wrap $pass_re {
            pass $gdb_test_name