2008-03-31 Markus Deuling <deuling@de.ibm.com>

Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>

	* gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
	value.  Add xfail for older kernels.
This commit is contained in:
Markus Deuling 2008-03-31 08:34:42 +00:00
parent b7d038ae9f
commit c6140da2ff
2 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2008-03-31 Markus Deuling <deuling@de.ibm.com>
Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
value. Add xfail for older kernels.
2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
Bring mi-support in line with gdb.exp.

View File

@ -200,9 +200,17 @@ gdb_test "finish" "" "finish"
# Mailbox Test
# 'info spu mailbox' should be empty.
c_to "Marker Mbox"
gdb_test "info spu mailbox" \
"SPU Outbound Mailbox.*0xc0000000.*SPU Outbound Interrupt Mailbox.*0xc0000000.*" \
"info spu mailbox"
set msg "info spu mailbox"
gdb_test_multiple "info spu mailbox" $msg {
-re "SPU Outbound Mailbox.*0x00000000.*SPU Outbound Interrupt Mailbox.*0x00000000.*$gdb_prompt $" {
pass $msg
}
-re "SPU Outbound Mailbox.*0x.*SPU Outbound Interrupt Mailbox.*0x.*$gdb_prompt $" {
# Older kernels had a bug that caused them to return arbitrary values
# when attempting to read from an empty mailbox via spufs.
xfail $msg
}
}
# 'info spu mailbox' should now contain data.
c_to "Marker MboxEnd"