Fixup testcases outputting own name as a test name and standardize failed compilation...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / backtrace.exp
index 44a76579711da154f02747e1d4085e461b7cc52e..bdebc2e745a5b394af8c08824b354c2889449c18 100644 (file)
@@ -91,13 +91,13 @@ gdb_test_multiple "list $baseline, +12" "all tests in this module will fail" {
     }
     -re ".*$gdb_prompt $" {
        if { ($testline1 == 0) || ($testline2 == 0) || ($testline3 == 0) || ($testline4 == 0) || ($testline5 == 0) || ($testline6 == 0) } {
-           untested backtrace.exp
+           untested "unexpected testline values"
            set return_me 1
 all tests in this module will fail."
        }
     }
     default {
-           untested backtrace.exp
+           untested "couldn't match pattern"
            set return_me 1
 all tests in this module will fail."
     }
This page took 0.023423 seconds and 4 git commands to generate.