Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:FrontRunner
gdb.18935
fixup-3-gdb-archer-vla-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fixup-3-gdb-archer-vla-tests.patch of Package gdb.18935
diff --git a/gdb/testsuite/gdb.cp/gdb9593.exp b/gdb/testsuite/gdb.cp/gdb9593.exp index ef404244028..70afbcc3bc9 100644 --- a/gdb/testsuite/gdb.cp/gdb9593.exp +++ b/gdb/testsuite/gdb.cp/gdb9593.exp @@ -141,9 +141,16 @@ gdb_test "step" \ ".*function1 ().*" \ "step into finish, for until" -gdb_test "until" \ - ".*function1 ().*" \ - "until with no argument 1" +gdb_test_multiple "until" "until with no argument 1" { + -re -wrap ".*function1 ().*" { + pass $gdb_test_name + } + -re -wrap ".*$hex\t80\t \}" { + # PR gcc/97774 - "Incorrect line info for try/catch" + # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97774 + xfail $gdb_test_name + } +} set line [gdb_get_line_number "marker for until" $testfile.cc]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor