GDB/testsuite: Tighten `set print elements' error check
authorMaciej W. Rozycki <macro@embecosm.com>
Wed, 29 Jun 2022 14:27:41 +0000 (15:27 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Wed, 29 Jun 2022 14:27:41 +0000 (15:27 +0100)
Match the whole error message expected to be given rather than omitting
the part about the "unlimited" keyword.  There's no point in omitting
the missing part first, and second with an upcoming change the part in
parentheses will no longer be a fixed string, so doing a full match will
ensure the algorithm correctly builds the message expected here.  Also
avoid any wildcard matches.

gdb/testsuite/gdb.base/default.exp

index 23379f6ec01af1d4f7595549e1abf6f09b6facdd..e1e0d311b6c6da9f6a03600c7ae405667248ee9d 100644 (file)
@@ -525,7 +525,8 @@ gdb_test_no_output "set print asm-demangle" "set print asm-demangle"
 #test set print demangle
 gdb_test_no_output "set print demangle" "set print demangle"
 #test set print elements
-gdb_test "set print elements" "Argument required .integer to set it to.*"
+gdb_test "set print elements" \
+        "Argument required \\(integer to set it to, or \"unlimited\"\\)\\."
 #test set print object
 gdb_test_no_output "set print object" "set print object"
 #test set print pretty