Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
gdb
gdb-6.6-threads-static-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gdb-6.6-threads-static-test.patch of Package gdb
--- gdb-6.6/gdb/testsuite/gdb.threads/staticthreads.exp-orig 2005-04-30 21:56:47.000000000 +0200 +++ gdb-6.6/gdb/testsuite/gdb.threads/staticthreads.exp 2008-01-11 14:30:15.000000000 +0100 @@ -44,9 +44,21 @@ gdb_load ${binfile} gdb_test "set print sevenbit-strings" "" +runto_main + +# See if we get excessive LWP there (patched glibc with unpatched GDB): +# * 2 Thread 135661664 (LWP 3856) main () at threadloop.c:41 +# 1 process 3856 main () at threadloop.c:41 + +set test "info threads on start" +gdb_test_multiple "info threads" "$test" { + -re "^info threads\r?\n\[^\r\n\]* Thread \[^\r\n\]*\r?\n$gdb_prompt" { + pass "$test" + } +} + # See if the static multi-threaded program runs. -runto_main gdb_test "break sem_post" set test "Continue to main's call of sem_post" gdb_test_multiple "continue" "$test" {
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