* gdb.base/gdb1056.exp: Add unsigned integer test.

This commit is contained in:
Pierre Muller 2008-01-29 16:30:25 +00:00
parent 2d9472a2a1
commit c55a82bb3c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
* gdb.base/gdb1056.exp: Add unsigned integer test.
2008-01-28 Doug Evans <dje@google.com>
* gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.

View File

@ -45,3 +45,5 @@ gdb_test_multiple "print 1/0" "" {
kfail "gdb/1056" "print 1/0"
}
}
gdb_test "print 1U/0" ".*Division by zero.*" "Test unsigned division by zero"