diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-8742.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-8742.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-8742.exp b/gdb/testsuite/gdb.chill/pr-8742.exp index f9166b4..7b868e7 100644 --- a/gdb/testsuite/gdb.chill/pr-8742.exp +++ b/gdb/testsuite/gdb.chill/pr-8742.exp @@ -50,8 +50,10 @@ proc do_tests {} { runto dummy + setup_xfail "m68*-*-hpux*" gdb_test {call x(p [1, 3, 5])} "1 3 5 " "pass int powerset tuple" gdb_test {call y(s_ps [sc])} "sc " "pass set powerset tuple" + setup_xfail "m68*-*-hpux*" gdb_test {call x([1, 3, 5])} "1 3 5 " "pass modeless int powerset tuple" gdb_test {call y([sc])} "sc " "pass modeless set powerset tuple" } |